Krankor: I'm not sure I follow though, can you explain what/how to use the bitdepth.exe you created?
Cheers!
81RED: Sure, here's the contents of the .CMD I use to start the game:
REN winmm.dll winmm.dll.old
Bitdepth 16
REN winmm.dll.old winmm.dll
game -D3D -CorrectRatioTextures -ZBuffer -nodither -TextureVideoMem268435456
REN winmm.dll winmm.dll.old
Bitdepth 32
REN winmm.dll.old winmm.dll
Sorry for all the questions, but are you using the winmm.dll that's already in the MotoRacer directory, or are you using another?
I can't get my batch file to work as yet, but when I try single commands (from command prompt) bitdepth 16 it works fine (desktop shifts to 16bit depth) etc etc.
However, when running the cmd with the lines copied from above nothing actually happens (the command prompt appears and you see it go through the lines with out error, but the desktop doesn't change to 16 bit, hence why motoracer doesn't start).
Here's the content of my .cmd file
REN winmm.dll winmm.dll.old
Bitdepth 16
REN winmm.dll.old winmm.dll
game.EXE -D3D -CorrectRatioTextures -ZBuffer -FrameRateMax0 -nodither -TextureVideoMem268435456
REN winmm.dll winmm.dll.old
Bitdepth 32
REN winmm.dll.old winmm.dll
I'm sure it's the winmm.dll :)