dcs-retribution/game/settings.py

15 lines
306 B
Python

class Settings:
player_skill = "Good"
enemy_skill = "Average"
enemy_vehicle_skill = "Average"
map_coalition_visibility = "All Units"
labels = "Full"
only_player_takeoff = True
night_disabled = False
multiplier = 1
sams = True
cold_start = False
version = None