Solved Where is my server.cfg?

Discussion in 'Rust Discussion' started by Tyrargo, May 10, 2017.

  1. if i write something in the console, like server.url or something like that, where is this config stored?

    i have only a serverauto.cfg with this in it:

    Code:
    fps.limit "256"
    global.perf "0"
    server.arrowarmor "1"
    server.arrowdamage "1"
    server.bleedingarmor "1"
    server.bleedingdamage "1"
    server.bulletarmor "1"
    server.bulletdamage "1"
    server.meleearmor "1"
    server.meleedamage "1"
    server.showholstereditems "True"
    
    but where are the other settings?
     
  2. Wulf

    Wulf Community Admin

    The settings are only what you add to it. You should be using the server.cfg file (create it) though instead.
     
  3. But if i write into console: server.url www.google.de and then server.writecfg where is this entry?

    and have the server.cfg also to be stored where users.cfg and bans.cfg is stored? my_server\cfg ?
     
  4. Wulf

    Wulf Community Admin

    The server.writecfg does not save anything other than users. You'd have to manually add any other settings such as server.url to your server.cfg file.
     
  5. all right, thx!