-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.maze.cfg
executable file
·39 lines (31 loc) · 1.19 KB
/
dist.maze.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# software version
#
mclachlan.maze.version = v0.919
mclachlan.maze.log.impl = mclachlan.maze.game.Log
# Log level:
# 0: off
# 1: loud
# 10: debug
mclachlan.maze.log.level = 1
mclachlan.maze.log.buffer.size = 5000
mclachlan.maze.perflog.impl = mclachlan.maze.util.PerfLog
mclachlan.maze.perflog.level = 0
mclachlan.maze.db.loader.impl = mclachlan.maze.data.v1.V1Loader
mclachlan.maze.db.saver.impl = mclachlan.maze.data.v1.V1Saver
mclachlan.maze.ui.impl = mclachlan.maze.ui.diygui.DiyGuiUserInterface
mclachlan.maze.ui.renderer = mclachlan.maze.ui.diygui.render.maze.MazeRendererFactory
mclachlan.maze.ui.debug = false
mclachlan.maze.gamesys.impl = mclachlan.maze.stat.GameSys
mclachlan.maze.magicsys.impl = mclachlan.maze.stat.magic.MagicSys
mclachlan.maze.screen.width = 1024
mclachlan.maze.screen.height = 768
mclachlan.maze.full.screen = false
# one of: monaco, anonymous, veramono, excalibur, quicktypemono
mclachlan.maze.screen.default_font = monaco
mclachlan.maze.screen.default_font_size = 12
mclachlan.maze.show_launcher=false
#mclachlan.maze.show_launcher=true
mclachlan.maze.campaign = default
#mclachlan.maze.game.debug_knowledge_events = true
#mclachlan.maze.game.disable_random_spawns = true