Adds better NPC integration for the Garry's Mod addon Z-City.
Find a file
2026-05-25 15:17:41 -04:00
lua Remove second readme 2026-05-25 15:17:41 -04:00
addon.txt test 2026-05-25 00:57:41 -04:00
README.md Fix knockback on unconscious, preserve organism when getting up 2026-05-25 15:14:12 -04:00

Z-City NPC Integration

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.

  • 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.

This plugin is based off of Kazarei's Euphoria, which in turn is a fork of Fedhoria by Rama.

Incompatibilities

  • Any mod that modifies the behavior of death ragdolls (Reagdoll, Artagdoll, Fedhoria)

Future plans

No guarantees any of this will become real.

  • NPCs will back out of combat when injured.
  • Friendly NPCs can heal each other.
  • NPCs can heal themselves to a limited degree.