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.
This commit is contained in:
Enno Rehling 2017-01-28 20:02:15 +01:00
parent 11c0330de1
commit d794ad4433
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@
"jsreport"
],
"settings": {
"game.name" : "Eressea",
"game.id" : 2,
"orders.default": "work",
"NewbieImmunity": 8,
"modules.wormholes": true,

View File

@ -25,6 +25,8 @@
"jsreport"
],
"settings": {
"game.name" : "Eressea",
"game.id" : 3,
"orders.default": "work",
"database.gameid": 7,
"NewbieImmunity": 4,

View File

@ -25,6 +25,8 @@
"jsreport"
],
"settings": {
"game.name" : "Eressea",
"game.id" : 4,
"orders.default": "work",
"database.gameid": 7,
"NewbieImmunity": 4,