JAP 2 Posted May 26, 2004 I m having a problem i didn t have in earlier missions i made with the BAS MH47E Cargo. I can put a jeep in alright, but when i try to put the BAS KLR in it says that that unit isnt supported It should be cause in other missions i made it put a crate in just fine. Any idea's ? I think i have v1.1 of the MH47 and the readme also says it should work. Anything changed lately ? Plz help, need the KLR bikes for the mission. Also, in the readme it says BAS were gonna make it so you could use other vehicles in the future including a foldable boat ... those plans still active ? Would be great ! Cause i love that chopper. Maybe another thingy with BAS stuff, whenever i put a littlebird on in the missioneditor it doesnt show on the map ( in editor mode ) just the text shows if i put my mouse over the spot i put the LB in. Whenever i preview i get a CDT. Maybe these two things hang together. I was waiting on new LB's to correct that LB problem cause i dont use them often. Cheers and thx upfront for the help. Share this post Link to post Share on other sites
Sgt_Eversmann 1 Posted May 26, 2004 You have Patched your Ranger/Deltas to 1.55, right? Share this post Link to post Share on other sites
JAP 2 Posted May 26, 2004 Yes i have. LB problem solved by reinstalling them again. I ll try to install rangers again, maybe that helps. One other thing, when i get into KLR bike, the "horn" is red and shows 0. BAS, will you guys update the MH47 to support more units ( in cargo and slinged ) ? Cheers /edit Just installed ranger/delta 1.55 again. Â No change. I m beginning to suspect a bug in the KLR with v 1.55. Â Had no problems before with it. Can someone test putting a KLR ( BAS one ) in a cargo crate of the MH47E plz and see if it works with him. Share this post Link to post Share on other sites
Sgt_Eversmann 1 Posted May 26, 2004 It's because of the Patch 1.55. This patche makes some changes with the config of the klr bike i think Share this post Link to post Share on other sites
Doob 0 Posted May 26, 2004 I think i have v1.1 of the MH47 Try v1.2 of the MH-47. Don't know if it will fix your problem, but it can't hurt BAS_MH-47E_v1.2 Had to add a pic, I love this chopper Share this post Link to post Share on other sites
mads bahrt 0 Posted May 26, 2004 This has previously been answered if i remember correctly. The point is that the KLR were upgraded in 1.55, which means it wont work with the CH-47 until a new version has been released. Share this post Link to post Share on other sites
hellfish6 7 Posted May 26, 2004 Wrong forum. Moving to A&M:D Share this post Link to post Share on other sites
JAP 2 Posted May 26, 2004 This has previously been answered if i remember correctly. The point is that the KLR were upgraded in 1.55, which means it wont work with the CH-47 until a new version has been released. Ok found that out just now too. Didn t know the KLR was part of the Ranger/Delta pack so didn t look into that topic. Guess we ll have to wait then Cheers, thx for the help. Share this post Link to post Share on other sites
hmmwv 0 Posted May 26, 2004 I´ve solved this problem just overwriting newest 1.55 KLR file with KLR pbo of first rangers/deltas packs (v.1.0) once done no problem loading the bike inside chinook Share this post Link to post Share on other sites
dm 9 Posted May 26, 2004 I´ve solved this problem just overwriting newest 1.55 KLR file with KLR pbo of first rangers/deltas packs (v.1.0) once done no problem loading the bike inside chinook Whilst this does mean you can use the bike in the chinooks, it also means that the bikes will still be ridden as standard by an OLD Ranger unit. This means he will have the old weapon, the old config and none of the newer features. We will be upgrading the MH-47E at some point, to not only use more "modern" scripting methods, but to support more vehicles too. In the time being, you can edit the script "crate.sqs" in the BAS_cargo.pbo Replacing <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">basklr250dese with <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">bas_klr250dese And <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">basklr250wood with <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">bas_klr250wood These edits will mean that the script will work with the new bikes. Share this post Link to post Share on other sites
gunterlund 0 Posted December 14, 2004 I read some where that is it possible to snipe out of the BAS MH47E. Is this true. How is it done. Does the helo have to be part of your group. Share this post Link to post Share on other sites
bonko the sane 2 Posted December 14, 2004 I read some where that is it possible to snipe out of the BAS MH47E. Is this true. How is it done. Does the helo have to be part of your group. use hold position action. then one of the passengers can release harness and move freely on deck...provided pilot doesnt move the heli. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ? _type ==1:_cargoobj = "bas_klr250dese" createvehicle [0,0,0] ? _type ==2:_cargoobj = "bas_klr250wood" createvehicle [0,0,0] this is what code lines in cargo.sqs should look like? its still not working Share this post Link to post Share on other sites
Hawkeye 1985 0 Posted December 14, 2004 Thx a lot Deatmeath ! I tried to fix this problem a long time ago but it was too complicadet to my... (The true is: i never had open the BAS Cargo.pbo) edit: Oh i had not noticed how old this Tread is but it's better to say thanks late than never Share this post Link to post Share on other sites
Hawkeye 1985 0 Posted December 14, 2004 Hmm i think you have too change the names in the Config.sqs from the Chinnok too Edit : Ok it worked ! you must change following things: Open the MH47E_185.pbo and replace in the Config.sqs the parameters basklr250dese and basklr250wood with bas_klr250dese and bas_klr250wood (use the find/replace function in the Windows Texteditor or other tools like Chris's OFP Script Editor ) And you have to change the same things in the crate.sqs from BAS_Cargo.pbo And you will see it will work again Share this post Link to post Share on other sites
bonko the sane 2 Posted December 14, 2004 txs for the tip Hawkeye, will try that one later on. Share this post Link to post Share on other sites