1. 1.
    Is there a Admin tool like Rusty for the experimental version ?

    2.
    I use the command "server.stability false" to allow tall buildings. If I have to restart the server now (plugin update ec) all these buildings collaps at startup before I can enter the command again ! Since there are no config file when loading the server I can not run the command directly at start. How can I prevent the collapse of the building at startup?
     
  2. Wulf

    Wulf Community Admin

    1. Yes, you can find it in the Rusty thread. ;)
    2. Add the command to your startup parameters or place it in your server.cfg.
     
  3. I Thought the Server does not load a config like server.cfg at startup ???
     
  4. Wulf

    Wulf Community Admin

  5. Now i have tested the following:
    Used the command "server.writecfg"
    then edited the server.cfg with "server.stability false"
    restarted the server
    tested in command line "server.stability"
    the answer is server.stability: "True"
    it seems like the server does not use the server.cfg
     
  6. Is the server setup to load the config when it starts in the bat file? (-cfg "server\my_server_identity\cfg\server.cfg", as taken from http://oxidemod.org/threads/setting-up-your-own-experimental-rust-server-with-oxide-2.5754/)
     
  7. i have no access to the start.bat. I hostet my server at G-Portal and there ich have only a button to restart the server.

    edit
    i have opened a Ticket at G-Portal to insert the "-cfg "server\my_server_identity\cfg\server.cfg" in the start.bat !
     
  8. Wulf

    Wulf Community Admin

    That's the solution. ;)
     
  9. I have no experience with them so I don't know what kind of control panel they have, but isn't there an option to change the command-line? And if there isn't, I suggest opening a support ticket to ask them if they could add the config loading flag.
     
  10. Thank you , i have that idea too :)
    [DOUBLEPOST=1421054350,1421024310][/DOUBLEPOST]This was the Answer from the G-Portal Support:
    Code:
    existiert schon im aktuellen Startbefehl, aber soweit ich weiß wird beim aktuellen Release von Rust keine Configfile eingelesen, auch wenn man es angibt.
    This means that Rust does not can read a server.cfg ???

    Is there anywhere a Tutorial how to use the server.cfg with Rust experimental ?
     
    Last edited by a moderator: Jan 12, 2015
  11. Okay, I looked into it and they're right, there is no code present that loads a config file however, you can put all config variables that you want to use in your bat file's command line, example:
    Code:
    start RustDedicated.exe -batchmode -server.hostname"SuperServer" -server.port 28015 -server.stability false
    When the server is launched it doesn't load a config file at this point but it does evaluate every command-line variable.
     
  12. Thank you for your work. I Contact the Supprt to insert the command in the start line.
     
  13. I have gameservers.com as a provider, they have a server command line editor on the webpage where you can easily modify this. Also Rusty Rcon works perfect with it, and so does any FTP clients. I have been really satisfied with there owner interface. might be worth looking into if your problems persist.