[RM2K3] HOW TO LAUNCH GAMES IN WINDOWED MODE

Posts

Pages: 1
Does anybody know how to modify the settings on my RM2K3 project to launch the game in windowed mode? I figure this will be helpful for individuals whose operating systems do not support 320x240 resolution any longer.
If you're having issues with the game crashing on start-up, I found a neat solution posted by cherry.

I finally have a fix for the fullscreen problem. Use a hex editor to search for 6A 00 6A 3C 6A 10. Replace the 10 by 20. In the following bytes, you will find 6A 10 three more times (always followed by a 68), replace them as well.


It's very easy. I was able to do this in just a few short minutes with minimal headache.
If you play through the engine, there's an option to start the game out of full screen.


I almost always play through the engine, just in case a game has a bug or something that needs fixing.
Pages: 1