Home   Help Search Login Register  

Author Topic: Randomize Drop Zone  (Read 941 times)

0 Members and 1 Guest are viewing this topic.

Smoshy

  • Guest
Randomize Drop Zone
« on: 22 Apr 2003, 08:06:29 »
Is it possible to randomize where my squad (individually) ends up after bailing out of a plane on script execution? Like Capt.Ryans first Normandy mission.

Cheers
Smosh

Der_Richter

  • Guest
Re:Randomize Drop Zone
« Reply #1 on: 22 Apr 2003, 10:05:21 »
Could you attach a copy of the script and iÂ'll look into it?

Iwesshome

  • Guest
Re:Randomize Drop Zone
« Reply #2 on: 22 Apr 2003, 14:11:45 »
Smoshy,

Why don't you Unpbo Capt. Ryan's mission and see how he did it?

IW

Smoshy

  • Guest
Re:Randomize Drop Zone
« Reply #3 on: 23 Apr 2003, 07:21:23 »
The script is just the same as I found here at OFPEC I think it was the helicopter bailout from memory.

_aunits = units Bob
_i = 0
_j = count _aunits

#BailBoys

(_aunits select _i) action ["EJECT", Bird1]
unassignvehicle (_aunits select _i)
_i=_i+1
~0.75
?_j>_i:goto "BailBoys"

exit


How do I Unpbo the file?

Cheers

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Randomize Drop Zone
« Reply #4 on: 23 Apr 2003, 10:54:59 »
Go to the Ed Depot - tools and get Amalfi's pbo decryptor 1.5.   It's very easy to use and turns practically any .pbo file - including official campaigns - into open source.
Plenty of reviewed ArmA missions for you to play

Smoshy

  • Guest
Re:Randomize Drop Zone
« Reply #5 on: 23 Apr 2003, 13:23:50 »
Thanks dude. Will do.