![Albert Hopkins](/assets/img/avatar_default.png)
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
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,
|
|
}
|