Files
tactical-shooter/config/default_server_config.cfg
T
shawn d060ac449d fix: suppress 3 benign startup warnings on Windows client
- Create missing server/plugins/ dir with .gdignore (stops PluginManager warning)

- Create config/default_server_config.cfg (stops ServerConfig error)

- Reorder light look_at after add_child (stops 'not in tree' warning)

- Switch rendering_method from opengl3 to forward_plus (RTX 2080 Vulkan works fine; gray screen was server-scene issue not OpenGL)
2026-07-02 00:05:27 -04:00

34 lines
623 B
INI

; Default Server Configuration
; Override by creating config/server_config.cfg in the same directory.
[server]
port = 34197
max_players = 16
map = "test_range"
tickrate = 64
round_time = 120
freeze_time = 10
bomb_timer = 40
money_start = 800
money_win = 3250
money_loss = 1900
money_kill = 300
money_plant = 300
money_defuse = 300
friendly_fire = false
enable_plugins = false
plugins_root = "res://server/plugins"
[rcon]
enabled = true
port = 34198
password = "changeme"
[anticheat]
enabled = true
max_tick_rate = 130
max_speed_multiplier = 1.5
aimbot_angle_threshold = 45.0
max_suspicion = 1.0
auto_kick_threshold = 15