1. Since yesterday's patch my server is not loading the server.cfg. The hostname, headerimage and a bunch of other important stuff is in there. I did not change the command line and the file is still in the right spot.

    I do not however have any command line param to tell the game to load it. Maybe it used to be implicit and they changed it so it needs to be specified? Any ideas?

    Edit: this is on gameservers.com
     
  2. So you need to update the location.
     
  3. What is the new location??
     
  4. Wulf

    Wulf Community Admin

    server/identity/cfg
     
  5. Oh ok. And what is the difference between server.cfg and serverauto.cfg?
     
  6. Wulf

    Wulf Community Admin

    The server.cfg is static and only manually edited as far as I know, and serverauto.cfg is what your server will save to when you change settings via the console and use server.writecfg.
     
  7. i got the same problem how do i fix this also i am on the same host!
     
  8. Wulf

    Wulf Community Admin

    If you are having the same issue, then the solution was already posted above.
     
  9. upload_2015-11-9_18-48-22.png
    [DOUBLEPOST=1447091377][/DOUBLEPOST]from this picture where can i find the problem? Because i got 4 plugins in but when i startup the server the config of oxide is not changing anyway
     
  10. Wulf

    Wulf Community Admin

    This thread is not about Oxide at all, it's about Rust's server.cfg and serverauto.cfg. If you are having problems with specific plugins, please post the issue you are having with it in its thread. If it's Oxide related, please created a new thread with details about your individual issue.
     
  11. but wulf i got the most updated oxide and most updated plugins but it wont load a config the title says it so i am not wrong?
     
  12. Wulf

    Wulf Community Admin

    This thread is about Rust's config files, not Oxide or plugins.
     
  13. I moved my config to what Wulf said and it fixed my issue btw. You are in the right thread, not sure what Wulf is rambling about :p

    Ie: move /ruste/config/server.cfg to 1251896/config
     
  14. Wulf

    Wulf Community Admin

    The user is talking about plugins, not the server config from what I can tell, and should be resolved now that they re-installed Oxide.
     
  15. I believe he was simply mistaking the Rust config as a oxide config but I could be wrong!
     
  16. Wulf

    Wulf Community Admin

  17. Set up my first server last week and started modding yesterday. I don't know what I'm missing and can really use some help. I cannot for the life of me get my server config to load. I must be missing something but cant figure it out. I guess I have 2 questions. 1st I have copied my config file so that you can see what "I think I'm doing". Also I have this config file dropped in the following location c:/rustserver/server/my_server_identity/cfg/server.cfg
    Is this the correct location for the .cfg file? I'm still very new to writing the commands so please, any constructive help would be very appreciated. Right now I'm just trying to get the server to load a config that I create. Thanks in advance :)

    COPY of server.cgf

    :START
    C:\rustserver\cfg\server.cfg -batchmode +server.seed 999 +server.identity my_server_identity
    +server.port 28015
    +server.hostname "Killingspree's_Server"
    +server.maxplayers 6
    +server.worldsize 400
    +chat.serverlog 1
    +server.netlog 1 server.saveinterval 300
    +spawn.max_rate 1
    +spawn.max_density 1
    +autoupdate -god 1
    +ownerid 76561198040652483 "KillingSpree" "reason"
    +moderatorid 76561198040652483 "KillingSpree" "reason"
    rcon.ip 0.0.0.0
    rcon.password "jeremiah"
    rcon.port 28016
    time /t >> shut.log
    pause
    GOTO:START
     
  18. Wulf

    Wulf Community Admin

    @KillingSpree 2, your server.cfg/serverauto.cfg shouldn't be in the format of your batch file, it's just a config file with one Rust command/setting per line without any + or - symbols.
     
  19. Did not know that. I'll try that now. Follow up question, as I understand it now that I am using Oxide the server is not looking for a .bat file for these settings?
    [DOUBLEPOST=1447193722][/DOUBLEPOST]
    And that solved my problem! Thanks Wulf!