Decay

Discussion in 'Rust Discussion' started by Inkss, Dec 16, 2017.

  1. so i have nodecay but it seems to not be working. so i put in "decay.upkeep false" to turn off upkeep but my base still decays. i made sure to save the config so when server restarts it doesnt setback but nothing i do seems to stop the decaying of bases.
     
  2. Add it to the start.bat file.
     
  3. setting decay.upkeep to false will just revert back to the old decay method.

    If you want to fully remove the decay do the following:

    In console type the following from top to bottom:
    Code:
    decay.scale 0
    decay.upkeep False
    server.writecfg
    OR

    You can add those to your start.bat file.
     
  4. thanks ill try this