Rust Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Rust Wiki
Advertisement

Stability[]

Stability is a reflection of a structure's endurance; the more stable, the less likely it is to fall apart. If it reaches zero, it will break instantly upon placement. A stability percentage is visible when mousing over a building object at melee range. You can no longer place pillars with walls and are placed in the middle of foundations. This should be the second step when building a house, after completing the foundation. Pillars can only be placed if there are no other objects in their path, and if there is a foundation underneath. When building pillars on the second floor or higher.

Decay[]

Decay is a feature added to the game because of the massive amounts of player-made structures on the map, which the servers can't handle.

Decay works by slowly decreasing the health of the foundations of a structure. If left unattended, the decaying structures will break and, in co-ordination with the stability system, the rest of the building will soon fall apart as well, ultimately leading to the total destruction of a structure. Unlike in earlier builds, decay now affects any and all structures, no matter what the tier or location. Higher tiered structures will generally decay slower, and after a longer delay.

No Decay Servers[]

Some servers (mostly low population) like to opt out of the decay system to make the game more friendly to new players / roleplayers / casuals. These servers usually associate with other friendly tags such as PVE, FRIENDLY COMMUNITY, NO KOS, NO HELI, ANTI - GRIEF.

Repairing Decay[]

If a certain part of your base has been partly decayed, then you need to repair it with the resource used to create it. Metal Fragments fix metal structures, Wood fixes wood structures, and so on. To repair, take the Hammer tool, and ensure you have the relevant resources in your inventory. Hit the structure by left clicking, and on each successful hit, the health of the structure will visibly and physically increase until it is repaired fully. If a structure has already collapsed, it is not repairable and must be rebuilt.

Preventing Decay[]

Decay is prevented by building a cupboard and filling it with materials which are consumed over time.

So if you place a twig wall and run away, after 2 hours it'll start taking damage, and after a further 2 hours it'll be fully destroyed. With armored walls, it means after 24 hours it will begin taking decay damage, and after 5 days it will be destroyed. If at any point a locked door is opened or closed, the delay resets and objects in a 40m radius will have to wait for their decay delay again before taking decay damage. If you haven't played in a few days and your base is half destroyed from decay, you'll still have to repair it but maybe next time have a friend log on and open a door and check the base out so it counts as active and doesn't decay!

Here are some stats:

  • Twigs
    • 2 Hour Delay
    • 2 Hour Duration
  • Wood
    • 12 Hour Delay
    • 24 Hour Duration
  • Stone
    • 18 Hour Delay
    • 48 Hour Duration
  • Sheet Metal
    • 18 Hour Delay
    • 72 Hour Duration
  • Armored
    • 24 hour Delay
    • 120 hour Duration

Server Settings (Legacy)[]

There were two server variables that were relevant for controlling the decay speed of structures in Legacy:

decay.decaytickrate (default 300)

This controls the inverval in which all outstanding decay on the server is performed. The faster (shorter) the interval, the more often decay is applied to structures.

decay.deploy_maxhealth_sec (default N/A)

Maxhealth controls how much damage will be dealt per second. However, the values for these variables are not straight forward to set. Changing the decay time of structures should be done by changing the deploy_maxhealth_sec setting. Changing decaytickrate is only necessary if there are too many structures on the server that cause lag every time the damage is applied.

To estimate the time a structure needs to decay with given decay settings the following formula can be used:

Damager per Time unit = Structure Max Health / (deploy_maxhealth_sec / decaytickrate)

This can be used to calculate the amount of time needed for an untouched structure to fully decay:

Days until complete decay = Structure Max Health / (Damage per Time unit / decaytickrate) / 60 / 60 / 24

Example

deploytickrate = 300masmis



deploy_maxhealth_sec = 432500

This setting will result in the decay of a normal 1000 hp Wood Wall

1000 hp / (432500 hp / 300 s) = 1000 hp / 1441.66 parts of hp per 300 seconds = 0.6936448261 hp per 300 seconds

1000 hp / (0.6936448261 hp per 300 seconds / 300 seconds) / 60s / 60m / 24h = 1000 hp / 0.00231214942 hp/s / 60s / 60m / 24h

= 432498 s / 60s / 60m / 24h = 5 days until 100% decay

With the above settings a standard 1000 hp Wooden Wall will take 5 days until is has decayed completely and take 0.693645 hp damage every 300 / 60 = 5 minutes after 24 hours of idle.

This graph will show the decay time in days by deploy_maxhealth_sec with deploytickrate at 300 for a structure with 1000 hp (e.g. Wood Wall).

Stats

Decay time in days by MaxHealth at 300s/tick for 1000hp structures

Advertisement