mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add presets for humongous games
This commit is contained in:
parent
8534ff44f2
commit
b6e9481014
21
README.md
21
README.md
@ -154,6 +154,11 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
|||||||
- Fallout 2
|
- Fallout 2
|
||||||
- Final fantasy VII
|
- Final fantasy VII
|
||||||
- Final fantasy VIII
|
- Final fantasy VIII
|
||||||
|
- Freddi Fish
|
||||||
|
- Freddi Fish 4
|
||||||
|
- Freddi Fish's One-Stop Fun Shop
|
||||||
|
- Freddi Fish: The Case of the Creature of Coral Cove
|
||||||
|
- Freddi Fish: The Case of the Haunted Schoolhouse
|
||||||
- Future Cop L.A.P.D
|
- Future Cop L.A.P.D
|
||||||
- G-Police
|
- G-Police
|
||||||
- Grand Theft Auto
|
- Grand Theft Auto
|
||||||
@ -225,6 +230,12 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
|||||||
- Pacific General
|
- Pacific General
|
||||||
- Patrician 3
|
- Patrician 3
|
||||||
- Pax Imperia
|
- Pax Imperia
|
||||||
|
- Pajama Sam: No Need to Hide When It's Dark Outside
|
||||||
|
- Pajama Sam
|
||||||
|
- Pajama Sam's Games to Play on Any Day
|
||||||
|
- Pajama Sam 3
|
||||||
|
- Pajama Sam(r): Life is Rough When You Lose Your Stuff(tm)
|
||||||
|
- Pajama Sam's One-Stop Fun Shop
|
||||||
- Pharaoh (Sierra - 1999)
|
- Pharaoh (Sierra - 1999)
|
||||||
- Pizza Syndicate (AKA Fast Food Tycoon)
|
- Pizza Syndicate (AKA Fast Food Tycoon)
|
||||||
- Populous: The Beginning
|
- Populous: The Beginning
|
||||||
@ -232,6 +243,12 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
|||||||
- Pro Pinball - Big Race USA
|
- Pro Pinball - Big Race USA
|
||||||
- Pro Pinball - Fantastic Journey
|
- Pro Pinball - Fantastic Journey
|
||||||
- Putt-Putt Saves The Zoo
|
- Putt-Putt Saves The Zoo
|
||||||
|
- Putt-Putt's One-Stop Fun Shop
|
||||||
|
- Putt-Putt and Pep's Dog On A Stick
|
||||||
|
- Putt-Putt Joins the Circus
|
||||||
|
- Putt-Putt: Travels Through Time
|
||||||
|
- Putt-Putt: Pep's Birthday Surprise
|
||||||
|
- Putt-Putt and Pep's Balloon-o-Rama
|
||||||
- Quest for Glory 5
|
- Quest for Glory 5
|
||||||
- Rage of Mages 2
|
- Rage of Mages 2
|
||||||
- Railroad Tycoon II
|
- Railroad Tycoon II
|
||||||
@ -274,6 +291,10 @@ Some games may require additional steps before they can be used with cnc-ddraw,
|
|||||||
- SimCoaster / Theme Park Inc
|
- SimCoaster / Theme Park Inc
|
||||||
- Sonic 3D Blast
|
- Sonic 3D Blast
|
||||||
- Space Rangers
|
- Space Rangers
|
||||||
|
- SPY Fox: Hold the Mustard
|
||||||
|
- SPY Fox in Dry Cereal
|
||||||
|
- SPY Fox : Some Assembly Required
|
||||||
|
- SPY Fox: Operation Ozone
|
||||||
- SpongeBob SquarePants: Typing
|
- SpongeBob SquarePants: Typing
|
||||||
- Star Wars Jedi Knight: Dark Forces II
|
- Star Wars Jedi Knight: Dark Forces II
|
||||||
- Star Wars: Galactic Battlegrounds
|
- Star Wars: Galactic Battlegrounds
|
||||||
|
97
src/config.c
97
src/config.c
@ -770,6 +770,31 @@ static void cfg_create_ini()
|
|||||||
"nonexclusive=true\n"
|
"nonexclusive=true\n"
|
||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Freddi Fish\n"
|
||||||
|
"[FreddiSCS]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Freddi Fish\n"
|
||||||
|
"[FREDDI4]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"hook=3\n"
|
||||||
|
"\n"
|
||||||
|
"; Freddi Fish's One-Stop Fun Shop\n"
|
||||||
|
"[FreddisFunShop]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Freddi Fish: The Case of the Creature of Coral Cove\n"
|
||||||
|
"[freddicove]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Freddi Fish: The Case of the Haunted Schoolhouse\n"
|
||||||
|
"[FreddiCHSH]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Freddi Fish: Maze Madness\n"
|
||||||
|
"[Maze]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
"; G-Police\n"
|
"; G-Police\n"
|
||||||
"[GPOLICE]\n"
|
"[GPOLICE]\n"
|
||||||
"maxgameticks=60\n"
|
"maxgameticks=60\n"
|
||||||
@ -1046,6 +1071,30 @@ static void cfg_create_ini()
|
|||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
"renderer=gdi\n"
|
"renderer=gdi\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Pajama Sam's Games to Play on Any Day\n"
|
||||||
|
"[PJGAMES]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Pajama Sam\n"
|
||||||
|
"[PajamaTAL]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Pajama Sam: No Need to Hide When It's Dark Outside\n"
|
||||||
|
"[PajamaNHD]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Pajama Sam 3\n"
|
||||||
|
"[Pajama3]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Pajama Sam(r): Life is Rough When You Lose Your Stuff(tm)\n"
|
||||||
|
"[PajamaLRS]\n"
|
||||||
|
"keytogglefullscreen=0x08\n"
|
||||||
|
"\n"
|
||||||
|
"; Pajama Sam's One-Stop Fun Shop\n"
|
||||||
|
"[SamsFunShop]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
"; Pharaoh\n"
|
"; Pharaoh\n"
|
||||||
"[Pharaoh]\n"
|
"[Pharaoh]\n"
|
||||||
"adjmouse=true\n"
|
"adjmouse=true\n"
|
||||||
@ -1055,6 +1104,34 @@ static void cfg_create_ini()
|
|||||||
"renderer=gdi\n"
|
"renderer=gdi\n"
|
||||||
"hook=3\n"
|
"hook=3\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Putt-Putt's One-Stop Fun Shop\n"
|
||||||
|
"[PuttsFunShop]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt and Pep's Dog On A Stick\n"
|
||||||
|
"[DOG]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt Joins the Circus\n"
|
||||||
|
"[puttcircus]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt Enters The Race\n"
|
||||||
|
"[UKPuttRace]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt: Travels Through Time\n"
|
||||||
|
"[PuttTTT]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt and Pep's Balloon-o-Rama\n"
|
||||||
|
"[Balloon]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; Putt-Putt: Pep's Birthday Surprise\n"
|
||||||
|
"[PuttsFunShop]\n"
|
||||||
|
"keytogglefullscreen=0x08\n"
|
||||||
|
"\n"
|
||||||
"; Pizza Syndicate\n"
|
"; Pizza Syndicate\n"
|
||||||
"[Pizza2]\n"
|
"[Pizza2]\n"
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
@ -1145,6 +1222,26 @@ static void cfg_create_ini()
|
|||||||
"[Rangers]\n"
|
"[Rangers]\n"
|
||||||
"hook_peekmessage=true\n"
|
"hook_peekmessage=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; SPYFox: Hold the Mustard\n"
|
||||||
|
"[mustard]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; SPY Fox in Dry Cereal (2008)\n"
|
||||||
|
"[SpyFox]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; SPY Fox in Dry Cereal (2001)\n"
|
||||||
|
"[SPYFOXDC]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; SPY Fox : Some Assembly Required\n"
|
||||||
|
"[SPYFOXSR]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
|
"; SPY Fox: Operation Ozone\n"
|
||||||
|
"[spyozon]\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"\n"
|
||||||
"; Stronghold Crusader HD\n"
|
"; Stronghold Crusader HD\n"
|
||||||
"[Stronghold Crusader]\n"
|
"[Stronghold Crusader]\n"
|
||||||
"resolutions=2\n"
|
"resolutions=2\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user