Solved Server.stability on start?

Discussion in 'Rust Discussion' started by M1N10N, Feb 8, 2016.

  1. How can I get server.stability false to stay false through a restart, every morning, the server restarts at 6 a.m and stability turns back on....
     
  2. Wulf

    Wulf Community Admin

    Add it your server.cfg file.
     
  3. like this ? +server.stability false
     
  4. Wulf

    Wulf Community Admin

    Without the +, that is only for the command-line/startup.
     
  5. ok so before I submit this look right


    -batchmode +server.ip 8.2.122.180 +server.port 28016 +server.level "Procedural Map" +server.seed 1716808 +server.maxplayers 50 +server.hostname "US EAST| Maze Mountain|Battle Arena|*A-B*|" +server.identity "1215068" +rcon.ip 8.2.122.180 +rcon.port 28018 +rcon.password 1215068 +query_port 28017 -server.worldsize 4500 -nologs -load server.stability false
    [DOUBLEPOST=1454969869][/DOUBLEPOST]or actually in the file server_config_autoconfig
     
  6. Wulf

    Wulf Community Admin

    That's your startup script, not server.cfg. If you want to put it there, you'll need the + before it. Also, the -load is not used, you can remove it.

    The server.cfg file is under server/youridentity/config/server.cfg, which you'd need to manually make if the file isn't there.
     
  7. I have one already called serverauto.cfg in that folder and it contains "fps.limit "256" will this file work for this command ?
     
  8. Wulf

    Wulf Community Admin

    No, server.cfg, not serverauto.cfg.
     
  9. ok I will have to create it I guess
     
  10. G'day

    Would this be the folder that has the users.cfg and bans.cfg ? there is no server.cfg file in there but I'm wondering is that where I should create it and just add the line server.stability false

    thanks Dean.
     
  11. Wulf

    Wulf Community Admin

    Yes, just make the server.cfg manually.
     
  12. Thank you Wulf for always making time for people, you really are appreciated.