No Trees/ores

Discussion in 'Rust Discussion' started by v1ruspr0ne, Nov 28, 2017.

  1. I was using "Rust Admin" because rusty refuses to work nomatter what i try. and it works beautifully except i clicked a button "Reset resouorces" and all my tress/ores/collectables vanished and are not respawning XD

    is there a command/plugin to respawn them??
     
  2. Run this command console or RCON
    Code:
    spawn.fill_populations
     
  3. well its not an unrecognised command however no resources still T.T

    Code:
    spawn.fill_populationsNullReferenceException: Object reference not set to an instance of an objectError: spawn.fill_populations - Object reference not set to an instance of an object (Assembly-CSharp)
     
  4. @v1ruspr0ne If they're not respawning, and refill is not working there is only one reason why. Make sure the following is set accordingly.
    Code:
    spawn.respawn_groups  True
    spawn.respawn_populations  True
    That will enable automatic respawning. Now, to fix the error when using the fill command make sure the following is configured correctly and min is not higher than max. Use the default values to see if this doesn't fix your issue.
    Code:
    spawn.max_density  1
    spawn.max_rate 1
    spawn.min_density 0.5
    spawn.min_rate 0.5
    Once done run the command again and report back.
    Code:
    spawn.fill_populations
     
  5. This is just another fix that will stick in my brain weather it works or not. I FOUND my issue, I had SpawnConfig for Rust | Oxide loaded. i figured i have no idea how to use the plugin anyway ,Unloaded and completed a server restart, Everything spawned back in correctly this time.

    Thanks for the help anyway.