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

ANy mods to remove the panting when below 50% stamina?

Scyris

New member
Topic, this sound effect annoys the hell out of me in every game that has it. Any easy way via xml to disable it?

 
Yes it should be very easy. here is an xpath modlet that should do what you want

Code:
<Khelldon>
<remove xpath="/entity_classes/entity_class[@name='playerMale' or @name='playerFemale']/property[@name='SoundStamina']"/>
</Khelldon>
 
I'll give it a shot, thanks a ton if it works, I know the sound is to notify me that "hey your below half stamina" but its always annoyed the hell out of me.

Didn't work, nor did removing the entry from the xml manually either.

 
Last edited by a moderator:
The sound removal of panting isnt only linked to entityclasses.xml it would need to be removed from sounds and also archetypes xmls and maybe a few other xmls let me do some digging to find the rest of the refrenced areas for the panting sounds.

 
hmm odd, I thought that would work for sure. Sorry about that Scyris. I think shadowydreams has the right idea.

 
Back
Top