Jump to content

Heli-Lift and Towing System for Dayz Epoch.


~R3GR3T~

Recommended Posts

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

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

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

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

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

  • 2 weeks later...

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

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...