Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Server config resetting every time i restart the server.


NickHansen123

Recommended Posts

I've been trying to change the value of these 2.

disable3rdPerson=0;         // Toggles the 3rd person view for players (value 0-1)
disableCrosshair=0;         // Toggles the cross-hair (value 0-1)

along with tryna change 

class Missions
{
    class DayZ
    {
        template="dayzOffline.chernarusplus"; // Mission to load on server startup. <MissionName>.<TerrainName>
    };

to 

class Missions
{
    class DayZ
    {
        template="Expansion.chernarusplus"; // Mission to load on server startup. <MissionName>.<TerrainName>
    };

 

But everytime i save and restart the server. it just rolls the config text back to what it originally was, and launches the server that way.

Share this post


Link to post
Share on other sites

Make sure to check the skip save config before restarting as it will reset the serverDZ file if not. You can also move the admin/serverDZ.cfg file to the root of the FTP client (where the exe files are) and overwrite the current one listed there. Once done set this at the end of your launch line outside of any quotes " " -config=serverDZ.cfg. This will make it so the server panel no longer overwrites the file. However you will need to manual edit the file there after for passwords and server title info.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...