Home   Help Search Login Register  

Author Topic: BAS MH-47 Cargo  (Read 654 times)

0 Members and 1 Guest are viewing this topic.

Black Ops 8

  • Guest
BAS MH-47 Cargo
« on: 27 Jan 2004, 00:25:41 »
I know this is probably somewhere but im not wasting time so...
How can I get the BAS CArgo Chinook to start out carrying a hum-vee, whats the script for this ??? ??? ??? ??? any body know?
And how do I set up a trigger to complete a mission when I kill a certain person?
I spent alot of time looking at damn tutorials I cant find these >:(
BAS seems to be down right now or something I cant go to the site.
« Last Edit: 27 Jan 2004, 00:29:05 by Black Ops 8 »

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:BAS MH-47 Cargo
« Reply #1 on: 27 Jan 2004, 13:42:10 »

Hey m8y :thumbsup:

 MH47-E Cargo:
 How to start the MH47-E (cargo) with cargo such as the bas_motorcycle or a
 jeepMG and how to make them drop these when you call them in (or a trigger fires).
 (NOTE: You cannot and are not supposed to load a hummer InCargo of the MH-47E)

 KLR-motorcycle instant cargo:
============================
Name the bird & the bike. Then execute the script by putting the following code in one of their INIT fields:

       [MH,bikeName] exec "\BAS_Cargo\Crate.sqs"; MH animate ["cargoswitch2", (mh animationphase "cargoswitch2")+0.1]; MH animate ["cargoswitch",0.05]



 Jeep/JeepMG instant cargo:
============================
 Name the bird & the jeep. (in this example the chopper is named "MH".)
 Then execute the script by putting the following code in one of their INIT fields:

      [MH, jeepName] exec "\BAS_Cargo\loader.sqs"; MH animate ["cargoswitch",0.5]


 :D Dropping cargo:
================

 Make a "move" waypoint to the place you want to drop the cargo.
 Then put the following in the "On Activation" field of that waypoint :

          This animate ["cargoswitch", 0.75]  

(or use the chopperName "MH" if it's a scripted WP or a trigger).

Black Ops 8

  • Guest
Re:BAS MH-47 Cargo
« Reply #2 on: 27 Jan 2004, 21:02:56 »
Thanks man, yes tho, it can carry a humvee,(not in cargo hold tho) it carries it by fastening it to 4 ropes under the chinook. appreciate the help anyway.
I tried it so its good syntax But theres a problem....
Where can I find the .sqs file for the script?  ???(that may be a dumb question ;)) it doesnt come with the download.
« Last Edit: 27 Jan 2004, 21:17:54 by Black Ops 8 »

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:BAS MH-47 Cargo
« Reply #3 on: 27 Jan 2004, 22:12:43 »
 ::) öuh, the cargo SLING then. sorry there m8, I'll look onto it  :-*

Black Ops 8

  • Guest
Re:BAS MH-47 Cargo
« Reply #4 on: 27 Jan 2004, 23:49:07 »
Thanks, but where's the script still? I can do without the sling for now :)

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:BAS MH-47 Cargo
« Reply #5 on: 28 Jan 2004, 13:59:02 »
well, all those BAS scrolls are packed with the addon itself, but if ya wanna use
these scripts on other fly birds, it means de-compressing the PBO file and locate the
"vehicle-lifting-script" or the "cargo-script", depending on what'cha wanna do...  :-*

 :o as far as I remember, the MH-47E came in several PBO's, one of them called "BAS_Cargo.pbo" or close to it.
Now, in there ya must find the cargo scroll, prolly named helocargo or heavycargo or alike.
But be sure to check out the codings, as TJ often use a bunch of spicy mini-scripts to get his wants.

So one script may call for another and vice verca  :)


you say up there that ya wanna make the MH carry a hummer, right?!
But now you say never mind the sling scripts?  ??? uuuuum?!

well, hope this helps anyway, m8y  :-* :thumbsup:



Black Ops 8

  • Guest
Re:BAS MH-47 Cargo
« Reply #6 on: 28 Jan 2004, 20:40:06 »
Thanks. Yes I want the Hummer :) I wanted to make a mission where a 2 MH-47's drop off 8 USMC marines and  2 hummers and so forth. But if I have to I can use regular jeeps. Thanks again man.
As for going through the file looking for the script? well damn, I guess im just screwed there :( might as well try
« Last Edit: 28 Jan 2004, 20:47:53 by Black Ops 8 »