sisquo007 Posted July 30, 2014 Report Share Posted July 30, 2014 Hey! great Job! But one Question. The Parachute option shows up all the time in the scroll menu. is it possible to show it only if u are (example 25m above the ground)? thx! Link to comment Share on other sites More sharing options...
nightmare Posted July 31, 2014 Author Report Share Posted July 31, 2014 Hey! great Job! But one Question. The Parachute option shows up all the time in the scroll menu. is it possible to show it only if u are (example 25m above the ground)? thx! no problem, i will do it in the next update Link to comment Share on other sites More sharing options...
nightmare Posted August 4, 2014 Author Report Share Posted August 4, 2014 #push , a new update IMPORTANT! PLEASE LOOK INSTALL INSTRUCTON NO. 3 Link to comment Share on other sites More sharing options...
ZarX Posted August 4, 2014 Report Share Posted August 4, 2014 You should add into your instructions that if you have a custom compiles file that you can put it there also. Link to comment Share on other sites More sharing options...
nightmare Posted August 4, 2014 Author Report Share Posted August 4, 2014 You should add into your instructions that if you have a custom compiles file that you can put it there also. thx for the note Link to comment Share on other sites More sharing options...
ZarX Posted August 5, 2014 Report Share Posted August 5, 2014 thx for the note No problem. Keeps it nice and neat.. Link to comment Share on other sites More sharing options...
AG.Ndogg97 Posted August 6, 2014 Report Share Posted August 6, 2014 #push for update as always your work is greatly appreciated and doesnt go unnoticed my man. Keep up the fantastic work hope we will see more content from you soon! Link to comment Share on other sites More sharing options...
rgr Posted August 13, 2014 Report Share Posted August 13, 2014 Thanks a lot will try this, Is there anything like a club for lazy ppl like us? :D Edit: Works pretty good so far, thanks! Link to comment Share on other sites More sharing options...
calamity Posted August 19, 2014 Report Share Posted August 19, 2014 Not sure if anyone has done this yet BUT... if you want to display altimeter just change sqf to this.. This is original release it does not have any of nightmares updates.... I just noticed there have been some updates since my last visit... change the _meters = 25; to whatever height you want to use baseJump.sqf _meters = 25; _action = -1; while { alive player } do { _vehicle = vehicle player; _pos = getPosASL player; if !(surfaceIsWater _pos ) then {_pos = ASLToATL _pos;}; if( !(_vehicle isKindOf "Air") && (_pos select 2) > _meters ) then { if ( _action < 0 ) then { JumpVehicle = _vehicle; _action = JumpVehicle addAction [ ("<t color=""#FE9A2E"">" + ( localize "STR_HALO_OPEN_CHUTE" ) + "</t>" ),"\z\addons\dayz_code\compile\BIS_fnc\fn_halo.sqf",[],1,true,true,"",""]; }; hintsilent format ["Altimeter: %1", round (getPosATL player select 2)]; if (((getposATL player)select 2) < 1) then { hintsilent ""; }; } else { JumpVehicle removeAction _action; _action = -1; }; }; edit... Just Downloaded Latest and wow you have added alot I see.. can I ask whats new in the updates ?? don't see changelog Link to comment Share on other sites More sharing options...
OneManGang Posted August 22, 2014 Report Share Posted August 22, 2014 Any chance to change the speed of the parachute deployment? Make it faster so you can jump off shorter buildings? Link to comment Share on other sites More sharing options...
nightmare Posted March 6, 2015 Author Report Share Posted March 6, 2015 moved to github https://github.com/n8m4re/A2Epoch_BaseJump Link to comment Share on other sites More sharing options...
Bricktop Posted April 20, 2017 Report Share Posted April 20, 2017 With OP instructions I just installed this on Epoch 1.0.6.1 server Tested and working. Thank You @nightmare Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now