It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Whenever I open RCT 1, I get sound and picture but the colors are not right. I've tried running in different compatibility settings and resolutions, but nothing seems to have worked. Basically, I can play the game just fine, however, everything is this mottled shade of pink and green. Anyone know of a fix for this?
No posts in this topic were marked as the solution yet. If you can help, add your reply
I have this same problem. I can play it when windowed, but I have to drag the camera around and it's painful to play. Some help would be great. I have a Windows 7 64 bit installed on an AMD processor.
avatar
Fantum1337: Whenever I open RCT 1, I get sound and picture but the colors are not right. I've tried running in different compatibility settings and resolutions, but nothing seems to have worked. Basically, I can play the game just fine, however, everything is this mottled shade of pink and green. Anyone know of a fix for this?
This sounds like a similar issue to that which affects Fallout. There are some things you can try. I'll list them below, so try each in turn and let us know if any of them work.

1) Lower your colour depth in display settings to 16-bit and then launch the game.

2) Kill off the explorer task (using the Task Manager) and then run the game. (You will need to restart explorer from the Task Manager once you quit the game). You can automate this using a batch script such as the following (replace game.exe with the game's executable):

@echo off
taskkill /f /IM explorer.exe
game.exe
Start explorer.exe

This script kills explorer, then runs the game. Once you quit the game (so game.exe has finished) it then restarts explorer.

3) Use a DirectDraw wrapper to run the game. A few of these are:
DDFix
DDHack
DDWrapper
DXWnd
D3DWindower
(These last two actually capture the DirectDraw calls to run the game in a window)

That's all I can think of right now, other than your standard compatibility settings such as using compatibilty mode for different versions of windows, disabling desktop composition, disabling visual themes, etc.
avatar
Fantum1337: Whenever I open RCT 1, I get sound and picture but the colors are not right. I've tried running in different compatibility settings and resolutions, but nothing seems to have worked. Basically, I can play the game just fine, however, everything is this mottled shade of pink and green. Anyone know of a fix for this?
avatar
korell: This sounds like a similar issue to that which affects Fallout. There are some things you can try. I'll list them below, so try each in turn and let us know if any of them work.

1) Lower your colour depth in display settings to 16-bit and then launch the game.

2) Kill off the explorer task (using the Task Manager) and then run the game. (You will need to restart explorer from the Task Manager once you quit the game). You can automate this using a batch script such as the following (replace game.exe with the game's executable):

@echo off
taskkill /f /IM explorer.exe
game.exe
Start explorer.exe

This script kills explorer, then runs the game. Once you quit the game (so game.exe has finished) it then restarts explorer.

3) Use a DirectDraw wrapper to run the game. A few of these are:
DDFix
DDHack
DDWrapper
DXWnd
D3DWindower
(These last two actually capture the DirectDraw calls to run the game in a window)

That's all I can think of right now, other than your standard compatibility settings such as using compatibilty mode for different versions of windows, disabling desktop composition, disabling visual themes, etc.
I have the same issue as fantum, but none of those things that you suggested has worked. Has anyone with the same problem tried these methods?