-
Notifications
You must be signed in to change notification settings - Fork 151
/
engine.cfg
87 lines (66 loc) · 1.97 KB
/
engine.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[application]
name="Tanks of Freedom"
main_scene="res://game.xscn"
disable_stdout=false
use_shared_user_dir=true
icon="res://assets/icons/icon128.png"
target_fps=60
boot_bg_color=#ff000000
boot_splash="res://assets/splash_screen.png"
[audio]
output_latency=100
use_chorus_reverb=false
stream_volume_scale=0.5
fx_volume_scale=0.2
[debug]
print_fps=false
print_metrics=false
[display]
width=1280
height=720
stretch_mode="disabled"
resizable=true
stretch_aspect="keep"
fullscreen=false
orientation="landscape"
[image_loader]
filter=false
gen_mipmaps=false
[input]
gamepad_build=[key(Home)]
gamepad_end=[key(PageUp)]
gamepad_next=[key(Control)]
gamepad_prev=[key(Shift)]
[locale]
translations=["res://translations/_imported/translations.en.xl", "res://translations/_imported/translations.fr.xl", "res://translations/_imported/translations.pl.xl", "res://translations/_imported/translations.de.xl", "res://translations/_imported/translations.ja.xl", "res://translations/_imported/translations.ru.xl", "res://translations/_imported/translations.es.xl", "res://translations/_imported/campaign.en.xl", "res://translations/_imported/campaign.fr.xl", "res://translations/_imported/campaign.pl.xl", "res://translations/_imported/campaign.de.xl", "res://translations/_imported/campaign.ja.xl", "res://translations/_imported/campaign.ru.xl", "res://translations/_imported/campaign.es.xl"]
[rasterizer]
trilinear_mipmap_filter=false
anisotropic_filter_level=1.0
use_pixel_snap=true
[render]
room_cull_enabled=false
thread_model=2
mipmap_policy=0
shadows_enabled=false
default_clear_color=#ff005784
light_discard_enabled=true
[ssl]
certificates="res://assets/czlowiekimadlo.crt"
[tof]
release_yuri=true
ai_logger=true
api_port=443
api_location="api.tof.p1x.in"
api_use_ssl=true
resolution_override=true
pandora_input=false
hud_layout="default"
enable_workshop=true
enable_save_load=true
default_zoom=0.5
selector_offset=0
online=true
map_upload_win=false
hud_allow_overscan=true
mobile_prompt=false
debug_mode=true