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?
No loot in rad town
Discussion in 'Rust Discussion' started by misha1979, Oct 30, 2017.
-
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
-
-
@misha1979 Run the following command to force the handler to respawn based on your spawn rate and density configurations.
Code:spawn.fill_populations
-
-
@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
-
Code:spawn.max_density 0.2 spawn.max_rate 2 spawn.min_density 0.2 spawn.min_rate 2
Too many bears per square meter, but no boxes. -
@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)
Code:del assets/bundled/prefabs/autospawn/resource/
Code:spawn.fill_populations
-
-
@misha1979 Do you have any plugins that control loot spawn? Provide a list of plugins.
-
-
@misha1979 This is a plugin related issue then. Remove all plugins while keeping oxide and restart. Get back with me.
-
I already even reinstalled windows. What am I doing wrong? Maybe something early on? -
After restart its take around 20 minutes for crates to show up on monuments. Is it that you're talking about?
-
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:
-
-
it's still not working