Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Configuration file
logging {
# Enables if Player Information (WAND-USE) should be printed to CustomNPCs Logs. IF on Server
# Logs will only be present SERVER-SIDE only in CustomNPCs-latest, -1, -2, and -3
B:"Enable Player Logging"=false
# Enables if Scripting Information should be printed to CustomNPCs Logs. IF on Server
# Logs will only be present SERVER-SIDE only in CustomNPCs-latest, -1, -2, and -3
B:"Enable Script Logging"=false
# IN Milliseconds 1s = 1000s. If a recent LOG of the same event is SENT within this threshold it will be ignored.
I:"Script Ignore Time Buffer"=2000
# Amount of Messages marked as SPAM [5, 3000]. Lower Number means MORE accurate messages
# This frequency will determine if the log will print a line with [SPAM] to warn the console.
I:"Script Log Frequency Limit"=20
# Comma separated list of NPC Script Types that will omit these from the logs,
# INIT,TICK,INTERACT,DIALOG,DAMAGED,KILLED,ATTACK,TARGET,COLLIDE,KILLS,DIALOG_CLOSE,TIMER
S:"Script Type Ignore"=TICK
}