Any Advice

Daruble

New Member
Hi I have been reading a lot of your post on here for a while. I have recently gotten myself a Vilyer Server and I am running Chernarus 11. So far I have successfully been able to installed a few mods.

Infistar
DZAI
DZMS
SAFE ZONE COMMANDER (Traders safezone)

I have gotten to a point that after installing Safe Zone the game loads but not all the way I can hear birds and Ai shooting at me but cant see anything the screen just has the epoch loading screen and then the number three lower right ...... I have checked my RPT files no help there no errors until.

These last two lines and the only errors that now appear in the RPT
19:49:45 Server error: Player without identity Stomper (id XXXXXXXX)
20:03:43 Server error: Player without identity Stomper (id XXXXXXXX)

I checked it on google and found a post that I need to add this

steamport = 2300;
steamqueryport = 2301;

To the config.cfg file which I did but it didn't fix anything. Just not sure where to go from here any suggestions or anyone want to give me a hand that would be awesome.

Also I was wondering is there a certain order of when to install certain scripts or mods or add-ons. which ones break stuff unless they are installed first kind of thing.

Once Again I am very grateful to any help I can get with setting this thing up.
 
Open your custom compiles.sqf

Find and replace this line:

Code:
 if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };

With:

Code:
  if (dayz_clientPreload && dayz_authed) exitWith {
  endLoadingScreen;
         diag_log "PLOGIN: Login loop completed!";
       };
 
I will check this next time I am off work I am going to be stuck at work a few days but I will check it out. Thanks Alot I really appreciate your help

Thanks again Stomper
 
Back
Top