-
Notifications
You must be signed in to change notification settings - Fork 6
ZenClientCrashReporter
Source: https://github.com/ZenarchistCode/ZenClientCrashReporter
This mod is a server + client relay mod which allows players to voluntarily opt-in to send their client-side crash and error reports to the server whenever they login to the server.
It does not send any personal information - just error logs relevant to the server you are playing on.
The purpose of this mod is to allow advanced server admins to debug their own modpacks or troubleshoot issues players are experiencing on their server.
Usually, these client-side crash logs are invisible to the server admin and you would need to manually dig through the files to send the relevant ones to the server admin to help them diagnose and fix issues with their modlist.
It's probably not necessary to always have this mod active, and for many servers it will be useless - it's mainly useful for occasional mod cleanup for admins who know how to code and make their own mods.
To opt in on the client-side, players can Enable the CRASH REPORTER in the GAME SETTINGS under MOD: ZENARCHIST'S SETTINGS.
To enable this feature on the server-side, the server admin must open the config file and enable the mod to receive reports.
Received reports go into profiles/Zenarchist/Logs/ClientCrashLogs/ and are organized by folder unique to each player by their Steam ID.
Config file: profiles/Zenarchist/Utilities/ZenClientCrashReporterConfig.json
{
"ConfigVersion": "1.29.1", // Don't touch
"EnableClientReports": 1, // Set to 1 to enable receiving reports
"MaxDays": 3, // Max days worth of logs to request from client
"IgnorePlayerIDs": [ // List of player BattlEye IDs to ignore reports from
"BattlEyeIDs"
],
"SuppressMatches": [] // Text list of crash logs to ignore (for errors you can't fix, eg. 3rd party mods, vanilla errors etc)
}All my mods are open-source and published under the Mozilla Public License Version 2.0. Any mods based on my code must be open-source - no obfuscation!
You can modify/reupload/repack my mods if you like, but please credit any original authors/3D model/3rd-party asset creators, and keep in mind any future updates I make will not be automatically applied to repacked mods so make sure to check back from time to time for bugfixes and improvements.
If you find my mods useful, please consider buying me a coffee - it's not expected but very much appreciated: https://buymeacoffee.com/zenarchist
- General Setup Guide
- Core Mod Setup Guide
- ZenModPack Master Config
- Various Info
- Known Bugs & Issues
- Report Bug
My utility style mods for debugging etc.
Mods which affect game mechanics:
- ZenAlcohol
- ZenAllowMapBagSlot
- ZenAntiCombatLogout
- ZenAutoConvertStash
- ZenAutoStackItems
- ZenAutoWinterDetect
- ZenAutoRun
- ZenBasebuildingConfig
- ZenBatteryPASPersistence
- ZenBetterChatFont
- ZenBrokenGlasses
- ZenBuildingDescription
- ZenCarAttachments
- ZenCarBatteryIcon
- ZenCarCompass
- ZenCarGlovebox
- ZenCarsCutDownTrees
- ZenCanteenTablets
- ZenCatchRain
- ZenCauseOfDeath
- ZenChickenCoops
- ZenCraftingSounds
- ZenCraftRagHands
- ZenComboLocks
- ZenCombineJSON
- ZenDropRuinedClothing
- ZenDynamicZoneLoot
- ZenEarPlugs
- ZenFireFuel
- ZenFireWood
- ZenFireplaceStick
- ZenFishingConfig
- ZenFixCarAttachmentGUI
- ZenGraves
- ZenGroundCleaning
- ZenHideGearInCars
- ZenHints
- ZenHologram
- ZenHologramControls
- ZenImmersiveChatHUD
- ZenImmersiveLogin
- ZenInformWeaponStateBug
- ZenInventoryAnimation
- ZenKnifeGardens
- ZenLeftovers
- ZenLogPiles
- ZenMagObfuscation
- ZenMap
- ZenMicCheck
- ZenNotifications
- ZenOpenCansRock
- ZenPainting
- ZenPimpMyRide
- ZenRadioPlugin
- ZenRebuildableWells
- ZenRepairJSON
- ZenRepairPumps
- ZenRepairWells
- ZenServerGUI
- ZenShove
- ZenSplitUI
- ZenSleep
- ZenStaminaSlope
- ZenTerritories
- ZenWeaponEngrave
- ZenWoodHealth
- ZenZombieDoors
Mods which add gear to the game:
- ZenArtillery
- ZenBackwardsCaps
- ZenBookshelf
- ZenBunnyMasks
- ZenCamoCamp
- ZenCarWorkbench
- ZenChess
- ZenChristmasTreeCraft
- ZenConcussionGrenade
- ZenDoubleArmbands
- ZenFlask
- ZenFlint
- ZenGhillie
- ZenJameson
- ZenLadders
- ZenMusic
- ZenNotes
- ZenRaidAlarm
- ZenRaybans
- ZenRunes
- ZenStaticObjects
- ZenSwissKnife
- ZenTimeBomb
- ZenTireRack
- ZenTreasure
- ZenTreehouse
- ZenVikingAxe
- ZenZippoLighter
Mods which run purely server-side:
- ZenBloodDrips
- ZenCampSites
- ZenDynamicZoneLoot
- ZenLootCyclingDetection
- ZenNightConfig
- ZenPersistentTrees
- ZenShelterCargo
- ZenTreesplosions
- ZenZombieController
- ZenZombieConfig
- ZenJameson
My standalone mods