-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.cfg
More file actions
25 lines (25 loc) · 1.1 KB
/
Copy pathsettings.cfg
File metadata and controls
25 lines (25 loc) · 1.1 KB
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
fps = 30 # max is 60
game_speed = 1.0 # only positive values
full_screen = False # True or False
sound_on = True # True or False
music_on = True # True or False
sound_effects_on = True # True or False
sound_volume = 0.5 # 0.0 to 1.0
music_volume = 1.0 # 0.0 to 1.0
effects_volume = 1.0 # 0.0 to 1.0
vehicles_threads = False # True or False
simplified_health_bars = True # True or False
threads_fadeout_seconds = 10
shot_blasts = True # True or False
editor_mode = False # True or False
remove_wrecks_after_seconds = 30
damage_randomness_factor = 0.25 # higher value, more unpredictable battles will be
percent_chance_for_spawning_tree = 0.05 # how dense forests would be on random maps
resources_abundance = 0.01 # values higher than X would mean resources everywhere on the map
starting_resources = 1.0 # simple multiplier
screen_width = 1920
screen_height = 1080
hints_delay_seconds = 0.6
difficulty = 3 # 1-5, where 1 is easiest and 5 is hardest, changes how fast AI players make decisions etc.
cheats = None # cheating is lame, please do not use cheats
language = English # available options: "Polish", "English", "German"