Posted February 11, 2011
Hi Folks,
15 years ago I found that thing, on the Moonbase9 level the music pairing to the Bronx level (ghetto-style-music) and the Bronx techno/rock-style music is better for the Moon level.
Now I checked the code and found it: Moonbase9 track calls Bronx music and vica versa.
There is a patch that fix this:
http://www.megaupload.com/?d=8OVAR9KJ
Backup your M.EXE and replace with the patched one. If you dislike it switch back.
Dinamically the original choice is better, but the style...
A little explanation about the musics in Megarace 2:
In M.EXE, around the end of file you found all the dynamic links to the music libraries,
MUSIC\TRACK\TRACK format. Just replace this with Hex editor to change the directory. There is a Hex value after every directory note, containing the number how many music piece have to be played. For example, original lune (moon) music track slices 00 to 05 so the value must be 06. Plus a bonus, if you check the music directory, .16 files are wav files, so you're able to use your own musics if prepare them :).
15 years ago I found that thing, on the Moonbase9 level the music pairing to the Bronx level (ghetto-style-music) and the Bronx techno/rock-style music is better for the Moon level.
Now I checked the code and found it: Moonbase9 track calls Bronx music and vica versa.
There is a patch that fix this:
http://www.megaupload.com/?d=8OVAR9KJ
Backup your M.EXE and replace with the patched one. If you dislike it switch back.
Dinamically the original choice is better, but the style...
A little explanation about the musics in Megarace 2:
In M.EXE, around the end of file you found all the dynamic links to the music libraries,
MUSIC\TRACK\TRACK format. Just replace this with Hex editor to change the directory. There is a Hex value after every directory note, containing the number how many music piece have to be played. For example, original lune (moon) music track slices 00 to 05 so the value must be 06. Plus a bonus, if you check the music directory, .16 files are wav files, so you're able to use your own musics if prepare them :).