Product Details
Capture the important details around player deaths so admins can review tickets, claims, and questionable fights with better context.
- Records death context for staff review
- Helps admins investigate claims and tickets
- Ships with an example config
- Includes the required TCM_Core dependency
Configuration
{
"Version": 4,
"VerboseLevel": 3,
"LogToScriptLog": 0,
"Enabled": 1,
"IncludePlayerPosition": 1,
"IncludeKiller": 1,
"IncludeItemHealth": 1,
"IncludeItemQuantity": 1,
"IncludeHierarchy": 1,
"IncludeAttachments": 1,
"IncludeCargoItems": 1,
"MaxItemsPerSnapshot": 2000,
"QueueProcessDelayMs": 250,
"MinSecondsBetweenSnapshotsPerPlayer": 10,
"LogSkippedSnapshots": 1
}