Jump to content
  • 0

[Help] Epoch / Vilayer : Tow & Lift Script


Namiriu

Question

Hello everyone,

 

So i'm new here and i wish we get along well !

So first, sry for my bad english i'm french :)

 

So i've try to put the R3F_ARTY_AND_LOG folder in my missions folder and try to configure that but i've no result in game, so maybe someone have a nice tuto step by step written in english ( not a speaken tuto please i've difficult to understand spoken english ). Or maybe someone can tell me my error ? Here is more info for you can help me :

 

My init.sqf folder : vilayercodecustom\missions\epoch.chernarus\init.sqf

 

Here the line ( execVM "R3F_ARTY_AND_LOG\init.sqf"; ) i've added to my init.sqf for load the towing script : 

if (!isDedicated) then {[] execVM "script\kh_actions.sqf";
	//Conduct map operations
	0 fadeSound 0;
	waitUntil {!isNil "dayz_loadScreenMsg"};
	dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
	
	//Run the player monitor
	_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
	_playerMonitor = 	[] execVM "\z\addons\dayz_code\system\player_monitor.sqf";	
	_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
        execVM "R3F_ARTY_AND_LOG\init.sqf";
	//Lights
	//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};

And here the path to my R3F_ARTY_AND_LOG folder : vilayercodecustom\missions\epoch.chernarus\R3F_ARTY_AND_LOG\(here is the R3F init.sqf)

 

Okay, if you need more informations just ask me, this is not a problem i give you more info.

 

Thanks in advance for help.
Namiriu.

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

are you able to login in? or are you using a Anti hack?

and i'm not sure if this will change anything but i have execVM "R3F_ARTY_AND_LOG\init.sqf"; somewhere else in my init.sqf

	//Run the player monitor
	_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
	_playerMonitor = 	[] execVM "\z\addons\dayz_code\system\player_monitor.sqf";	
	_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
        [] execVM "safezone.sqf";
        [] execVM "custom\kh_actions.sqf";
	
	//Lights
	//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};
// DISABLED FOR ANTIHACK:
//#include "\z\addons\dayz_code\system\REsec.sqf"

//Switchseat
[] execVM "custom\seat_action.sqf";

//R3F Tow & Lift
[] execVM "R3F_ARTY_AND_LOG\init.sqf"; 

//Fast rope
   sleep 1; _fast_rope = [] execVM "addons\BTC_fast_roping_init.sqf";

as you can see it's outside the player monitor for me.

Link to comment
Share on other sites

  • 0

"MPMissions\DayZ_Epoch_11.Chernarus\R3F_ARTY_AND_LOG\R3F_LOG\config.sqf" and

"MPMissions\DayZ_Epoch_11.Chernarus\R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_CO_objects.sqf"

there should be lists of all vehicles you are able to tow/lift and vehicles that can be towed/lifted. since you are french you should be able to read that french code better then we can :P

 

If you want a list vehicles for epoch I posted one some weeks ago on this forum, maybe you can find it if you don#t want to add 200 vehicles yourself :p

Link to comment
Share on other sites

  • 0

Ok so i've try this :

Spawn a "UralRefuel_CDF"

Spawn a SUV RED behind

 

When i do a scroll, in the RED SUV i've a yellow option " tow at ", so i select it and after i've a white message say me :

Now select the car wherein the load object " SUV RED "

 

So i go in my UralRefuel_CDF ( and i try with a HMMWV ) and when i scroll, i have no option for towing my Red SUV in my Ural :(.

Link to comment
Share on other sites

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...