Files
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

18 lines
516 B
INI

# 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, 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
}