Asian Kid Posted March 30, 2014 Report Share Posted March 30, 2014 Change the fastrope init to this#include "=BTC=_functions.sqf" BTC_fast_rope_h = 40; BTC_AI_fast_rope_on_deploy = 1; BTC_roping_chopper = [ "CH47_base_EP1","Mi17_base","Mi24_Base","UH1H_base","UH1_Base","UH60_Base","MV22","BAF_Merlin_HC3_D","Ka60_Base_PMC","Mi24_Base"]; { _rope = _x addaction [("<t color=""#ED2744"">") + ("Deploy rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction.sqf",[[],BTC_deploy_rope],7,true,false,"","player == driver _target && format [""%1"",_target getVariable ""BTC_rope""] != ""1"" && ((getPos _target) select 2) < BTC_fast_rope_h && speed _target < 2"]; _rope = _x addaction [("<t color=""#ED2744"">") + ("Cut rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction.sqf",[[],BTC_cut_rope],7,true,false,"","player == driver _target && format [""%1"",_target getVariable ""BTC_rope""] == ""1"""]; _out = _x addaction [("<t color=""#ED2744"">") + ("Fast rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction2.sqf",[[player],BTC_fast_rope],7,true,false,"","player in (assignedCargo _target) && format [""%1"",_target getVariable ""BTC_rope""] == ""1"""]; } foreach (nearestObjects [[3000,3000,0], BTC_roping_chopper, 50000]); And add this file called =BTC=_addAction2.sqf _array = _this select 3; _param = _array select 0; _code = _array select 1; _spawn = _param spawn _code; titleText ["God on.","PLAIN DOWN"]; titleFadeOut 3; playsound "fastrope";//take out if you dont have the sound file player_zombieCheck = {}; fnc_usec_damageHandler = {}; _thePlayer removeAllEventHandlers "handleDamage"; _thePlayer addEventHandler ["handleDamage", {false}]; _thePlayer allowDamage false; sleep 8; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; _thePlayer addEventHandler ["handleDamage", {true}]; _thePlayer removeAllEventHandlers "handleDamage"; _thePlayer allowDamage true; titleText ["God off.","PLAIN DOWN"]; titleFadeOut 3; For the sound add this to the description.extclass CfgSounds { sounds[] = {fastrope}; class fastrope { name="fastrope"; sound[]={"fastrope.ogg",0.9,1}; titles[] = {}; }; }; for the sound filehttps://www.mediafire.com/?o5dqyu6yjdm7cda Rythron 1 Link to comment Share on other sites More sharing options...
Asian Kid Posted April 2, 2014 Author Report Share Posted April 2, 2014 Here are my files for the fast rope Just install it then drag and drop my files and override all of them. Don't do whats above the files have already ben changed. https://drive.google.com/folderview?id=0B_px25tWALIrZHlqbWswSm9wUDQ&usp=sharing Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2014 Report Share Posted April 3, 2014 Here are my files for the fast rope Just install it then drag and drop my files and override all of them. Don't do whats above the files have already ben changed. https://drive.google.com/folderview?id=0B_px25tWALIrZHlqbWswSm9wUDQ&usp=sharing Does the ropes appear or does it just look like the player is climbing down a ladder? Link to comment Share on other sites More sharing options...
Asian Kid Posted April 3, 2014 Author Report Share Posted April 3, 2014 Does the ropes appear or does it just look like the player is climbing down a ladder? Just a player climbing a ladder If you want the rope you have to add the mod it This is just a script Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2014 Report Share Posted April 3, 2014 Just a player climbing a ladder If you want the rope you have to add the mod it This is just a script Ok and my last question: What parameter is it, where i can define at what alt the option pops up? Link to comment Share on other sites More sharing options...
shan1784 Posted April 4, 2014 Report Share Posted April 4, 2014 I'm looking to add this to but I want my players to be able to see the rope.. How do I add that? Link to comment Share on other sites More sharing options...
Guest Posted April 7, 2014 Report Share Posted April 7, 2014 I'm looking to add this to but I want my players to be able to see the rope.. How do I add that? This won´t work, because the rope isn´t an Epoch file. All clients would have to download the added files. Link to comment Share on other sites More sharing options...
prue420 Posted April 17, 2014 Report Share Posted April 17, 2014 your folder is empty Asian Kid nothing to download. Link to comment Share on other sites More sharing options...
Asian Kid Posted April 17, 2014 Author Report Share Posted April 17, 2014 try now Link to comment Share on other sites More sharing options...
Asian Kid Posted April 17, 2014 Author Report Share Posted April 17, 2014 https://drive.google.com/folderview?id=0B_px25tWALIrZnNnU0k0NkJmaWs&usp=sharing Link to comment Share on other sites More sharing options...
prue420 Posted April 18, 2014 Report Share Posted April 18, 2014 I need permission you need to make it open to public. Link to comment Share on other sites More sharing options...
Asian Kid Posted April 18, 2014 Author Report Share Posted April 18, 2014 I need permission you need to make it open to public. Sorry try this https://drive.google.com/folderview?id=0B_px25tWALIrZnNnU0k0NkJmaWs&usp=sharing Link to comment Share on other sites More sharing options...
Achmed Posted April 23, 2014 Report Share Posted April 23, 2014 I cant get this to work. Since adding it, it keeps kicking people off before they can get into the server fully. there is no errors in the rpt at all The only thing that does come up in the console is "Signature check timed out" Link to comment Share on other sites More sharing options...
Ricardo Posted May 15, 2014 Report Share Posted May 15, 2014 How do i trigger this script? The only changes i made were the vehicle list: BTC_roping_chopper = ["CH_47F_EP1_DZ","CH_47F_EP1_DZE","AH6X_DZ","MH6J_DZ","BAF_Merlin_DZE","Mi17_DZE","UH1H_DZE","UH1Y_DZE","UH60M_EP1_DZE","UH60S_EP1_DZE","MV22_DZ","MV22","Mi17_Civilian_DZ"]; and BTC_fast_rope_h = 30; from 40 When im in a chopper i cant get the option, nor the player inside it from the altitude of 30m, and besides that someone told me this was working, they managed to use it the day before but when i try to do it i just cant. Is there a specific way to trigger this script? Im confused :( Link to comment Share on other sites More sharing options...
Achmed Posted May 16, 2014 Report Share Posted May 16, 2014 It's called from in the fast rope init file. I could never get it to work though Link to comment Share on other sites More sharing options...
Ricardo Posted May 16, 2014 Report Share Posted May 16, 2014 Hmm, i think figured out what was the problem, when i installed this script my charecter was alive so i couldnt get the option, i killed myself and spawned again and now i had the option, but its glitchy i have to click 2 times on deploy rope and fast rope to execute it, i wonder if its because its calling 2 actions, 1 to give normal fast rope and one for god mode. Link to comment Share on other sites More sharing options...
Yames Posted May 16, 2014 Report Share Posted May 16, 2014 Does anyone know where the actual fast roping script is? I never could find a working version of it. Link to comment Share on other sites More sharing options...
drsubo Posted May 21, 2014 Report Share Posted May 21, 2014 hey does anyone know if you can make ai fast rope out of the heli because it looks like theres a part in the script to make ai fast rope but I cant seem to get them to do it when ingame. I have rope deployed and tell them to depart and nothing happens. Thanks Link to comment Share on other sites More sharing options...
ViktorReznov Posted June 22, 2017 Report Share Posted June 22, 2017 http://opendayz.net/threads/release-btc-fast-roping.12436/ Link to comment Share on other sites More sharing options...
SKS.Goliath Posted June 22, 2017 Report Share Posted June 22, 2017 hello is download link? Link to comment Share on other sites More sharing options...
ViktorReznov Posted June 23, 2017 Report Share Posted June 23, 2017 yup, works stock too, well as far as i can tell, i have no players currently to test 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