terminus 0 Posted February 21, 2003 Hi all, I have a strange problem. I made some mission using the new BAS Delta/rangers mod etc. in some missions, when I the mp game to test the mission it reports Cannot load mission: missing addon: bas_weap but it still allows me to continue to start and play the mission.When I go to play the same mission on my Dedicated server, it boots me back to mission list screen. I have the addon in question and use it successfully in other missions that work fine on mine and the Dserver. Do you have to have all addons in both addons folders ? ie. OperationFlashpoint\res\addons & \OperationFlashpoint\addons The same problem occurs with other friends, but the addons were different. So it not BAS, but I think its something to do with Resistance 1.9. Its got me stumped. Can Anyone help? Sgt Rock 7thsas.com Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 First of all, put the addons into OFP\AddOns and not into OFP\Res\Addons. Second of all, is the message for "BAS_weap"? If so, make sure file BAS_weap.pbo is in OFP\Addons and make sure that it is declared and with the correct name (not "BAS_weapon) in the mission.sqm's Addons declarations. Share this post Link to post Share on other sites
terminus 0 Posted February 21, 2003 Hi, I appreciate the quick response, but I don't think you read my post correctly. The addon works fine in some missions and in others not at all. I put all addons in \ofp\addons etc. The addon name is bas_weap.pbo and its in the addons folder bas_weap.pbo or bas_weap is not mentioned in the mission.sqm, its seems to called from another pbo. I just did a test. Ths problem occurs with any mission I make now using the BAS mod. Downloaded and reinstalled and still no go. Sgt Rock 7thsas.com Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Terminus @ Feb. 21 2003,12:06)</td></tr><tr><td id="QUOTE">bas_weap.pbo<span id='postcolor'> Wrong! </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">or bas_weap<span id='postcolor'> Right! </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">is not mentioned in the mission.sqm, its seems to called from another pbo.<span id='postcolor'> No such thing, as far as I know. bas_weap contains all the new weapons addons for the BAS Delta and Ranger Units. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">I just did a test. Ths problem occurs with any mission I make now using the BAS mod. Downloaded and reinstalled and still no go.<span id='postcolor'> Manually add "bas_weap" to the mission.sqm addons declarations. Share this post Link to post Share on other sites
terminus 0 Posted February 21, 2003 I assume you mean : addOns[]=        "bas_weap" }; etc... Just CTD's  when opening the mission in the editor Sgt Rock Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Terminus @ Feb. 21 2003,12:18)</td></tr><tr><td id="QUOTE">I assume you mean : addOns[]=        "bas_weapon" }; etc... Just CTD's  when opening the mission in the editor Sgt Rock<span id='postcolor'> Try this: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> addOns[]= { "bas_weap", "bas_deraw" }; <span id='postcolor'> You missed a bracket. Share this post Link to post Share on other sites
terminus 0 Posted February 21, 2003 Disregard last post I forgot the comma *Smacks forehead* Sgt Rock Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Terminus @ Feb. 21 2003,12:22)</td></tr><tr><td id="QUOTE">Disregard last post I forgot the comma *Smacks forehead*<span id='postcolor'> Welcome to the wonderful world of programming! Share this post Link to post Share on other sites
terminus 0 Posted February 21, 2003 It worked ! Was missing a few others but I added those into the dec's as well. I want to have your babies ! Sgt Rock 7thsas Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Terminus @ Feb. 21 2003,12:36)</td></tr><tr><td id="QUOTE">I want to have your babies !<span id='postcolor'> State your address and I'll send them over. Share this post Link to post Share on other sites
terminus 0 Posted February 21, 2003 heh Sgt Rock 7thsas.com Share this post Link to post Share on other sites
theavonlady 2 Posted February 21, 2003 What? They arrived?! Those cabbies drive so fast! Share this post Link to post Share on other sites