Skip to content

Commit 2aa998f

Browse files
committed
add presets for Cloud Kingdom 3 and Commando 2004
1 parent da2430b commit 2aa998f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/config.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)