From 2efc7f8a590670c10b10989646cde96f452b0510 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 25 Jul 2024 23:53:17 +0200 Subject: [PATCH] add preset for Emperor: Rise of the Middle Kingdom --- README.md | 1 + src/config.c | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 32d7150..1659ea2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Need help and don't have a github account? Ask your questions on [Discord](https - Dungeon Keeper 2 - Economic War - Eggsucker +- Emperor: Rise of the Middle Kingdom - Enemy Infestation - Escape Velocity Nova - F-16 Multirole Fighter diff --git a/src/config.c b/src/config.c index b1842f0..4d030de 100644 --- a/src/config.c +++ b/src/config.c @@ -792,6 +792,10 @@ static void cfg_create_ini() "maxgameticks=60\n" "fixnotresponding=true\n" "\n" + "; Emperor: Rise of the Middle Kingdom\n" + "[Emperor]\n" + "nonexclusive=true\n" + "\n" "; Enemy Infestation\n" "[EI]\n" "hook_getmessage=true\n"