MarkSheppard 0 Posted August 23, 2006 I'm using FFUR Woodland 85's BIN file as a base; and I get this error message for a LOT of missions, the only thing even remotely close to that addon is Helifreak's HFR_APAC Linka to the file in question Looking into the PBO and extracting it, I find a lot of references to HFR_AH64 in the CPP files. After many attempts in trying to fix it; I finally decided to change the model to a different one in the config.bin file; using MPIV's AH-64 pack instead; using the code below: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class AH64:Helicopter { picture="\apac\iAH64"; crew="SoldierWPilot"; scope=2; side=1; displayName="AH-64A Apache"; nameSound="chopper"; accuracy=0.3; driverAction="ManActAH64Pilot"; gunnerAction="ManActAH64Gunner"; maxSpeed=296; soundEngine[] = {"\apachesound\ah64_engine.ogg",db+30,1}; soundLandCrash[] = {"\apachesound\aircraftcrash.ogg",db+50,1}; soundWaterCrash[] = {Explosions\intowater,db-10,1}; soundDammage[] = {"\apachesound\alert.ogg",db+20,1}; insideSoundCoef = 0.000500; gunnerOpticsModel = "\optik\optika_ah64"; armor=80; cost=10000000; model="\mpiv_ah64\mpiv_ah64.p3d"; laserScanner=1; rotorBig="apach_vrtule"; rotorBigBlend="apach_vrtule"; rotorSmall="apach_vrtulka"; rotorSmallBlend="apach_vrtule2"; weapons[]={"MachineGun30W","HellfireLauncherApach","ZuniLauncher38"}; magazines[]={"MachineGun30W","HellfireLauncherApach","ZuniLauncher38"}; type="VAir"; threat[]={0.3,1,0.8}; dammageHalf[]={"\apac\apach_in_skla.paa","\apac\apach_in_sklaC.paa"}; dammageFull[]={"\apac\apach_in_skla.paa","\apac\apach_in_sklaC.paa"}; But when I load up Bas Alta Tension, it gives me that annoying error and goes into an endless loop which I have kill OFP to get out of... I'm at wit's end here Share this post Link to post Share on other sites
-SWAT- 1 Posted August 23, 2006 i swear, i´ve seen a "missing addon" thread somewhere in this forums Share this post Link to post Share on other sites
MarkSheppard 0 Posted August 23, 2006 Then would you point it to me then, instead of being sarcastic? Share this post Link to post Share on other sites
franze 196 Posted August 23, 2006 Pardon me if this has already been tried, but how about putting Helifreak's AH-64 into the addons directory? Barring that, it's possibly a mission error because the mission doesn't have the Helifreak's AH-64 in the addon list. Share this post Link to post Share on other sites