darkmatter265 10 Posted July 9, 2009 is it possible? if so how? :confused: Share this post Link to post Share on other sites
kylania 568 Posted July 9, 2009 http://forums.bistudio.com/showthread.php?t=78935 Share this post Link to post Share on other sites
Landstriker 0 Posted July 10, 2009 What exactly is a "halo jump"? Share this post Link to post Share on other sites
Thirdup 0 Posted July 10, 2009 What exactly is a "halo jump"? High Altitude Low Opening Share this post Link to post Share on other sites
Thirdup 0 Posted July 11, 2009 Heh, the previous link made me want to use the C130 in Domination HALO jumps. So I tweeked things a bit........ Share this post Link to post Share on other sites
THEBLITZ6794 10 Posted July 11, 2009 are there any halo jumps in the campaign? wut mission(s) if so? Share this post Link to post Share on other sites
Jimmy the Saint 10 Posted July 11, 2009 there must be halo jumps - at least in the campaign - since you can train it. Share this post Link to post Share on other sites
THEBLITZ6794 10 Posted July 11, 2009 there must be halo jumps - at least in the campaign - since you can train it. im gonna have to skip all missions then. campaign is getting boring. or should i say slide show! Share this post Link to post Share on other sites
sic-disaster 311 Posted July 11, 2009 You can make soldiers do a HALO jump in the editor by copying this text and pasting it into initialisation line of the unit: this setpos [getpos this select 0, getpos this select 1,(getpos this select 2) +1000]; this flyinheight 1000; this setvelocity [0,0,0]; [this] exec "ca\air2\halo\data\Scripts\HALO_init.sqs"; In this script, the 1000 is the height in meters you want the unit to start at, and can be variable. Share this post Link to post Share on other sites
THEBLITZ6794 10 Posted July 11, 2009 You can make soldiers do a HALO jump in the editor by copying this text and pasting it into initialisation line of the unit:this setpos [getpos this select 0, getpos this select 1,(getpos this select 2) +1000]; this flyinheight 1000; this setvelocity [0,0,0]; [this] exec "ca\air2\halo\data\Scripts\HALO_init.sqs"; In this script, the 1000 is the height in meters you want the unit to start at, and can be variable. how do i copy paste into the game Share this post Link to post Share on other sites
sic-disaster 311 Posted July 11, 2009 Left-click and hold the left mouse butten, drag over the script, rightclick and press copy. In the game, while selecting the init line of the unit, press ctrl+v. Share this post Link to post Share on other sites
max_enzo 10 Posted September 5, 2009 I dont know why the option is not allready in the game,it doesn't make sense. Share this post Link to post Share on other sites
NeMeSiS 11 Posted September 5, 2009 I dont know why the option is not allready in the game,it doesn't make sense. It is, the script is in one of the default .pbo's. :rolleyes: Share this post Link to post Share on other sites
LardThief 10 Posted September 8, 2009 Stick this in a radio trigger On Act. Or the waypoint of a plane (for ease just change 2000 to flyinheight of plane.....or make a starter script to get plane altitude and pipe that in). [player,2000] exec "ca\air2\halo\data\Scripts\HALO_init.sqs"; Player is unit to be HALO'd. 2000 is altitude you will drop from. This is all you need....... HALO_init changes your position for you, it will also work out if the unit is AI and therefore deploy the chute at 200 !! Share this post Link to post Share on other sites
thegoodrobot 10 Posted January 5, 2014 i done what you said, i can halo using your script the first time, when i respawn, i just respawn normal, how do i do it everytime? Stick this in a radio trigger On Act. Or the waypoint of a plane (for ease just change 2000 to flyinheight of plane.....or make a starter script to get plane altitude and pipe that in).[player,2000] exec "ca\air2\halo\data\Scripts\HALO_init.sqs"; Player is unit to be HALO'd. 2000 is altitude you will drop from. This is all you need....... HALO_init changes your position for you, it will also work out if the unit is AI and therefore deploy the chute at 200 !! Share this post Link to post Share on other sites
araripe 10 Posted January 10, 2014 I've tried a lot to create a Halo Jump mission in Fallujah. Unfortunately, I couldn't do it. So, I've added a pilot to the Rifle Squad, made him take control of the CH-47, move to the desired postion and disembark. It's not a safe option, because it makes the helo and the troop vulnerable to enemy fire, but you just need to select a Landing Point as far as you want of the enemy position. I guess than 450-580m is safer in-case of city insertions. For open-areas insertions I higly recommend more than 1000m of the enemy position, unless you get some good cover like a mountain difficulting the enemy visibility. Share this post Link to post Share on other sites
chrisb 196 Posted January 10, 2014 There probably is a script for it, have you tried here, also google 'arma2 halo spawn scripts' also does this help, there will be one that's for sure, somewhere.. Haven't tried any of these myself, but worth a look.:D Share this post Link to post Share on other sites
loper 10 Posted January 11, 2014 I've seen missions where they use a flagpole as the base for a halo script. Basically, you walk up to the pole and get a scroll wheel option to HALO jump. When you click it your map opens and when you click on a location it spawns you up there and you HALO. I can't for the life of me remember what the script is, but I'm sure you can find it on armaholic..... Share this post Link to post Share on other sites