Did I just trip over a hidden flag?
Posted: Wed Feb 23, 2011 4:10 am
I was fumbling around with a spraybomb weapon some time ago, I gave up on it for a while because I couldn't get it to bounce quietly using;
bounceSound = "silence.wav"//One of my custom sound files, you'll never guess what it sounds like
I tried it again today, hoping I'd typed the flag incorrectly before. This time I used;
soundBounce = "silence.wav"//note the difference
Using the second flag, the spraybomb bounced silently.
Looking through the changelog, modlog and any spraybomb ODFs I could think of, I couldn't find any reference to the second flag so I'm wondering if anyone knows about it.
In short,
bounceSound = X//Works for bouncebombs only
soundBounce = X//Works for spraybombs only, seems to be undocumented
bounceSound = "silence.wav"//One of my custom sound files, you'll never guess what it sounds like
I tried it again today, hoping I'd typed the flag incorrectly before. This time I used;
soundBounce = "silence.wav"//note the difference
Using the second flag, the spraybomb bounced silently.
Looking through the changelog, modlog and any spraybomb ODFs I could think of, I couldn't find any reference to the second flag so I'm wondering if anyone knows about it.
In short,
bounceSound = X//Works for bouncebombs only
soundBounce = X//Works for spraybombs only, seems to be undocumented