Home   Help Search Login Register  

Author Topic: BAS MH-47E  (Read 2112 times)

0 Members and 1 Guest are viewing this topic.

B-2-0

  • Guest
BAS MH-47E
« on: 29 Apr 2003, 06:52:39 »
Is it possible to start off with the KL-R 250's in the cargo crate of the MH-47E cargo??  

If so how do i do it??  

I have tried this moveincargo but it doesn't work ???

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #1 on: 29 Apr 2003, 14:30:38 »
My suggestion is to read the BAS read me that came with the add-on. I think it clearly states what you have to do but you know I could be wrong.... check it out and let us know

IW

B-2-0

  • Guest
Re:BAS MH-47E
« Reply #2 on: 29 Apr 2003, 16:12:35 »
It doesn't tell u how to have a vehicle start in cargo, only how to get it in cargo during play :-\

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:BAS MH-47E
« Reply #3 on: 29 Apr 2003, 16:26:10 »
Well, if you can get it in cargo during play you can probably do it at the start.    How do you do it during play?
Plenty of reviewed ArmA missions for you to play

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #4 on: 29 Apr 2003, 16:29:04 »
Well I'll be...

How about people does that work?

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #5 on: 29 Apr 2003, 16:33:32 »
From the Read Me...

Quote
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
CARGO HELICOPTER OPTIONS
///////////////////////////////////////////////////////////////

We are pleased to introduce a brand new feature with the MH47E Cargo.

The ability to properly transport other vehicles in the back of the helicopter.
At present you will be able to transport a Jeep, and a Jeep with Machine Gun, and the BAS KLR 250. We have several more vehicles planned for inclusion in the system very soon, including a small stowable boat.

Credit for the original idea goes to ROM. Big thanks to him for his input, and we wish him well with his Universal Cargo System, which you may like to check out in the near future.

To use this feature do the following.
Drive your jeep into the back of the CARGO version of the helicopter. When you are in the correct position you will have the option to LOCK DOWN CARGO. In the case of motorbikes, they will be stowed in a large crate, up to a maximum of 10 in the crate.

Any AI in the jeep will be automatically moved into one of the TEN available cargo seats. The player will have the option what position to take. Now the following options will present themselves.

Looks like all player controlled... hum?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:BAS MH-47E
« Reply #6 on: 29 Apr 2003, 16:38:26 »
Yep, that looks like it.    You'd probably have to unpbo the addon and figure out what was going on to be able to make an AI unit do it, or have the commands in init.sqs

Are there forums over at BAS?  Can you ask there, or send them an email?  I think it's probably your best bet, though it sounds like the short answer is that it can't be done.

But, I don't actually know, so don't put too much weight on this post ::)
Plenty of reviewed ArmA missions for you to play

B-2-0

  • Guest
Re:BAS MH-47E
« Reply #7 on: 29 Apr 2003, 18:24:49 »
Setting players in cargo works fine!

They have no forum over there so i just mailed them asking them if they'd be kind enough to take time out to give us a sit-rep.

We wait with baited breath :)
(Well i do, even if you don't :P)

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #8 on: 29 Apr 2003, 18:49:29 »
I added onto a post in the addon thread that I believe BAS personal answer questions... maybe we will get some answers

http://www.ofpec.com/yabbse/index.php?board=15;action=display;threadid=7241&start=200
« Last Edit: 29 Apr 2003, 19:21:40 by IW »

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #9 on: 29 Apr 2003, 19:12:31 »
Hesus from the other thread stated this...
Quote
[chooper, player or empty vehicle] exec "\BAS_Cargo\loader.sqs"; this animate ["cargoswitch",0.5]

Should work....  ;D
« Last Edit: 29 Apr 2003, 19:13:10 by IW »

B-2-0

  • Guest
Re:BAS MH-47E
« Reply #10 on: 29 Apr 2003, 19:54:34 »
Ok...if i understand correctly, i am to type this into the empty vehicle's init field, right?

When i do that with a jeep and preview, the jeep moves into cargo, then i get a 'Vehicle type not supported' message and the jeep then moves to the bottom of the ramp BUT when i then drive the jeep in and lock it down, it says vehicle type not suported again BUT the chopper can still take off and jeep stays in cargo

With the BAS KLR i just get the  vehicle type not supported mesage

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #11 on: 29 Apr 2003, 19:55:58 »
Try the BAS helo instead of the empty vechile

B-2-0

  • Guest
Re:BAS MH-47E
« Reply #12 on: 29 Apr 2003, 20:06:56 »
Ok, result, that works fine with the jeep but not with the KLR

Maybe it's a different command as the bikes go in a crate ???
« Last Edit: 29 Apr 2003, 20:08:00 by B-2-0 »

Iwesshome

  • Guest
Re:BAS MH-47E
« Reply #13 on: 29 Apr 2003, 20:52:44 »
Complicated scripts make no sense to me... maybe to you guys this will?

I unpbo'd the MH47 Cargo.pbo and opened up the crate.sqs... this is what part of the script and maybe it is a start.
Code: [Select]
_proxy = "BASCargoCrate" createvehicle [0,0,0]
_invisguy action ["GETOUT", _helo ]
deletevehicle _invisguy
~0.5
_proxy moveincargo _helo

deletevehicle _cargoobj

~1

_bikecount = 0
#looper
? (_helo animationphase "cargoswitch2")==0.1: _bikecount = 1
? (_helo animationphase "cargoswitch2")==0.2: _bikecount = 2
? (_helo animationphase "cargoswitch2")==0.3: _bikecount = 3
? (_helo animationphase "cargoswitch2")==0.4: _bikecount = 4
? (_helo animationphase "cargoswitch2")==0.5: _bikecount = 5
? (_helo animationphase "cargoswitch2")==0.6: _bikecount = 6
? (_helo animationphase "cargoswitch2")==0.7: _bikecount = 7
? (_helo animationphase "cargoswitch2")==0.8: _bikecount = 8
? (_helo animationphase "cargoswitch2")==0.9: _bikecount = 9
? (_helo animationphase "cargoswitch2")== 1: _bikecount = 10

? (_helo animationphase "cargoswitch2") == 0.05:goto "Paradrop"
? (_helo animationphase "cargoswitch2") == 0.15:goto "LAPE"
? (_helo animationphase "cargoswitch2") == 0:goto "unload"
~1
goto "looper"
This _proxy moveincargo _helo caught my eye because a little up on the script you can execute a player loading up as you proved player1 moveincargo helo1

IW

B-2-0

  • Guest
Re:BAS MH-47E
« Reply #14 on: 29 Apr 2003, 21:11:18 »
This one is beyond me guys ???

*Sounds the cavalry bugle* :)