1. Hi guys

    I have rust recently setup a rust server and found out the commands to make more trees and rocks spawn in the world by using the following commands.

    spawn.min_rate 2
    spawn.max_rate 2
    spawn.min_density 2
    spawn.max_density 2

    The problem i am having is when restarting the server after loading up new mods etc the landscape looks bare again so i have to type in the commands back in console.

    I tried to put these commands in my serverauto.cfg file but it does not seem to be working.

    Is there anything else i can try to get these commands to run on server restart ?

    Thank you in advance for any help.
     
  2. Wulf

    Wulf Community Admin

    Put them in server.cfg, not serverauto.cfg.
     
  3. Hi Wulf thank you for the reply. I will have to make one manually as i dont have one. Thanks for the help.
     
    Last edited by a moderator: May 20, 2016
  4. Wulf

    Wulf Community Admin

    You'd make it in the same location as serverauto.cfg.
     
  5. Thank you very much all is working fine now :)