Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Error Fix
Defensive compatibility guards for common Lethal Company V81 runtime errors and modpack log spam.
CHANGELOG
Changelog
0.0.1
Initial Thunderstore release.
Added
- Defensive runtime guards for known Lethal Company V81-era null-reference and index errors.
- Audio guards for disabled audio sources and null
AudioClipplayback. - Particle mesh shape guards for unreadable and zero-area meshes.
- Runtime NavMesh source filtering for unreadable mesh sources.
- General EnemyAI NavMesh fallback for agents that are off the NavMesh.
- Netcode guards for selected ragdoll, reparenting, despawn, and RPC edge cases.
- Player ragdoll tag guards for undefined
PlayerRagdoll4+lookups. - Optional compatibility guards for EnemyHealthBars, ShipLootPlus, ToggleableNightVision, and ChatCommands.
- Warning limiting for recurring handled issues.
Packaging
- Thunderstore-ready package layout with the plugin DLL at the package root.
- BepInEx dependency declared in
manifest.json. - Source repository linked in
manifest.json.
Notes
- This release is defensive only and targets known stack traces.
- Unknown exceptions are intentionally left visible.
- Third-party compatibility guards use runtime reflection and do not include third-party mod files.