hi maybe someone can help me with a problem
the question is is there a way to implement a sounds mod like more metal sounds in a mod that has already it own sounds without to override the sounds from the mod??
I guess you don't have the source file from that mod so in you would need to find out which one of the entries of the sounds.txt are native ones. These are the ones you can edit and put in the ones from metal sounds. I doubt is possible to have more than one sound for one and the same event in the game.
hi maybe someone can help me with a problem
the question is is there a way to implement a sounds mod like more metal sounds in a mod that has already it own sounds without to override the sounds from the mod??
if you mean make custom sounds and add to a mod i think you need to download python , module system and edit the module_sounds.py file.
i'm trying to do that but for now i'm replacing old files with new ones cause i'm a newbie in coding and i don't want to mess up the game.
if anyone can explain how to do that (edit module_sounds.py and make sounds compatible with the mod with the right sounds.txt) it would be appreciated .