:
I was using Psound on my ps1 games, and i tried it on the music file from the extracted level file off my ps1 version oddysee and i got a heap of sounds off it. Im not sure if it will work on the computer version, or exoddus.
|
I tried it on PC version and it doesn't find anything...
I have a couple of tips when hex editing Oddysee and Exoddus exe's. First
Do NOT create or delete extra spaces as it will ruin the exe. Second, there are only a number of things you can edit e.g. The help text, the Esc menu text and mix the sounds around. If you are editing the scrolling help text then here is a small hex list:
01 = (Up Arrow) | 02 = (Down Arrow) | 03 = (Left Arrow) | 04 = (Right Arrow) | 05 = Shift | 06 = Ctrl | 07 = Alt | 08 = Z | 09 = Space | 10 = 6 | 11 = 7 | 12 = 8 | 13 = 0 | 14 = Esc | 15 = X | 16 = Esc | 17 = Tab |
When you view the hex ASCII it will show up as a .
Sorry to go a bit off topic but I think that this will help some beginners a bit in this topic.