1. After the restart in Rt (Not on the roads) there is no loot. How to make it so that it would be after the restart?
     
  2. Nodes will not respawn in proximity to player-born items. Another thing to check is whether or not they're configured to respawn or not. Ensure the following properties are set as given below:
    Code:
    spawn.respawn_groups true
    spawn.respawn_populations true
     
  3. Loot is, but it will spawn very long. I need it to be right after the restart.
     
  4. @misha1979 Run the following command to force the handler to respawn based on your spawn rate and density configurations.
    Code:
    spawn.fill_populations
     
  5. Did not help. Maybe I did not properly explain the problem? I just translate from Google translator. My problem: As you know, the missile RT appears about 2 hours. After I restart the server, players have to wait 2 hours until the boxes appear. It is not comfortable
     
  6. @misha1979 The only way for loot to despawn on a server restart is having the max spawn rate/density set to a very small number or completely disabled. Type the following commands with no arguments in the console and give me their output.
    Code:
    spawn.max_density
    spawn.max_rate
    spawn.min_density
    spawn.min_rate  
     
  7. I have already entered these commands with standard values.
    Code:
    spawn.max_density 0.2
    spawn.max_rate 2
    spawn.min_density 0.2
    spawn.min_rate 2
    And I tried to put very high.
    Too many bears per square meter, but no boxes.
     
  8. @misha1979 There's your issue, your density controls node clustering and since your max rate is extremely high compared to your density resources are spread very far out and most cases exceeding the grid cell which will simply ignore them completely. I recommend increasing your density to 2 as well and if the issue still persists chances are you've hit the unity entity cap. If that's the case you'll need to do the following

    Revert spawn variables to default

    Code:
    spawn.max_density         (1)
    spawn.max_rate            (1)
    spawn.min_density         (0.5)
    spawn.min_rate            (0.5)
    Remove all spawned nodes
    Code:
    del assets/bundled/prefabs/autospawn/resource/
    Refill populations with your newly set configuration
    Code:
    spawn.fill_populations
     
  9. Not work(
     
  10. @misha1979 Do you have any plugins that control loot spawn? Provide a list of plugins.
     
  11. This is very interesting by the way. When I just install the server and start the box there is everywhere. And if I install the oxide and restart, then they disappear.
     
  12. @misha1979 This is a plugin related issue then. Remove all plugins while keeping oxide and restart. Get back with me.
     
  13. You did not understand. The most vanilla server has loot, and after installing the oxide there is nothing.
    I already even reinstalled windows. What am I doing wrong? Maybe something early on?
     
  14. After restart its take around 20 minutes for crates to show up on monuments. Is it that you're talking about?
     
  15. I have a server and there is nowhere in the crate. There is no plugin that will modify the spawn. Every time I did it again or wiped it did not work. I have also updated the server.
     

    Attached Files:

  16. it's still not working