-
Notifications
You must be signed in to change notification settings - Fork 25
/
module.cfg
63 lines (63 loc) · 1.47 KB
/
module.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"arguments": [
"--auto-size-window",
"--auto-size-ideal-width=1920",
"--auto-size-ideal-height=1080",
"--defer-archive-min-window-width=800",
"--defer-archive-min-window-height=600",
"--auto-anchor-objects",
"--set-fps=60",
"--no-autopause",
"--server=http://theargentlark.com:23456",
"--tbs-server",
"--allow-debug-console-clicking=false",
"--disable-global-alpha-filter",
"--mouse-drag-threshold=100",
"--loading-screen-bg-color=#16232e",
"--reload-modified-objects",
"--start-rumble=false",
"--enable-graphical-fonts=false",
"--draw-objects-on-even-pixel-boundaries=false",
"--allow-builtin-settings-dialog=false",
"--disable-fullscreen",
"--max-frame-skips=2",
"--force-send-stats=false",
"--devtools=true",
"--particle-ui-show-save=false",
"--particle-ui-show-camera=false",
"--particle-ui-2d=true",
"--dump-to-console=false",
"--defer-archive-desktop-fullscreen=true",
"--log-instrumentation=true",
"--no-tests",
"--ffl-vm=true"
],
"build_requirements": [],
"custom_arguments": {
"campaign": null,
"campaign_encounter": null,
"campaign_quest": null,
"devtools": false,
"mode": "",
"scenario": null,
"startgame": false,
"test": false,
"test_play_second": false,
"universe": "dev"
},
"dependencies": [
"tbs"
],
"exclude_paths": [
"modules/citadel/evo",
"modules/citadel/images/portraits/extra"
],
"id": "citadel",
"min_engine_version": 1.4,
"name": "Argentum Age",
"version": [
1,
0,
684
]
}