add presets for Fable and Rising Lands
This commit is contained in:
parent
ee247794c5
commit
2496cf4ddc
1 changed files with 10 additions and 0 deletions
10
src/config.c
10
src/config.c
|
@ -967,6 +967,11 @@ static void cfg_create_ini()
|
||||||
"[mrazik]\n"
|
"[mrazik]\n"
|
||||||
"guard_lines=0\n"
|
"guard_lines=0\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Fable\n"
|
||||||
|
"[Fable]\n"
|
||||||
|
"maxgameticks=59\n"
|
||||||
|
"limiter_type=4\n"
|
||||||
|
"\n"
|
||||||
"; Final Liberation: Warhammer Epic 40000\n"
|
"; Final Liberation: Warhammer Epic 40000\n"
|
||||||
"[Epic40k]\n"
|
"[Epic40k]\n"
|
||||||
"hook_peekmessage=true\n"
|
"hook_peekmessage=true\n"
|
||||||
|
@ -1560,6 +1565,11 @@ static void cfg_create_ini()
|
||||||
"singlecpu=false\n"
|
"singlecpu=false\n"
|
||||||
"fix_not_responding=true\n"
|
"fix_not_responding=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Rising Lands\n"
|
||||||
|
"[Rising]\n"
|
||||||
|
"maxgameticks=30\n"
|
||||||
|
"limiter_type=4\n"
|
||||||
|
"\n"
|
||||||
"; Scooby-Doo(TM), Case File #1 The Glowing Bug Man - NOT WORKING YET\n"
|
"; Scooby-Doo(TM), Case File #1 The Glowing Bug Man - NOT WORKING YET\n"
|
||||||
"[Case File #1]\n"
|
"[Case File #1]\n"
|
||||||
"windowed=true\n"
|
"windowed=true\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue