Home   Help Search Login Register  

Author Topic: Makeing Paratroopers  (Read 1315 times)

0 Members and 1 Guest are viewing this topic.

tuba_player2008

  • Guest
Makeing Paratroopers
« on: 12 May 2005, 03:00:25 »
Question from a editor challenged person.  I recently learned how to make a unit start in the air whitch made me happy because I could start makeing maps with paratroopers.  But the way I learned how to do it just starts them in the air with no parchute and they fall to their death.  So my question is how do you start a unit in the air and have him parchute to the ground.  
Thanks for any help.

pazuzu

  • Guest
Re:Makeing Paratroopers
« Reply #1 on: 12 May 2005, 03:11:07 »
You put the chute in the air & put the unit in the chute.

In the init of soldier: soldier moveindriver chute

In the init of chute: this setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +100]

Offline Kundich

  • Members
  • *
  • "Habit is the daily battleground of character."
Re:Makeing Paratroopers
« Reply #2 on: 12 May 2005, 04:46:29 »
You don't necessarily need to add :

this setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +100]

unless you just want parachute that starts higher than 50m, I think it is.  If 50 meters is good enough for you, just set the parachute's SPECIAL to FLYING.  That should do the trick.


Thanks,
ADM

pazuzu

  • Guest
Re:Makeing Paratroopers
« Reply #3 on: 12 May 2005, 06:08:30 »
Thats true...I forgot to mention that.

alex_kolod

  • Guest
Re:Makeing Paratroopers
« Reply #4 on: 31 May 2005, 03:36:53 »
Hmm, I've also got a question on this topic. Here's what I'd like to do:

+ Have a mission start with a squad of men in a cargo plane. (player=private, not in command)
+ Get the cargo plane to go to a specific location and altitude, and have the men
disembark.
+ Get the cargo plane to exit the map.
+ Have the men link up at a specified location.

How would I go about doing that?

One problem I encounter is having the cargo plane linked to the Officer on the ground (or vice versa), so in the midst of a firefight, you get them ordering each other about.  ???


Offline sharkyjoe

  • Members
  • *
  • Have you taken a BMP out at 500 meters??
Re:Makeing Paratroopers
« Reply #5 on: 31 May 2005, 04:20:53 »
Look in Editors Depot at Toadlife's Realistic HALO Script.
Put it into the mission user file.
Play it and watch the chopper that you jumped out of disappear.
Then open up his file and look at what he did.
This should get you very close.  ;)
Remember the 7 Ps??--- Proper Previous Planning Prevents Pathetically Poor Performance

alex_kolod

  • Guest
Re:Makeing Paratroopers
« Reply #6 on: 31 May 2005, 05:58:30 »
Cheers, but I figured it out now! I used the mission template from "Ejecting a Group from a Chinook".  I checked out the "Realistic HALO Script" , looks pretty good, I'll try implementing it soon.
Thanks.