zcnpci/README.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2026-05-25 04:57:41 +00: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.
2026-05-25 04:57:41 +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-27 16:13:26 +00:00
- Various configurableperformance settings are included, with the biggest one being automatic corpse removal.
This plugin is based off of Kazarei's Euphoria, which in turn is a fork of Fedhoria by Rama. Credits to them for making the cool thing.
## Known issues
2026-05-27 16:13:26 +00:00
- Kicking NPCs does not knock them down. The same goes for many melee attacks. This is not something I can easily fix -- I would have to override code in Z-City, which I would rather not do.
- NPCs currently instantly get up, with no animation. I plan on remedying this in the future.
2026-05-27 16:13:26 +00:00
- Enemy NPCs will not target living downed NPCs. This is an issue I plan on fixing.
## Incompatibilities
2026-05-25 04:57:41 +00:00
- Any mod that modifies the behavior of death ragdolls (Reagdoll, Artagdoll, Fedhoria)
2026-05-25 04:57:41 +00:00
## Future plans
2026-05-25 04:57:41 +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.
- NPCs can heal themselves.