forked from github/server
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:
parent
11c0330de1
commit
d794ad4433
3 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
"jsreport"
|
"jsreport"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"game.name" : "Eressea",
|
||||||
|
"game.id" : 2,
|
||||||
"orders.default": "work",
|
"orders.default": "work",
|
||||||
"NewbieImmunity": 8,
|
"NewbieImmunity": 8,
|
||||||
"modules.wormholes": true,
|
"modules.wormholes": true,
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
"jsreport"
|
"jsreport"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"game.name" : "Eressea",
|
||||||
|
"game.id" : 3,
|
||||||
"orders.default": "work",
|
"orders.default": "work",
|
||||||
"database.gameid": 7,
|
"database.gameid": 7,
|
||||||
"NewbieImmunity": 4,
|
"NewbieImmunity": 4,
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
"jsreport"
|
"jsreport"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"game.name" : "Eressea",
|
||||||
|
"game.id" : 4,
|
||||||
"orders.default": "work",
|
"orders.default": "work",
|
||||||
"database.gameid": 7,
|
"database.gameid": 7,
|
||||||
"NewbieImmunity": 4,
|
"NewbieImmunity": 4,
|
||||||
|
|
Loading…
Reference in a new issue