Rollercoaster Tycoon (1) Game Fix: Problems
Posted: 03 Jan 2010, 03:52
I tried out the resolution fixing method described in this thread.
Methodology:
1.) Open EXE with hex editor (in this case I used xvi32)
2.) Edit these two lines:
Change the integer "20 03" to equal the new horizontal resolution (in both lines).
Change the integer "58 02" to equal the new vertical resolution (in both lines).
3.) Start Game.
4.) Open Options panel and change the resolution to 800x600.
I tried:
1024x640
1280x720
1280x780
1440x900
The first three resolutions yielded a resolution of 640x480, with the screen covered in black boxes which had to be refreshed through clicking on the icons for the area they covered. The fourth crashed the game (as it was reported to).
Am I missing something in applying this?
Methodology:
1.) Open EXE with hex editor (in this case I used xvi32)
2.) Edit these two lines:
Code: Select all
58 02 00 00 68 20 03 00 00
20 03 00 00 c7 45 f4 58 02 00 00 Change the integer "20 03" to equal the new horizontal resolution (in both lines).
Change the integer "58 02" to equal the new vertical resolution (in both lines).
3.) Start Game.
4.) Open Options panel and change the resolution to 800x600.
I tried:
1024x640
1280x720
1280x780
1440x900
The first three resolutions yielded a resolution of 640x480, with the screen covered in black boxes which had to be refreshed through clicking on the icons for the area they covered. The fourth crashed the game (as it was reported to).
Am I missing something in applying this?
