From d794ad4433f0c58fe3240a1eb417af71ec89f513 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 28 Jan 2017 20:02:15 +0100 Subject: [PATCH] Eressea config requires game.id At home, I am running all games from the same directory for testing, and cannot use eressea.ini for setting game.id Override it in eressea.ini for other games. --- conf/e2/config.json | 2 ++ conf/e3/config.json | 2 ++ conf/e4/config.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/e2/config.json b/conf/e2/config.json index ca157f501..f9f9b2df0 100644 --- a/conf/e2/config.json +++ b/conf/e2/config.json @@ -8,6 +8,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 2, "orders.default": "work", "NewbieImmunity": 8, "modules.wormholes": true, diff --git a/conf/e3/config.json b/conf/e3/config.json index fd533070e..8783055b8 100644 --- a/conf/e3/config.json +++ b/conf/e3/config.json @@ -25,6 +25,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 3, "orders.default": "work", "database.gameid": 7, "NewbieImmunity": 4, diff --git a/conf/e4/config.json b/conf/e4/config.json index 91961258a..e11b13a1c 100644 --- a/conf/e4/config.json +++ b/conf/e4/config.json @@ -25,6 +25,8 @@ "jsreport" ], "settings": { + "game.name" : "Eressea", + "game.id" : 4, "orders.default": "work", "database.gameid": 7, "NewbieImmunity": 4,