Mods with random sounds
- Login to post comments
Thu, 07/09/2015 - 16:48
You know there's mods that change the appearance of a Goo Ball into random different images, right?
Well, I was wondering if you could do the same but with sound files instead of image files. Yep, XSL trouble again!
You can, same way you'd do random images. Just separate your sound names with commas.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Well, I can only get the default sound to play. These are my XSL files. As you can see, I'm trying to make a mod with random explosion sound effects.
balls.xml.xsl
resources.xml.xsl
Be happy and live life at your own pace
Hm, I'm a little out of practise with xsl. It looks like you are adding the sounds in the wrong place.
There is no attribute called "sounds" in the ball.XML.
Try to decrypt the ball.XML after installing the goomod with your xsl files.
Check if it has changed and if so what has changed.
on the run | keep on running | two-stroke-engine
After lots of attempts I found out that you aren't supposed to use XSL files! So instead of a "merge" folder, I had to use a "compile" folder, and it makes things a lot easier! Why didn't I think of that before?!
Well, my problem is solved. Now I can publish my mod...
Be happy and live life at your own pace