Creature Packs – A Community Entity Project

7 days to die creature packs - a community entity project, 7 days to die bandits, 7 days to die trader, 7 days to die animals, 7 days to die robots, 7 days to die zombies

This goal of these new mods is to provide core “Packs” that contains various vanilla compatible and fully featured characters such as bandits, survivors, animals, wandering traders, etc. without breaking EAC or requiring the DMT utility. Included in this test version are samples of each type of character with very basic xml to get them working in game. No balancing of spawn rates, weapon power, etc was attempted.

Xyth deleted the old creature pack and replaced it with 5 new packs:

  • 0-CreaturePackAnimals – Things like animals, birds, insects etc.
  • 0-CreaturePackFantasy – Everything else that doesn’t fit in the 4 other categories. Swarms, Orcs, Pokemon etc.
  • 0-CreaturePackHumans – Various bandits, traders, and survivors and other humanoid rigged entities
  • 0-CreaturePackMechs – Robots, drones and other mechanical things like SphereBot, the avatar of Xyth’s modding partner SphereII
  • 0-CreaturePackZombies – Zombies, you know, dead things that used to be human. Humanoid rigged.

Other character modders have committed to contributing additional characters to this pack like they do to the POI (Buildings) collection called CompoPack. Want to join them? Start here. (A18 version – working on A19 version, but the how to is the same)

The methods used to make this vanilla compatible were researched and developed over the past 2 years and finally it seems to be working well enough to test. However, this is something very new and challenging to develop so expect imperfections as we work out all the issues. Once initial testing is complete Xyth plan to teach the development workflow to others.

Features

Most characters support all vanilla character features. These include Humanoid rigging, root motion animation, collision with vehicles, rag-dolling, 100’s of animated reactions (including hit locations, limping, etc.), limb decapitation and gore, and even the ability to spawn the characters with vanilla or custom weapons just by editing xml. There are some exceptions, especially on animals, as Xyth just started to explore that controller. They also work very well as sleepers in POIs, but stumbling onto a bandit that has a MP7 at close range isn’t something you will live to enjoy.

7 days to die creature packs - a community entity project additional screenshot

Hopes and Dreams

Beyond hoping that this pack someday contains 100’s of new characters, Xyth hope some folks develop custom quests and story lines for some of the characters. Bandits are one thing, but earning a positive faction with the bandit leader by doing some hit jobs for him makes for a better end game.

Known Issues

There are currently no footstep sounds when these guys walk or run. Vanilla footsteps require a C# script to trigger sound events and they can not use scripts without breaking EAC. He expect to create a work around for that at some point but for now, look around more.

Compatibility

The mods are named with a prefix of 0- to insure it loads before other mods that will edit the basic xml provided in this core mod. Nothing in this mod’s xml should change vanilla in a way that collides with other mods but let him know if it does.

Testing was done on A19 exp and 18.4 stable.

Each submitted Unity.3d file (multiple entities in one file) should have a size less than 100 megs for Github compatibility.

Standards

To promote ease of reusing the characters in future mods and modlets, they think some recommended standards are needed. This is the subject of ongoing discussions, and always subject to revision, but the following are recommended standards for adding new characters to these packs.

To offer a balance between freedom to choose individual characters and still maintain some organization of kinds of characters, there will be 5 basic character groups: Humans, Zombies, Animals, Mechs, and Fantasy Characters. Each of these will be a modlet containing a resource folder of individual .unity3d asset bundles for each character. The xml for each character will be in xpath format and merged into the master xml files for that modlet.

Characters should be built to conform to TFP character standards and best practices as much as possible, and function in game like existing TFP characters do, with included ragdolls, rootmotion and gore. Additional information on this will be provided in video tutorials.

Characters should have descriptive names to help end users know what they might be loading, so names like SnowFox is good if its a Snowfox, but Mylittlepal would be a bad name for a Snowfox.

Keep the characters low/mid poly and watch texture sizes. Go for 2k texture maps – 1k additional maps. Xyth try to keep most entities under 10 megs. TFP is changing to higher definition zombies, so we will conform to what they do when we get to see that.

The material index used should be listed in the xml, so modders can do material overrides in xml and know what material they are targeting. For example, the TFP nurse zombie would be:

<!-- Retexturing Index: Materials : 0 Body,1 Eyes -->

LODs are not required, but if added keep those down to 1 or 2 max.

More will be added here as they go.

Contributors

The following community members have donated resources to this project. Please thank them for their contributions!

Xyth will try to keep this list current.

  • DarkStarDragon – Zombies
  • Guppycur – Zombies
  • Robeloto – Spider sounds
  • TSBX – Zombies
  • Mumpfy – Re-texturing and new asset creation
  • Kergan – XML
  • SaltyAF – XML
  • Chikorina (Chiko) – XML

Changelog

  • (new) Updated the 2-effectspack to 19.5.1 to fix vanilla zombies not having sounds.
  • Repushing mods to hopefully clear errors.
  • Added stamina drain to buffFrostbite in animal pack.
  • Pushed fix for a NRE on GS22.
  • Pushed update to de-snowify animals.
  • Added some delay to the end of bird sounds, varied length depending on the bird.
  • Pushed update to animals lowering range of bird sound clips from 150M to 100M. His hearing isn’t the best, but even with the clips volume leveled, some seem louder than others, like the Altatraz.
  • Pushed 19.2 update to the animals. Birds have 2 sounds systems now. A constant single clip attached to the character in Unity that has a range of 150 blocks and a logarithmic distance rolloff. The old system with additional sounds will only be heard when near the character as before, such as when it attacks or flys close. Consolidated sounds into fewer bundles. Fix Alcatraz size issue.
  • Also pushed a minor update for the Humans to mostly standardize some xml.
  • Pushed an update to the animal pack to fix a tooltip error. Also fixed the random walktypes in the effects packs, as it was switching to crawlers and looked bad.
  • Small update to the zombie pack. Snufkins noticed some zombies were using vanilla hands which results in attack sync issues.
  • Small update, removed humans from the zombienight spawn group as some mods were using that group on bloodmoons causing errors.
  • Pushed a minor update to the CP humans and effects packs. There was a TFP bug where buffs that set animator values do not always set before the animator is initialized. This caused human characters to sometimes walk like zombies when not infected. Implemented a workaround.

Terms of Use

The goal of everything SphereII and Xyth do is to share information and examples of how to make this game better. So use this for yourselves or as part of a mod you develop for others to enjoy. Giving credit to the author is always a class act, but at least don’t be that guy who spends an hour editing someones work and then claims to be the original author. You can use the .unity3d models only by referencing them inside the creaturepack but you may not copy those files as they usually contain one or more copyrighted, paid assets. Any derivative modlet must ensure compatibility with the base creaturepacks, and cannot directly break them. If you don’t know how to make compatible mods, just ask for help.

Installation

Just drop the mod into your Mods folder and have fun. They are not dependent on each other so load the ones you want. If your using a dedicated server, you also need to load this into your dedi server Mods folder. So a copy in both the clientside Mods folder and also on the servers Mods folder.

Download

Please Note: If your getting lots of spam warnings when some characters are set on fire, please load the 2-CharacterEffects pack which has the fix for that. It also contains random walktypes for all zombies, and enables humans to become infected. Also will be testing the method of turning some quest zombies back to humans.

Look for the 0-CreaturePacks, but there are other fun things there too, like No Potty Mouth. There is also a character effectspack modlet that adds infections (humans turning to zombies) and new walktypes to humans and zombies.

CharacterEffectsPack (A19), NoSpawning (A19), No Potty Mouth (A19), No Potty Mouth (A18)

Alpha 19 Versions
Download 0-CreaturePackAnimals for A19
Download 0-CreaturePackMechs for A19
Download 0-CreaturePackHumans for A19
Download 0-CreaturePackZombies for A19
Alpha 18 Versions
Download 0-CreaturePackAnimals for A18
Download 0-CreaturePackFantasy for A18
Download 0-CreaturePackHumans for A18
Download 0-CreaturePackMechs for A18
Download 0-CreaturePackZombies for A18

The forum topic of the mod is here.

Credits: Xyth

Share this with your friends:

26 thoughts on “Creature Packs – A Community Entity Project

  1. i have the zombies and human creature mods. they are working fine except when i press f6 nothing happens. i cant open the menu

  2. Hello, just added it to the server but gives me a object not set error and spams everytime it gets close to a animal or human, is there something to fix that? Also added the effects pack too

  3. There’s a current bug that annoys me, In the zombie pack, there seems to be files missing, can this be fixed please? Would appreciate it alot!

  4. Somehow zombies don’t make any sounds like scream or even breathe nothing with 2-CharacterEffectsPack enabled. Please help, really like the idea of it

  5. Need help, files are missing from the zombie pack and the human pack causes zombies not to see and attack me (including turrets)

  6. If you install the mod, CharacterEffectsPack (A19), the screaming zombie no longer screams! The effect remains, but you can no longer hear the scream.

  7. However, the two mods seem to have problems for the A19 see console error 2020-07-09T21: 19: 12 54.103 ERR Could not load file ‘# @ modfolder (0-CreaturePackAnimals): Resources / guppyInsect.unity3d? GuppyInsect.prefab’ for entity_class ‘animalGuppyInsect’

  8. Other character modders have committed to contributing additional characters to this pack like they do to the POI (Buildings) collection called CompoPack. Want to join them? Start here.

    Link at Start here is broken

    1. Hi. All downloads working fine. Please be patient. Download time may vary depending on your internet connection speed.

  9. I have a question, I downloaded the mod and I liked it a lot but I can’t find the Bandits, but is there a way to change the Bots to become Aggressive?
    if you have both answer I am grateful Thank you ….

      1. i downloaded it, but the junkdrone makes nothing, no healing no following, only standing there and talk…. can somebody help ?

    1. All downloads working fine. Please be patient! Download time may vary depending on your internet connection speed.

Leave a Reply

Your email address will not be published. Required fields are marked *