mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
adjust presets
This commit is contained in:
parent
76634ab84e
commit
3317bdebf9
20
src/config.c
20
src/config.c
@ -339,21 +339,29 @@ static void cfg_create_ini()
|
|||||||
"\n"
|
"\n"
|
||||||
"; Age of Empires\n"
|
"; Age of Empires\n"
|
||||||
"[empires]\n"
|
"[empires]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Age of Empires: The Rise of Rome\n"
|
"; Age of Empires: The Rise of Rome\n"
|
||||||
"[empiresx]\n"
|
"[empiresx]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Age of Empires II\n"
|
"; Age of Empires II\n"
|
||||||
"[EMPIRES2]\n"
|
"[EMPIRES2]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Age of Empires II: The Conquerors\n"
|
"; Age of Empires II: The Conquerors\n"
|
||||||
"[age2_x1]\n"
|
"[age2_x1]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -400,6 +408,11 @@ static void cfg_create_ini()
|
|||||||
"nonexclusive=true\n"
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Blood II - The Chosen / Shogo - Mobile Armor Division\n"
|
||||||
|
"[Client]\n"
|
||||||
|
"checkfile=.\\SOUND.REZ\n"
|
||||||
|
"noactivateapp=true\n"
|
||||||
|
"\n"
|
||||||
"; Carmageddon\n"
|
"; Carmageddon\n"
|
||||||
"[CARMA95]\n"
|
"[CARMA95]\n"
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
@ -506,6 +519,8 @@ static void cfg_create_ini()
|
|||||||
"\n"
|
"\n"
|
||||||
"; Caesar III\n"
|
"; Caesar III\n"
|
||||||
"[c3]\n"
|
"[c3]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"nonexclusive=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Chris Sawyer's Locomotion\n"
|
"; Chris Sawyer's Locomotion\n"
|
||||||
@ -668,11 +683,6 @@ static void cfg_create_ini()
|
|||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
"nonexclusive=true\n"
|
"nonexclusive=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Shogo - Mobile Armor Division\n"
|
|
||||||
"[Client]\n"
|
|
||||||
"checkfile=.\\Shogo.exe\n"
|
|
||||||
"noactivateapp=true\n"
|
|
||||||
"\n"
|
|
||||||
"; Star Wars: Galactic Battlegrounds\n"
|
"; Star Wars: Galactic Battlegrounds\n"
|
||||||
"[battlegrounds]\n"
|
"[battlegrounds]\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user