; Engine configuration file. ; It's best edited using the editor UI and not directly, ; since the parameters that go here are not all obvious. ; ; Format: ; [section] ; section goes between [] ; param=value ; assign values to parameters config_version=5 [application] config/name="Tactical Shooter" config/description="Phase 0 — Headless Dedicated Server" run/main_scene="res://scenes/server/server_main.tscn" config/features=PackedStringArray("4.7", "Forward Plus") [autoload] NetworkManager="*res://scripts/network/network_manager.gd" ServerConfig="*res://scripts/config/server_config.gd" PluginManager="*res://server/scripts/plugin_api/plugin_manager.gd" [physics] common/physics_ticks_per_second=128 common/enable_pause_aware_picking=true [rendering] renderer/rendering_method="opengl3" environment/default_clear_color=Color(0.1, 0.1, 0.15, 1)