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

update supported games list and add presets

This commit is contained in:
FunkyFr3sh 2024-12-12 22:31:01 +01:00
parent 40a9ff3036
commit 2dbebf8cef
2 changed files with 25 additions and 0 deletions

View File

@ -191,6 +191,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Grand Theft Auto: London 1961 - Grand Theft Auto: London 1961
- Grand Theft Auto: London 1969 - Grand Theft Auto: London 1969
- Gruntz - Gruntz
- Gilbert Goodmate And The Mushroom Of Phungoria
- Hamtaro: Wake Up Snoozer! - Hamtaro: Wake Up Snoozer!
- Hard Truck: Road to Victory - Hard Truck: Road to Victory
- Heart of Darkness - Heart of Darkness
@ -238,6 +239,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Locomotion - Locomotion
- Lode Runner 2 - Lode Runner 2
- Lost Vikings 2 - Lost Vikings 2
- Links Extreme
- M.A.X. 2 Mechanized Assault & Exploration - M.A.X. 2 Mechanized Assault & Exploration
- Madeline 1st Grade Math - Madeline 1st Grade Math
- Madeline 2nd Grade Math - Madeline 2nd Grade Math
@ -317,6 +319,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Reader Rabbit's(R) Math Ages 6 - 9 (2002) - Reader Rabbit's(R) Math Ages 6 - 9 (2002)
- Real War - Real War
- Red Baron 3D - Red Baron 3D
- Rent-A-Hero
- Reksio and Captain Nemo (Reksio i Kapitan Nemo) - Reksio and Captain Nemo (Reksio i Kapitan Nemo)
- Reksio and Kretes in Action (Reksio i Kretes w Akcji!) - Reksio and Kretes in Action (Reksio i Kretes w Akcji!)
- Reksio and the Pirate Treasure (Reksio i Skarb Piratów) - Reksio and the Pirate Treasure (Reksio i Skarb Piratów)
@ -384,6 +387,11 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- The Powerpuff Girls - Princess Snorebucks - The Powerpuff Girls - Princess Snorebucks
- The Powerpuff Girls(TM) Mojo Jojo's Clone Zone - The Powerpuff Girls(TM) Mojo Jojo's Clone Zone
- The X-Files DVD - The X-Files DVD
- The Last Express
- The Neverhood
- The Rocky Interactive Horror Show
- The Next Worlds
- The Sex Files
- Theme Hospital - Theme Hospital
- Three Kingdoms: Fate of the Dragon - Three Kingdoms: Fate of the Dragon
- Throne of Darkness - Throne of Darkness
@ -419,6 +427,7 @@ Wine (Linux/macOS/Android) only: override `ddraw` in [winecfg](https://wiki.wine
- Zoombinis Logical Journey - Zoombinis Logical Journey
- Zoombinis Mountain Rescue - Zoombinis Mountain Rescue
- Zuma Deluxe - Zuma Deluxe
- Zork Nemesis
- ... - ...
There are a lot more games supported but I don't usually update the list, just give it a try and if it doesn't work then check the [wiki](https://github.com/FunkyFr3sh/cnc-ddraw/wiki) and the instructions above. There are a lot more games supported but I don't usually update the list, just give it a try and if it doesn't work then check the [wiki](https://github.com/FunkyFr3sh/cnc-ddraw/wiki) and the instructions above.

View File

@ -1204,6 +1204,10 @@ static void cfg_create_ini()
"[Lionheart]\n" "[Lionheart]\n"
"hook_peekmessage=true\n" "hook_peekmessage=true\n"
"\n" "\n"
"; Links Extreme\n"
"[EXTREME]\n"
"singlecpu=false\n"
"\n"
"; Lost Vikings 2\n" "; Lost Vikings 2\n"
"[LOSTV95]\n" "[LOSTV95]\n"
"fake_mode=320x240x16\n" "fake_mode=320x240x16\n"
@ -1453,6 +1457,10 @@ static void cfg_create_ini()
"maxgameticks=60\n" "maxgameticks=60\n"
"limiter_type=3\n" "limiter_type=3\n"
"\n" "\n"
"; Rent-A-Hero\n"
"[Rent-A-Hero]\n"
"singlecpu=false\n"
"\n"
"; ROAD RASH\n" "; ROAD RASH\n"
"[RoadRash]\n" "[RoadRash]\n"
"adjmouse=true\n" "adjmouse=true\n"
@ -1621,6 +1629,10 @@ static void cfg_create_ini()
"lock_mouse_top_left=true\n" "lock_mouse_top_left=true\n"
"fixchilds=3\n" "fixchilds=3\n"
"\n" "\n"
"; The Neverhood\n"
"[nhc]\n"
"singlecpu=false\n"
"\n"
"; The X-Files DVD\n" "; The X-Files DVD\n"
"[XFiles]\n" "[XFiles]\n"
"windowed=true\n" "windowed=true\n"
@ -1727,6 +1739,10 @@ static void cfg_create_ini()
"[Zeus]\n" "[Zeus]\n"
"adjmouse=true\n" "adjmouse=true\n"
"\n" "\n"
"; Zork Nemesis\n"
"[znemesis]\n"
"singlecpu=false\n"
"\n"
, fh); , fh);
fclose(fh); fclose(fh);