abort wrote:
I just released a hack to support computerlife22's work. It basically puts the hexedited game into fullscreen in native resolution. Download the hack here (includes a readme)
http://digitalise.net/rct-native-fullscreen.zip or if you are interested in the code/compiling it yourself, visit my github
https://github.com/abort/rct-native-fullscreen. You might want to add this to the wiki. Have fun.
Running the game on Windows XP SP3 x86 (32bit) and I can't seem to get this to work. Followed the instructions and hexedited RCT.exe with the WINDOWED hack (which works) and when I run this .exe fullscreen hack nothing happens and I get a "...is not a valid Win32 application" error message. Was the hack compiled for 64 bit systems or later than Windows XP SP3? I have Visual Studio installed and downloaded the source files, anyone know how to compile it into a new executable that may work? Any help with this is greatly appreciated!
UPDATE: I fixed it! I was able to successfully compile a Win32 build from 'main.c' and 'main.h' from abort's Github page. I ran command prompt, and changed the directory to where I stored the source and header files, and executed 'gcc main.c' and it saved 'a.exe' which worked perfectly! Only one, small caveat, there are a few glitched pixels that run at the bottom of the toolbar in the game that I can't seem to fix. It's very minor and doesn't take away from running this game in fullscreen at 1080p! The game also runs
faster than in WINDOWED mode. Not sure why but I definitely notice a much smoother framerate on my 10+ year old laptop
UPDATE 2: I found the cause of the pixels being glitched/cropped on the bottom of the game when in FULLSCREEN mode. It's the top part of the taskbar on Windows XP. It can be pretty annoying, but this patch/hack is 99% successful for Windows XP users. If anyone wants more information about this minor setback, PM me or comment below and I can provide screenshots and such if you wish to add more C++ code that could fix it or have any ideas you want to share. Happy Coaster building!