Rust: Modify Decay
This guide was created with the following products:
(Details may vary with products from different providers but the main concepts remain the same)
Using RCON, you can run a command directly to make yourself admin. Firstly its required to Connect via RCON.
The server must be fully started, to be connectable through rcon.
When you're connected, please navigate to the Console section, where you can execute commands. In our example we're using RustAdmin.
You can modify the Decay-Rate as following:
decay.scale 1.0
is the normal decay rate
decay.scale 0.5
reduces the decay rate by 50%
decay.scale 0
completely disables the decay
In example you would like to disable the decay completly, then its required to execute the command
decay.scale 0
press enter after you have entered the command.
You can verify in the console tab now if the command was successfully sent.
To save our changes, its required to send
server.writecfg
once and sent it by pressing enter.
If your console now shows Config Saved
the server has taken your changes.