2026-05-25 04:57:41 +00:00
# Z-City NPC Integration
2026-05-25 19:14:12 +00:00
Adds better NPC integration for the Garry's Mod addon Z-City. While Z-City has a convar that enables the custom health system on NPCs, it really isn't the best or most advanced thing in the world. This has irritated me since I first started using Z-City. Therefore, I've decided to take care of the problem myself with my own plugin.
2026-05-25 04:57:41 +00:00
2026-05-25 19:14:12 +00:00
- NPCs can now be alive while ragdolled, and can move around in that state.
- NPCs can collapse due to unconsciousness or pain.
- NPCs can get back up after being ragdolled.
2026-05-25 16:33:03 +00:00
2026-05-25 19:14:12 +00:00
This plugin is based off of Kazarei's Euphoria, which in turn is a fork of Fedhoria by Rama.
2026-05-25 16:33:03 +00:00
2026-05-25 19:14:12 +00:00
## Incompatibilities
2026-05-25 04:57:41 +00:00
2026-05-25 19:14:12 +00:00
- Any mod that modifies the behavior of death ragdolls (Reagdoll, Artagdoll, Fedhoria)
2026-05-25 04:57:41 +00:00
2026-05-25 19:14:12 +00:00
## Future plans
2026-05-25 04:57:41 +00:00
2026-05-25 19:14:12 +00:00
No guarantees any of this will become real.
2026-05-25 04:57:41 +00:00
- NPCs will back out of combat when injured.
- Friendly NPCs can heal each other.
2026-05-25 19:14:12 +00:00
- NPCs can heal themselves to a limited degree.