1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

add presets for Cloud Kingdom 3 and Commando 2004

This commit is contained in:
FunkyFr3sh 2024-12-30 08:15:03 +01:00
parent da2430b7d0
commit 2aa998f852
2 changed files with 10 additions and 0 deletions

View File

@ -131,6 +131,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Commandos - Commandos
- Commandos - Beyond The Call Of Duty - Commandos - Beyond The Call Of Duty
- Commandos 2 - Commandos 2
- Commando 2004 (only with /ddraw command line parameter)
- Constructor - Constructor
- Corsairs Gold - Corsairs Gold
- Cossacks (Steam+GOG) - Cossacks (Steam+GOG)
@ -140,6 +141,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Cyberchase Carnival Chaos - Cyberchase Carnival Chaos
- Cyberchase Castleblanca Quest - Cyberchase Castleblanca Quest
- Cydonia Mars - The First Manned Mission - Cydonia Mars - The First Manned Mission
- Cloud Kingdom 3 (only with /ddraw command line parameter)
- Dark Earth - Dark Earth
- Dark Reign: The Future of War - Dark Reign: The Future of War
- Day Of The Tentacle - Day Of The Tentacle

View File

@ -804,6 +804,14 @@ static void cfg_create_ini()
"nonexclusive=true\n" "nonexclusive=true\n"
"adjmouse=true\n" "adjmouse=true\n"
"\n" "\n"
"; Cloud Kingdom 3 (only with /ddraw command line parameter)\n"
"[Clouds Kingdom 3]\n"
"fake_mode=320x240x32\n"
"\n"
"; Commando 2004 (only with /ddraw command line parameter)\n"
"[commando]\n"
"fake_mode=320x240x32\n"
"\n"
"; Chris Sawyer's Locomotion\n" "; Chris Sawyer's Locomotion\n"
"[LOCO/2]\n" "[LOCO/2]\n"
"checkfile=.\\LOCO.EXE\n" "checkfile=.\\LOCO.EXE\n"