~R3GR3T~ Posted February 13, 2014 Report Share Posted February 13, 2014 Hey guys, I am running a Dayz server with friends and we are trying to find a heli-lift and towing system that isn't so server hungry, basically we just want it to be as basic as possible but we cannot seem to find anything on the internet. We have looked at the BTC Logistics and R3F systems but we find it is just to much load for what we want. To summarise does anyone have anything we can use on our server that is just basic heli-lift and tow? Regards ~R3GR3T~ Link to comment Share on other sites More sharing options...
TheVampire Posted February 13, 2014 Report Share Posted February 13, 2014 If you read the latest changelogs, Epoch is working on making the Chinook able to lift most vehicles without the need for a mod. If you don't want to wait for that, R3F and BTC are the only towing systems i've heard of. Link to comment Share on other sites More sharing options...
Nekuan Posted February 13, 2014 Report Share Posted February 13, 2014 How exaclty is 122kb (R3F) too much load? Link to comment Share on other sites More sharing options...
carl101 Posted February 13, 2014 Report Share Posted February 13, 2014 i was gona say R3F aint big and works great Link to comment Share on other sites More sharing options...
TheVampire Posted February 13, 2014 Report Share Posted February 13, 2014 How exaclty is 122kb (R3F) too much load? I think he means he wants it to be slimmed down to what he wants it to do E.g. just tow and lift, not necessarily the script size. ~R3GR3T~ 1 Link to comment Share on other sites More sharing options...
~R3GR3T~ Posted February 14, 2014 Author Report Share Posted February 14, 2014 Yes TheVampire we are currently using the chinook heli lift built in game but it is restricted with the cars it can lift, is there away around those restrictions and can we add another heli to the lifting system would be a better question because it would eliminate any real need for the towing system if we can lift any car or truck with a chinook or merlin Hc3. Link to comment Share on other sites More sharing options...
Halvhjearne Posted February 14, 2014 Report Share Posted February 14, 2014 in variables.sqf: DZE_HeliAllowTowFrom = [ "CH_47F_EP1_DZE", "CH_47F_EP1_DZ", "CH_47F_BAF", "CH_47F_EP1" ]; DZE_HeliAllowToTow = [ "hilux1_civil_1_open", "HMMWV_Base", "Lada_base", "Offroad_DSHKM_base", "Pickup_PK_base", "SkodaBase", "tractor", "VWGolf", "Volha_TK_CIV_Base_EP1", "S1203_TK_CIV_EP1", "SUV_Base_EP1", "ArmoredSUV_Base_PMC", "UAZ_Base", "LandRover_Base", "Ship" ]; pretty sure if you add classes here it should work (assuming you spell classnames correctly) but tbh i think you will be better off seting up r3f tow and lift and just disabling this instead ... Link to comment Share on other sites More sharing options...
~R3GR3T~ Posted February 14, 2014 Author Report Share Posted February 14, 2014 Alright thanks mate, I will play with this tonight and tomorrow and see if I can get more cars lift-able and another heli that can lift and let you know how I go :) If I fail with this I will look at R3F again. Link to comment Share on other sites More sharing options...
~R3GR3T~ Posted February 15, 2014 Author Report Share Posted February 15, 2014 Success we got it working :D heli lift so far almost finished tow Link to comment Share on other sites More sharing options...
Incsy Posted February 15, 2014 Report Share Posted February 15, 2014 in variables.sqf: DZE_HeliAllowTowFrom = [ "CH_47F_EP1_DZE", "CH_47F_EP1_DZ", "CH_47F_BAF", "CH_47F_EP1" ]; DZE_HeliAllowToTow = [ "hilux1_civil_1_open", "HMMWV_Base", "Lada_base", "Offroad_DSHKM_base", "Pickup_PK_base", "SkodaBase", "tractor", "VWGolf", "Volha_TK_CIV_Base_EP1", "S1203_TK_CIV_EP1", "SUV_Base_EP1", "ArmoredSUV_Base_PMC", "UAZ_Base", "LandRover_Base", "Ship" ]; pretty sure if you add classes here it should work (assuming you spell classnames correctly) but tbh i think you will be better off seting up r3f tow and lift and just disabling this instead ... Hi Guys I'm fairly new to all this scripting, where do i find this file "variables.sqf" Link to comment Share on other sites More sharing options...
Mr.Rodgers Posted February 18, 2014 Report Share Posted February 18, 2014 Hi Guys I'm fairly new to all this scripting, where do i find this file "variables.sqfits it is inside your dayz_code.pbo. Go to wherever you have arma 2 OA installed and find epoch then add ons and its in there. Incsy 1 Link to comment Share on other sites More sharing options...
Incsy Posted February 18, 2014 Report Share Posted February 18, 2014 I rent a server with Epoch Chernarus already installed and found the variables file and it has the settings as shown above but i have no option to lift, tried a few of the classes shown in the list but no option? If there another script i could use that and it has to be fairly easy to install? Told you I'm new to this, sorry.... Link to comment Share on other sites More sharing options...
ThePotatoeTree Posted March 3, 2014 Report Share Posted March 3, 2014 in variables.sqf: DZE_HeliAllowTowFrom = [ "CH_47F_EP1_DZE", "CH_47F_EP1_DZ", "CH_47F_BAF", "CH_47F_EP1" ]; DZE_HeliAllowToTow = [ "hilux1_civil_1_open", "HMMWV_Base", "Lada_base", "Offroad_DSHKM_base", "Pickup_PK_base", "SkodaBase", "tractor", "VWGolf", "Volha_TK_CIV_Base_EP1", "S1203_TK_CIV_EP1", "SUV_Base_EP1", "ArmoredSUV_Base_PMC", "UAZ_Base", "LandRover_Base", "Ship" ]; pretty sure if you add classes here it should work (assuming you spell classnames correctly) but tbh i think you will be better off seting up r3f tow and lift and just disabling this instead ... Where do i find variables.sqf? I looked in @DayZ_Epoch/addons/dayz_code.pbo/compile and its not in there Link to comment Share on other sites More sharing options...
ThePotatoeTree Posted March 4, 2014 Report Share Posted March 4, 2014 Hi Guys I'm fairly new to all this scripting, where do i find this file "variables.sqf" Just found it @DayZ_Epoch/addons/dayz_code.pbo//init It will be in there :) Link to comment Share on other sites More sharing options...
ThePotatoeTree Posted March 5, 2014 Report Share Posted March 5, 2014 what about towing from cars? Link to comment Share on other sites More sharing options...
MassBoobage Posted August 30, 2014 Report Share Posted August 30, 2014 does this allow lifting of locked vehicles? I'm looking for a lift script that won't lift locked vehicles if anyone knows? 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