Jump to content

[RELEASE] RLNT Update Panel (26.09.2017, v1.4)


Relentless

Recommended Posts

  • 2 months later...

The server stops while loading data after installing. I followed the instructions in README.md, it must be updated
 

Spoiler

After the server loads  "\z\addons\dayz_code\init\compiles.sqf";, the server waits here 

call compile preprocessFileLineNumbers "\z\addons\dayz_server\rlnt\eventHandlers\RLNT_eventHandlers.sqf";
because of this block in the sqf

Quote

/*  Error-Prevention  */
while {isNil "rlnt_debug"} do {
    sleep 5;
};

"rlnt_debug" is defined in "rlnt\addons\RLNT_init.sqf"; , but it's after "\z\addons\dayz_code\init\compiles.sqf" , so that the server won't define it. 

' execVM "rlnt\addons\RLNT_init.sqf"; ' may be before "\z\addons\dayz_code\init\compiles.sqf". 

also. battleye kicks not only "RLNT_up_client" but "rlnt_initLoaded" and so on.

now it works well after changing the position of ' execVM "rlnt\addons\RLNT_init.sqf"; '

Edited by Schalldampfer
update
Link to comment
Share on other sites

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