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

×
Is there a launch command that can be set in the Command line arguments for the game which will set it into 16 bit colour? I have it open in a window with -window but it wont launch in windowed without it being set into 16 bit colour
This question / problem has been solved by surfer1260image
avatar
seanmandrew: Is there a launch command that can be set in the Command line arguments for the game which will set it into 16 bit colour? I have it open in a window with -window but it wont launch in windowed without it being set into 16 bit colour
I don't know whether there are any game specific commands for that, but alternatively you can force
different resolutions, color depths or refresh rates with a tool called Display Changer:
https://12noon.com/?page_id=80

Just create a bat file in the following way, and run the game with it:
@echo off
dccmd.exe -depth=16
Game.exe
dccmd.exe -depth=32
exit