Hey all
I've been retexturing the Tornado 1.12 into an RAF Gr4 skin and have been changing the config.cpp. I've retextured a Maverick into a Brimstone (poorly) but when I changed the config.cpp to use the new brimstone I get an error message from flashpoint:-
"Config: End of line encountered after \ITA_TRD_MFG\brimstone_proxy.p3d"
:'(
This is the bit from the CfgAmmo part of the cpp that I have changed:-
class RAF_Brimstone : Hellfire
{
hit=1900;indirectHit=800;indirectHitRange=2.5;
model= "\ITA_TRD_MFG\brimstone.p3d";
minRange=200;minRangeProbab=0.30;
midRange=600;midRangeProbab=0.80;
maxRange=2000;maxRangeProbab=0.50;
thrust=700;
laserLock=false;
proxyShape= "\ITA_TRD_MFG\brimstone_proxy.p3d;
irLock=1;
initSpeed=0;
initTime=0.2;
};
can anyone tell me what I'm doing wrong?
Cheers
Crippler