af18cc6c91
* Allow to build a particular series (e.g. Airport Europe) * Refactor start/stop scripts. * Add script for stopping a game.
11 lines
252 B
Python
11 lines
252 B
Python
|
|
AIRPORT = {
|
|
'GAME_NAME': 'Airport Europe',
|
|
'SCALE_FLIGHT_TIMES': False,
|
|
'GAMESERVER_MULTIPROCESSING': True,
|
|
'CRUISE_SPEED': 13.0,
|
|
'GAMESERVER_LOOP_DELAY': 3,
|
|
'MAP_INITIAL_LATITUDE': 53.58,
|
|
'MAP_INITIAL_LONGITUDE': 23.11,
|
|
}
|