Sparky Posted January 8, 2020 Share Posted January 8, 2020 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. Link to comment Share on other sites More sharing options...
n2n1 Posted January 8, 2020 Share Posted January 8, 2020 ///"change" what does that mean? How? in what direction? in exchange for what? Link to comment Share on other sites More sharing options...
Sparky Posted January 8, 2020 Author Share Posted January 8, 2020 ///"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. Link to comment Share on other sites More sharing options...
Gouki Posted January 8, 2020 Share Posted January 8, 2020 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 Link to comment Share on other sites More sharing options...
Sparky Posted January 9, 2020 Author Share Posted January 9, 2020 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> Link to comment Share on other sites More sharing options...
Gouki Posted January 9, 2020 Share Posted January 9, 2020 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? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.