Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Enables extra console output to check the state of the explosive logic.
B:debug_explosives=false
# When enabled, all missile launches are logged, including target and origin coordinates.
B:debug_missile_launches=false
# When enabled, missile logic will be logged, including flight steps and target changes.
B:debug_missile_logic=false
# When enabled, additional debug output is written to the console regarding the missile tracker.
B:debug_missile_tracker=false
# Enables extra console output to check the state of the explosive threads.
B:debug_threads=false
}