• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Anyone know of a durability/degradation mod?

Sparky

New member
It's just one of those "features" of survival games that I hate it wastes my time.

I can't find any mods that remove the durability or degradation (or at least make it less ridiculous and painful) so I've tried to change the items.xml and the item_modifiers.xml but that causes my game not to load a map and when I tried to put them in a mod folder it did nothing.

 
Last edited by a moderator:
///"change"

what does that mean?

How?

in what direction?

in exchange for what?

 
Last edited by a moderator:
///"change"what does that mean?

How?

in what direction?

in exchange for what?
I mean I guess my hatred of it is an indication but I forgot to mention that I meant a mod that removes degradation, my bad.

 
Hi sparky, you can try this.

You must make a mod and add this.

Items.xml

<Gouki>

<set xpath="/items/item/property[@name=DegradationBreaksAfter' and @value='true]/@value">false</set>

</Gouki>

Saludos

 
Last edited by a moderator:
Hi sparky, you can try this.You must make a mod and add this.

Items.xml

<Gouki>

<set xpath="/items/item/property[@name=DegradationBreaksAfter' and @value='true]/@value">false</set>

</Gouki>

Saludos
That's just if the item gets destroyed after it breaks though right? I am looking for a way to not have to repair everything every 5 minutes (or at all).

EDIT: Would this work?

<set xpath="/items/item/property[@name=DegradationPerUse' and @value='1]/@value">0</set>

 
Last edited by a moderator:
That's just if the item gets destroyed after it breaks though right? I am looking for a way to not have to repair everything every 5 minutes (or at all).

EDIT: Would this work?

<set xpath="/items/item/property[@name=DegradationPerUse' and @value='1]/@value">0</set>
Hello sparky

Yes, it is only after breaking.

Answering what you ask

I think so, the object may never wear out, you can try and tell me.

What mod do you play?

 
Back
Top