LOL OWNED :)
.ogg preferences?
Collapse
X
-
I spent an afternoon and evening one day looking into this and figured the best way to simply replace sounds was to make my custom music identical in as many ways as possible to the original. Obviously file size and structure would differ, but encoding, bitrate, ogg version, and serial can be the same.
Needless to say when files are encoded with the exact same serial and bitrate and replace original files with the exact same name they play perfectly fine in game.
I put together a simple tutorial in a different thread to walk people through what I did step by step.
Tutorial can be found here.
Enjoy!Comment
-
- Take a stereo wav file. Download the Vorbis tools.
- Copy the wave file into the vorbis directory.
- Open windows cmd line and change to that vorbis directory
- Type filename.wav -b 112 -s
- EnjoyComment
-
I just downloaded the official tools, dragged and dropped a .wav file (44khz, 16 bit stereo I believe) onto the program, it converted the .wav file into a .ogg file, and the directory I placed it into was something like:
common/blahblah/menu/sound/menu_music.ogg
Wasn't too hard...Comment
Comment