See Title
What variables are used in the config file?
You can see the default configuration on the plugin's page or in your oxide/config folder. https://umod.org/plugins/no-decay#configuration
Yeah got that jsonfile..but what do I change? 0.0 to what? Want extend walls decay maybe 50%...how?
Thanks Wulf...almost 60 yo here and not literate in this type configs...old school stuff only lol
Merged post
Tried this to see difference but don't see any change in decay rate in cupboard... What don't I get?
{
"Debug": {
"outputToRcon": false
},
"Mutipliers": {
"armoredMultiplier": 0.1,
"baloonMultiplier": 0.0,
"barricadesMultiplier": 0.0,
"bbqMultiplier": 0.0,
"boatMultiplier": 0.0,
"boxMultiplier": 0.0,
"campfireMultiplier": 0.0,
"deployablesMultiplier": 0.0,
"furnaceMultiplier": 0.0,
"highStoneWallMultiplier": 0.0,
"highWoodWallMultiplier": 0.0,
"minicopterMultiplier": 0.0,
"samMultiplier": 0.0,
"sedanMultiplier": 0.0,
"sheetMultiplier": 0.1,
"stoneMultiplier": 0.5,
"trapMultiplier": 0.0,
"twigMultiplier": 1.0,
"watchtowerMultiplier": 0.0,
"woodMultiplier": 0.0
}
}
Merged post
Anyone? Please and thank you
Merged post
Tried this to see difference but don't see any change in decay rate in cupboard... What don't I get?
{
"Debug": {
"outputToRcon": false
},
"Mutipliers": {
"armoredMultiplier": 0.1,
"baloonMultiplier": 0.0,
"barricadesMultiplier": 0.0,
"bbqMultiplier": 0.0,
"boatMultiplier": 0.0,
"boxMultiplier": 0.0,
"campfireMultiplier": 0.0,
"deployablesMultiplier": 0.0,
"furnaceMultiplier": 0.0,
"highStoneWallMultiplier": 0.0,
"highWoodWallMultiplier": 0.0,
"minicopterMultiplier": 0.0,
"samMultiplier": 0.0,
"sedanMultiplier": 0.0,
"sheetMultiplier": 0.1,
"stoneMultiplier": 0.5,
"trapMultiplier": 0.0,
"twigMultiplier": 1.0,
"watchtowerMultiplier": 0.0,
"woodMultiplier": 0.0
}
}
Merged post
Anyone? Please and thank you
I’m not really familiar with the plugin sorry, was more of an educated guess.
lol!!! Thanks anyway
Next contestant? Help a retard out here!!
Next contestant? Help a retard out here!!
Hi Schmier. First of all, after changing the config file in case you didn't know, you need to unload/load the plugin for the updates to take effect:
oxide.unload NoDecay
oxide.load NoDecay
... then see if it's worked.
Also, are you aware that you can fiddle with decay rates directly without any plugin? Take a look here, and search 'decay' for all the commands. Once you've decided what settings you want you can then make them permanent by adding them to ~/serverfiles/server/rustserver/cfg/server.cfg
My server has all decay disabled, very simple:
decay.scale "0"
decay.upkeep "False"
Hope it helps.
oxide.unload NoDecay
oxide.load NoDecay
... then see if it's worked.
Also, are you aware that you can fiddle with decay rates directly without any plugin? Take a look here, and search 'decay' for all the commands. Once you've decided what settings you want you can then make them permanent by adding them to ~/serverfiles/server/rustserver/cfg/server.cfg
My server has all decay disabled, very simple:
decay.scale "0"
decay.upkeep "False"
Hope it helps.
In response to JimDeadlock ():Hi Schmier. First of all, after changing the config file in case you didn't know, you need to unload...
I "know" basically nothing (smile) Will give yourideas a try..appreciate
Help me find where I create/alter server.cfg?
My server path leads me to folder that contains the rustdedicated.exe and some misc folders..
there is a folder called server - has sub folders experimental and legacy
Folder called config - config.vdf file
oxide folder and in it is s folder called config - currently has 2 jsonfiles i am messing with - one being NoDecay
So how does this line up with your file path?
serverfiles/server/rustserver/cfg/server.cfg??
Want some decay but will keep your other fix in mind..
Thank you
Help me find where I create/alter server.cfg?
My server path leads me to folder that contains the rustdedicated.exe and some misc folders..
there is a folder called server - has sub folders experimental and legacy
Folder called config - config.vdf file
oxide folder and in it is s folder called config - currently has 2 jsonfiles i am messing with - one being NoDecay
So how does this line up with your file path?
serverfiles/server/rustserver/cfg/server.cfg??
Want some decay but will keep your other fix in mind..
Thank you
Sorry, my server is on Linux, I'm not familiar with the Windows layout but it's the same file where you set your server title, description etc.