1. I'm running my own server locally with Oxide as a sandbox to try things out, and I'd like to make all the green boxes spawn in order to check their locations.

    Any ideas? Cheers.
     
  2. Code:
    del assets/bundled/prefabs/radtown/
    spawn.fill_groups
    This does first delete all loot in towns/monuments, second does fill the SpawnGroups of those places again
     
  3. Do I run these in the in-game console with admin rights or?

    edit: Nevermind, figured it out. Thank you very much.
     
    Last edited by a moderator: Dec 7, 2016
  4. One more question. I'm having trouble making a bind for this.

    Code:
    bind k del "assets/bundled/prefabs/radtown/";spawn.fill_groups
    Results in:

    Code:
    Couldn't find  "assets/bundled/prefabs/radtown/" "True"
    There is something about bind that adds "True" parameter to del command and makes it not work.

    Ideas?