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

Shut up auger/chainsaw

stasis78

New member
Anyone please tell me the easiest best way to remove the sounds from auger and chainsaw?

Deleting the xml entries from these items makes the game freak out.

 
Best I can do so far is

<set xpath="/items/item[@name=meleeToolAuger]/property[@class=Action0]/property[@name=Sound_start]/@value">stepmetal</set>

<set xpath="/items/item[@name=meleeToolAuger]/property[@class=Action0]/property[@name=Sound_repeat]/@value">stepmetal</set>

<set xpath="/items/item[@name=meleeToolAuger]/property[@class=Action0]/property[@name=Sound_end]/@value">stepmetal</set>

Just makes it use a quiet sound..

 
Back
Top