NPCMod and Addons – 7 Days to Die Mods (2024)

The NPCMod is a community modding project. While initially started by Sphereii and Xyth back in A16, the team continues to grow in size every alpha. The goal of this project is to provide “Core” functionality and templates that can be reused by modders to add high functioning characters to their mods. There are 2 core modlets, both are required for this mod to work. The 0-SCore modlet contains C# code and the 0-XNPCCore contains the xml and templates.

By design this mod encourages expansion through expansion packs. Character packs focused on a entity type, for example, a 1-soldier pack or a 1-spider pack add new characters to the 0-XNPCCore. A 2-soldierfactions pack might add different factions to the 1-soldier pack, reusing those same soldier models. The sequence 0-, 1-, -2 etc. indicates there is a dependency on another modlet with a lower number prefix. Other character modders have committed to contributing additional characters that leverage this mod pack like they do to the POI (Buildings) collection called CompoPack. If you would like to join this community team, or have some features or characters to contribute, they would love to hear from you!

Current Stable Version: 21.1.0.20

Features

  • This mod includes a Unity Tutorial Project (available separately) containing the mods controller and templates and scripts so making new characters is easy.
  • NPC characters support all vanilla character features. These include Humanoid rigging, root motion animation, collision with vehicles, rag-dolling, 100’s of animated reactions, limb decapitation and gore. These can also be retextured in xml to offer even more variety. There are some exceptions, especially on animals, which typically do not have ragdolls.
  • NPCs use a new Artificial Intelligence system called UAI. Unlike zombie AI (EAI), this system allows for advanced tasks and real time decision making based on considerations. Should the NPC attack, run, loot, follow, backup to optimized weapon range? All tasks and considerations.
  • Work very well as sleepers in POIs, respecting all of the POI volume properties.
  • Can be setup to attack on bloodmoons!
  • Spawn with vanilla or custom weapons just by editing xml.
  • Can be hired, becoming loyal companions, sharing your adventures and challenges.
  • Hired NPCs can be ordered to follow and stay, with full control via optional control icons.
  • Animals can also be hired, though don’t accept Dukes. Try meat.
  • NPCs have factions. Some like you, some don’t. Beware of bandits!
  • Hostile NPCs have additional AI so they will hunt you down more than zombies can, be warned!
  • No more losing your NPC. They will teleport to you if stuck, get too far away, or if configured, to your bedroll when you die.
  • They will follow you on foot, keeping up with you, and if you get into a vehicle, they will hide and reappear once you exit the vehicle.
  • They can heal themselves when its safe to do so, and there is a medic package for characters that can heal and mend others.
  • Low maintenance, no need to feed or water these folks, but that is a feature that could be available later.
  • Lifelike Idle animations while chatting and wandering were added to improve immersion. Many more will be added after initial release.
  • When the player/leader crouches, so do the NPCs
  • Scalable, modular architecture, so expanding character and new behaviors is much simpler.
  • Customizable pathing per NPC is available for POI designers.

New for A21

  • Weapon Swapping! Add player weapons (not every one is supported) to NPCs storage, and use the menu to enable that weapon.
  • New controller. Optimized to eliminate odd animation issues seen in A20

NPC Controls

There are craftable player commands that will control your hired NPCs as a group. You can craft these commands by typing in NPC in your crafting menu.

Tutorial Video:

There are currently three commands:

  • Mode: This command is a toggle between various control modes:
  • Hunting (default): In this mode your NPC swill automatically target anything that it sees as being hostile towards it or yourself. You have no control over their actions besides stay and follow.
  • Full Control: In this mode the NPCs will not automatically target anything. It will behave as if all hostiles are threats and will only engage if you are hurt or if you start attacking one of the threats.
  • Stop: This command is a toggle and when paired with Full Control will make your NPCs halt or resume attacking their targets. This becomes especially useful when you feel like you or your NPCs will not survive an encounter and you want them to simply follow you so you can avoid the encounter altogether. It is also useful when you wish to travel without engaging any targets.
  • Help: This command is useful when you are in Full Control and want your NPCs to engage targets within 20 meters of you. If you are without ranged weapons, you want to be able to have your NPCs help you without having to either take damage or attack the hostile.

NPCMod and Addons – 7 Days to Die Mods (1)

NPCMod and Addons – 7 Days to Die Mods (2)

NPCMod and Addons – 7 Days to Die Mods (3)

NPCMod and Addons – 7 Days to Die Mods (4)

NPCMod and Addons – 7 Days to Die Mods (5)

NPCMod and Addons – 7 Days to Die Mods (6)

NPCMod and Addons – 7 Days to Die Mods (7)

NPCMod and Addons – 7 Days to Die Mods (8)

FAQ’s

  • What happened to the CreaturePacks and NPC mod?
    • They have been merged, combined and obsoleted. Now that code can be natively loaded by the game, there was no reason to keep those two separated. This version is simpler to load, maintain, and has more features than either one did.
  • Can I run this with EAC enable?
    • NO, EAC must be turned off.
  • Can I learn how to add my own characters?
    • Sure, its never been easier to learn to make characters. lots of work went into simplifying the process, and scripts can do most of the work for you now. There are videos available to assist.
  • I have great ideas for more features, where do i make suggestions?
    • Forum thread works or on Guppy’s modding forum in the NPC-mod channel
  • I found a bug! Where do i post that?
    • Please provide the info requested in the bug form found below, and post it forum or on Guppy’s modding Discord under the npc-mod-bug reports
  • Does this work on dedicated servers?
    • It should, the current version tested well on dedi. All mods, cores and expansion packs MUST be loaded into BOTH the Dedi and all client Mods folders.
  • Have a good question? Maybe you will see it listed here soon!

Known Issues

  • Always use a fresh game if you update Score or NPCCore. Strange things can happen updating the cores on an existing game.
  • The UI needs work, some overlapping text, Sirillion has volunteered to refresh it.
  • Hired NPCs might Leroy Jenkins on aggressive animals, use the command interface to gain more control.
  • Melee NPC detection of crawlers in the grass isn’t as good as ranged, but works.
  • NPC ranged can sometimes not hit as well as other times. Might be debuffs accumulating.
  • It’s a very complex mod, expect bugs we didn’t find yet, and please report those.

Bug Tickets

  • NPCMOD-SP-0034: Hired NPCs will despawn at times (ex: using vehicles)
  • NPCMOD-SP-0037: Ranged Hostile NPCs stop being able to damage you when you are close and lower than them
  • NPCMOD-SP-0039: Friendly NPCs spawned in “passive” sleeper volumes will not move if hired
  • NPCMOD-SP-0044: Melee NPCs can properly hit crawlers when on the road but cannot always see them when in grass
  • NPCMOD-SP-0048: NPCs can talk to the player while fighting, until they are hit by an enemy
  • NPCMOD-SP-0049: Setting the respawn CVar to 0 still respawns NPCs next to their leader. Possibly change SCore so CVar value of 1 would respawn them. No CVar or value of 0 would not
  • NPCMOD-SP-0050: NPC ranged can sometimes not hit as well as other times. Might be debuffs accumulating.
  • NPCMOD-SP-0051: NPCs will use the trader voice set at times
  • NPCMOD-SP-0052: NPCs in passive sleeper volumes turn to look at the player when they’re not active
  • NPCMOD-DEDI-0006: NPCs can be hired by another player after you’ve hired them – fixed
  • NPCMOD-DEDI-0008: A hired NPC does not know who to focus on when two players are around them. Focus should be on the leader – fixed
  • NPCMOD-DEDI-0015: NPCs no longer have the walking anim, float when walking away from you and you chat with them: Only occurs when you press “E” quickly before they enter chat action.
  • NPCMOD-DEDI-0016: Hired NPCs will path to another player then path back to the leader
  • NPCMOD-DEDI-0021: When you hire a dynamic spawned NPC, their spawner source is supposed to be changed to static. It seems that’s failing

BUG REPORTING FORM

Summary: (a short description of the bug)
Game Version: (A20 bxxx)
Platform: (PC / Mac)
Video Settings: (Low / Medium / High / Ultra / Custom (Custom has many combinations, so just list the settings you think are relevant to the bug if any))
Game mode: (MP host / MP client / SP / Client on Dedi)
Did you start a new game? (Yes/No) Note: Do not submit a bug report until you retest your issue in a new game.
Did you validate your files? (Yes/No)
Are you using any other mods? (Yes/No) Note: Please retest without any mods loaded in a new game.
EAC off? Note: Needs to be Off.
Bug Description:
Detailed steps to reproduce the bug:
Actual result: (description of what is occurring)
Expected result: (what you expect to occur)

Installation

Turn EAC Off!

Option 1: Download 0-XNPCCore.zip and SCore using the links below. If the download is a .zip or .7z file like the 0-XNPCCore.zip is, then unpack that compressed file and place the mod found inside into your Mods folder. SCore isnt compressed, so download that folder directly. Then load as many expansion packs as desired, unpacking the file if needed. If you are using a dedicated server, you also need to load both Core modlets into your dedi server Mods folder. So copies in both the client side Mods folder and also on the server Mods folder.

Option 2: Use the modlauncher to load the 2 cores.

Here is a helpful video to get you started:

Terms of Use

1. You are allowed to use the NPCMod, its NPCCore, Unity Controller and expansion packs without any kind of direct modifications. All modifications and/or derivative works of NPCCore, controller and expansion packs are restricted to private use only unless those modifications are done in expansion mods that have a dependency on the unaltered Core mods being loaded. The mod and expansion packs contain purchased assets, including animations in the included character controller, so any derivative use of the models or controller is also contingent on purchasing those assets first.

2. You are encouraged to use the NPCMod as part of your own mod, public or private. However, you must provide credit to the community team by adding the “Powered by Score and NPCCore” logo to your mods opening screen and forum posts. (Resize as appropriate)

NPCMod and Addons – 7 Days to Die Mods (9)

or

NPCMod and Addons – 7 Days to Die Mods (10)

3. The team is not responsible for any damage, including damaged savegames, by using this mod.

Meet the Team

(Historic and Current, in no particular order)

  • Sphereii: C# wizard and modding community teacher. Famous for his mod launcher and other code bits
  • Xyth: Unity guy and modding community teacher. Not very famous.
  • GuppyCur: Discord master and sometimes zombie maker.
  • TSBX: TFP tester and previously a zombie creator
  • DarkStarDragon: Active creator of NPCs, maker of great expansion packs
  • Sirillion: The UI master himself, creator of screens and menus.
  • FuriousRamsay: Contributor of NPCCore xml code
  • Khzmusik: C# code contributor
  • Mumpfy: Graphics and character retexturing guru
  • Khaine: Very helpful input on mod design
  • Arramus: POI/sleeper tester and designer
  • Mr. Devolver: Longtime tester and advocate
  • Magejosh: Tester
  • GanTheGrey: Zombie maker
  • EndZ Development Team: Maker of great expansion packs

And cheers to the many new NPC and Zombie makers, who are encouraged to join the team!

Xyth is sure he’s missing several others who helped along the way, please let him know whos’ been missed!

Videos That Might Be Useful

Changelog

  • (new) Added 1-OaksZombieHeadHunters expansion pack.
  • Minor update to version .20: Fixed Demolition Zombie not attacking NPCs. Also fixed the 1-Birds addon so birds now spawn as expected.
  • NPCCore updated to .19: Bandits using EAI are braver now, much less likely to run away when damaged. Removed duplicate Lockpicking window entry.
  • Added 1-EndZ-AustrailianEntityPack expansion pack.
  • Pushed .18 build of npccore. Added custom placement models for hirable NPCs in the core, moved generic placement model into existing resource package. Fixed the Boar not harming player until attacked twice.

UNITY TUTORIAL PROJECT DOWNLOAD
DOWNLOAD A21 Tutorial Project (This is only needed if you want to teach yourself how to make your own characters, or vehicles, or guns etc.) (1,2 GB)
CORE MOD DOWNLOADS
Stable Releases
DOWNLOAD A21 SCore: (0-SCore) (25,8 MB)
DOWNLOAD NPCCore: (0-XNPCCore) (77 MB)
EXPANSION PACKS
DOWNLOAD 1-NPCXBirdPack by Xyth (Adds birds to the sky) (4,6 MB)
DOWNLOAD 1-NPCXSpiderPack by Xyth (Adds giant spiders to hostile biomes) (10,2 MB)
DOWNLOAD 1-DarksZombiez by DarkStarDragon (DarkStar’s first zombies, wasn’t gonna happen until it did.) (81 MB)
DOWNLOAD 1-DarksRaiderz by DarkStarDragon (DarkStar’s Raiders, be afraid, be very afraid.) (16 MB)
DOWNLOAD 1-DarksSoldierz by DarkStarDragon (DarkStar’s Soldiers, Hire yourself some protection.) (54 MB)
DOWNLOAD 1-DarksCleanerz by DarkStarDragon (DarkStar’s Cleaners, Special OPS guys, like soldiers but in badass black gear) (57 MB)
DOWNLOAD 1-DarksRaiderGurlzFriendly by DarkStarDragon (DarkStar’s RaiderGurls, Friendly NPCs Gurlz, Only load one version, not these and the bad Gurlz below.) (19 MB)
DOWNLOAD 1-DarksRaiderGurlz by DarkStarDragon (DarkStar’s RaiderGurls, Bandit NPCs version of the above Gurls. Only load one version, not both.) (19 MB)
DOWNLOAD 1-SummonFriendZ by Arramus (Summon FriendZ Pack using TFP zombies as helpers that can be found or bought.) (44 KB)
DOWNLOAD 2-SummonFoxFriend by Arramus (You have a friend.) (73 KB)
DOWNLOAD 2-NPCXSpiderPack-ColonyExpansion by Arramus (An expansion for an expansion pack! Adds more spider variety. You need to load the cores AND the 1-NPCXSpiderPack expansion when you load this mod.) (409 KB)
DOWNLOAD 1-OaksZombieHeadHunters by Arramus (43,5 MB)
DOWNLOAD 1-GansStandardZombies by GanTheGrey (Gan is back with some of his A19 favorite normal zombies.) (32,3 MB)
DOWNLOAD 1-GansSpecialZombies by GanTheGrey (Like zombie oddities? Look no further…) (10,9 MB)
Coming Soon 1-khzmusik_Zombies by Khzmusik (As if you have enough zombies…)
DOWNLOAD 1-khzmusik_Civilians by Khzmusik (Folks just like you, trying to survive.) (128,3 MB)
DOWNLOAD 1-khzmusik_NPC_Rogues_and_Psychos by Khzmusik (Adds “Rogue” and “Psycho” human NPCs to the game.) (84,2 MB)
DOWNLOAD 1-EndZ-WesternEntityPack by the EndZ Development team (Giddy up cowboy!) (640 MB)
DOWNLOAD 1-EndZ-AustrailianEntityPack by the EndZ Development team (Adds Australian animal entities.) (40,7 MB)

The forum topic of the mod is here.

Credits: Xyth, SphereII and community

NPCMod and Addons – 7 Days to Die Mods (2024)
Top Articles
Latest Posts
Article information

Author: Nicola Considine CPA

Last Updated:

Views: 6155

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Nicola Considine CPA

Birthday: 1993-02-26

Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

Phone: +2681424145499

Job: Government Technician

Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.