Blockland Forums > Modification Help
Jump Sound
Darksaber530:
I want to replace the default "jump.wav" sound with a sound of my own, but everytime in v20 when i put it in
C: - Users - (username) - My Documents - Blockland - Base - Data - Sounds , it replaces it with the default jumping sound!
Could someone help me script or give me a script that will change the default jump.wav sound?
Chrono:
FileCopy("path to your add-on's sound","base/data/sounds/jump.wav");
Greek2me:
--- Quote from: Chrono on October 13, 2011, 09:14:49 PM ---FileCopy("path to your add-on's sound","base/data/sounds/jump.wav");
--- End quote ---
That seems inefficient because then the file is re-written twice every time you start BL.
I was able to change it with this: jumpSound.fileName = "pathToFile.wav";
Darksaber530:
Could you please package a script for me, greek2me please?
Im in desprate need of a new jump sound
I used to have an epic one D:
Greek2me:
Here it is:
http://greek2me.webs.com/Downloads/Random/Script_JumpSound.zip
You can replace the .wav file that's included in there, although I like the one I picked.