I'm trying to find a good crate respawn timer editor, anyone know of one?
Looking for crate plugins 3:Solved
You can change that on the convars no need a plugin
if you are spawning a hackable crate you can also change the timer individually with the hackSeconds property
hackableCrate.hackSeconds = 600f; yacvaguerYou can change that on the convars no need a plugin
if you are spawning a hackable crate you can also change the timer individually with the hackSeconds propertyhackableCrate.hackSeconds = 600f;
heat thank you
yacvaguerYou can change that on the convars no need a plugin
if you are spawning a hackable crate you can also change the timer individually with the hackSeconds propertyhackableCrate.hackSeconds = 600f;
Sorry for bringing you back even though I marked this as solved, where would I find that convar? I'm looking through all my server config files but cannot find anything regarding crates respawn timer. Eg. after taking oilrig, it'll go back online in 10 minutes instead of 30.
That is what you would use when developing a plugin. The equivalent rustserver command is hackablelockedcrate.requiredhackseconds (default 900 sec) but I don't think this is what you are looking for anyway.
Is this of interest?
https://umod.org/plugins/custom-loot-spawns
JimDeadlock
That is what you would use when developing a plugin. The equivalent rustserver command is hackablelockedcrate.requiredhackseconds (default 900 sec) but I don't think this is what you are looking for anyway.
Is this of interest?
https://umod.org/plugins/custom-loot-spawns
YES THAT! A crate respawner! I have a plugin for the hacked crate timer already, I just needed a way to respawn them quicker!! Is there a node equivalent to this??
A quick plugin search reveals:
https://umod.org/plugins/custom-resource-spawns
JimDeadlock
A quick plugin search reveals:
https://umod.org/plugins/custom-resource-spawns
I guess I skipped over this one. Thank you very much!
You don't need a plugin for changing a convars!!!
The example I gave you before was in case you were developing a plugin but for changing the convars just add this in your server.cfg
hackablelockedcrate.requiredhackseconds 300
Locked automatically