I am trying to disable building decay. I have in my config:
decay.upkeep "false"
But this is not working. Are switches supposed to have double quotes in configs? Most the examples
I've seen include them, or should it be:
decay.upkeep false
?
Is quotation only necessary in literal text like the server's name and description while true & false values do not? Should "0" and "1" have them?
Have you tried something like this with decay.scale 0
C:\steamcmd\servers\rust\RustDedicated.exe -batchmode -hostname "Name" -maxplayers 50 - autoupdate +server.worldsize 2000 +server.seed 9718972321731 -server.stability false -decay.scale 0
Isnt it supposed to be +decay.upkeep false ? , Though I might be mistaken, I thing the "+" has to be infront of each
"command".
You can as far as I know type "decay.upkeep false" into RCON console when your server is running and it should
accept it.
Yes, this seems to be what actually works. I wish there was a way to eliminate the messages about decay without stocking a tool cabinet.
Thanks, everyone, for your replies.
Actually, I'm not sure now if this is working. Is "Stability" the stat that determines decay? If so, buildings are still decaying. I see walls that are 65% stable, etc.
If this cannot be fixed, I will ,sadly, abandon this server and the game. Buildings and items that disappear as if they are submerged in hydrochloric acid is a silly and lazy solution to server lag.
Sorry, you need to Log In to post a reply to this thread.