-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.lua
34 lines (25 loc) · 1.21 KB
/
settings.lua
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
-- Override settings here, or setup variables before loading any addons --
-- n = NotITG only, o = Outfox only --
--------------------------------------------------------------------------
-- [n] OpenITG compatibility
-- config.addons_files = {}
-- [n] (OpenITG, V1, V2, V3, V3.1, V4, V4.0.1, V4.2, V4.3, V4.9, v4.9.1). Defaults to the lastest NotITG version this template handles.
-- config.minimum_build = 'OpenITG'
-- [?] Hides the topscreen elements automatically
-- config.autohide_elements = false
-- [?] Restrict only two player mode on the file.
-- config.force_two_players = false
-- [n] Set allowed resolution ratios. By default this check is disabled.
-- config.allowed_resolutions = { 4/3, 16/9 }
-- [?] Use a custom update rate instead of luaeffect
-- config.custom_update = 60
-- [?] (If above is enabled), use deltatime update instead of queuecommand
-- config.custom_update_type = true
-- [n] (V3.1 below), allow players with D3D enabled.
-- config.allow_d3d_render = not FUCK_EXE
-- [?] modreader.lua config
config.modreader = {}
-- [m] OpenITG compatibility
-- config.modreader._default = { 'exschwasion' }
-- [?] Any miscellaneous checks are done here
config.misc_checks = true