File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
131131- Commandos
132132- Commandos - Beyond The Call Of Duty
133133- Commandos 2
134+ - Commando 2004 (only with /ddraw command line parameter)
134135- Constructor
135136- Corsairs Gold
136137- Cossacks (Steam+GOG)
@@ -140,6 +141,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
140141- Cyberchase Carnival Chaos
141142- Cyberchase Castleblanca Quest
142143- Cydonia Mars - The First Manned Mission
144+ - Cloud Kingdom 3 (only with /ddraw command line parameter)
143145- Dark Earth
144146- Dark Reign: The Future of War
145147- Day Of The Tentacle
Original file line number Diff line number Diff line change @@ -804,6 +804,14 @@ static void cfg_create_ini()
804804 "nonexclusive=true\n"
805805 "adjmouse=true\n"
806806 "\n"
807+ "; Cloud Kingdom 3 (only with /ddraw command line parameter)\n"
808+ "[Clouds Kingdom 3]\n"
809+ "fake_mode=320x240x32\n"
810+ "\n"
811+ "; Commando 2004 (only with /ddraw command line parameter)\n"
812+ "[commando]\n"
813+ "fake_mode=320x240x32\n"
814+ "\n"
807815 "; Chris Sawyer's Locomotion\n"
808816 "[LOCO/2]\n"
809817 "checkfile=.\\LOCO.EXE\n"
You can’t perform that action at this time.
0 commit comments