Files
tactical-shooter/server/plugins/.gdignore
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

5 lines
217 B
Plaintext

# This directory is a placeholder for server plugins.
# Plugins are loaded dynamically at runtime via PluginManager.
# The .gdignore file prevents Godot from scanning this directory
# for script classes at edit time.