Solved How to spawn an animal?

Discussion in 'Rust Discussion' started by maksiyshuk, Jun 1, 2015.

  1. How to spawn an animal?
     
  2. Wulf

    Wulf Community Admin

  3. how to make server more animal....i mean random spwan more animal ?
     
  4. Maybe something from this help?
    server.itemdespawn 120
    spawn.min_rate 0.1
    spawn.max_rate 1
    spawn.min_density 0.1
    spawn.max_density 1
    It defaults server values.
     
  5. Don't know if any mod that does this but I'm working on one.. ETA tonight, but it will probably a week 'til it's approved as usual (wink wink Wulf :p)
     
  6. Wulf

    Wulf Community Admin

    Only for you, everyone else is instant. ;)
     
  7. I understand Wulf, I sometimes get blinded and paralyzed by the greatness of my code too :) lol
     
  8. Woah thats good news, animals are so rare this days... especially on gather xN servers it makes no sense having tons of resources except animal related. As soon as your plugin is available i'll try it :D
     
  9. Almost done, ran into some unforeseen issues last night while finishing it up... If I spawn a lot of stuff (I spawned 2000 chickens as a test), I get a ton of errors in RCON. I think I know what's happening, I'll test tonight and hopefully be able to finish it.

    The mod will allow you to set a minimum of spawnables that you wish to see on the map at all times:

    normal barrels
    good barrels
    trashcans
    box crates
    weapon crates
    metal-rich rock nodes
    stone-rich rock nodes
    sulfur-rich rock nodes
    chickens
    boars
    stags
    horses
    bears
    wolves

    All of these will be randomly spawned on the map, so if you add more barrels, you'll start seeing barrels pop all over the map like it was before they snapped them to monuments and roads. The loot crates will follow the same rule, so you'll start finding new loot crates in the middle of nowhere, etc.

    You will be able to set any of these to zero if you do not wish to spawn any extras or want to keep loot where it belongs. The default config will contain typical values of what I've observed so far during testing so you'll need to review the file and increase the types you want more of.
    [DOUBLEPOST=1438053882,1438011740][/DOUBLEPOST]Update: The plugin I mentioned is finished and released... Just waiting for approval. Name of the plugin is Cornucopia.