• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

NPCMod and Addons

updated most expansion packs from DarkStar and myself to add additional game stages groups used in pois.
I haven't noticed this before, but that doesn't necessarily mean it's new, I just may not have run into SWAT Shocker before...

He is forever stuck in a t-pose and will not come to me to attack, although he seems to behave as expected otherwise.

Any idea for a fix?

shocker.jpg

 
DarkStar fixed another one like that, so I will ask him to check on this character.  Thanks for the bug report!

On further review, that might be a UMA zombie loaded by another mod.

 
Last edited by a moderator:
Namahagenader said:
Hired NPCs now suddenly die a few days after being hired. (Experimental Version: 20.3.01.08)
It appears that the infection is progressing after the battle and the death occurs when the infection rate reaches 100%.
I also installed the NPC MOD alone and found that the infection rate progressed in the same way.
 

View attachment 24306


Thanks, we have been looking for why they occasionally die.  Seems this might be the issue.  I bumped up their resistance but seems it needs a bigger bump.

 
Push .09 of EXP, this is a release candidate.  Death by infection sorted, more performance enhancements.

 
My mistake!

Great work as usual on teh mod folks, I can't even be bothered to play vanilla anymore!

 
Last edited by a moderator:
Negative, this is the zombo to the left not Ivy.

He is part of the ZombiezPack...


Well, the author insists that's not his character, and not in this mod, so perhaps its from the enzombie UMA mod

New Stable!

Updated stable version to match current exp version.  new stable is likely not game save safe from old stable, but would likely be ok if you were keeping up with EXP versions.   

This version is highly optimized for dedi, so performs well over longer periods without need to reboot servers.  Threat control was removed, so Hunting mode and full control are your command options now.  

This may be the last stable build until A21, unless major bug fixes are required.  Enjoy.

 
Last edited by a moderator:
Negative, this is the zombo to the left not Ivy.

He is part of the ZombiezPack...


This character is one of the enZombies, if I'm not mistaken. The identical character can be seen as part of the SWAT team in the middle of the picture.

A19.5_2021-11-20_02-46-50.jpg

I tested some UMA characters within the NPCMod environment and some will play along nicely while others will lose access to their animations controller, while others will lose all of their UMA clothing. ErrorNull has patched the enZombies to be compatible with a variety of other mods very successfully and I believe this project is also in the list of things to do. This is something for ErrorNull to address.

While the ZombiezPack does contain 2 SWAT characters, it is these ones. These are not the SWAT Bots you are looking for. An ErrorNull intervention on this one.

20220403110328_1.jpg

 
Oh my bad thanks for the explanation, now i can edit the enzombies until ErrorNull fixes.

Well, the author insists that's not his character, and not in this mod, so perhaps its from the enzombie UMA mod
My mistake!

Great work as usual on teh mod folks, I can't even be bothered to play vanilla anymore!

 
I have made a pack based on Darkstar's RaiderzPack and mr. devolver's RaiderGurlzPack_Friendly, which extends the original Raiderz to Friendly and hireable NPC, just like RaiderGurlzPack_Friendly does with the original RaiderGurlsPack

If this is not allowed please remove it, I am in no way trying to take any credit here, it's just a simple xml edit of three files:

2-RaiderzPack_Friendly.rar

 
I have made a pack based on Darkstar's RaiderzPack and mr. devolver's RaiderGurlzPack_Friendly, which extends the original Raiderz to Friendly and hireable NPC, just like RaiderGurlzPack_Friendly does with the original RaiderGurlsPack

If this is not allowed please remove it, I am in no way trying to take any credit here, it's just a simple xml edit of three files:

2-RaiderzPack_Friendly.rar


This is what we hoped folks would do, expand the base packs and expansions with customizations.  Then folks can choose what to use to suit their playing style.  Thanks for adding this.

 
Where do i make NPCs hostile towards players?


Change the faction to a faction thats hostile to the player.  Typically change the NPC faction to bandits.   This edit is done in entityclasses.xml

 
Last edited by a moderator:
Loving the mod and all the expansion packs too but not loving the view distance and accuracy of the raiders with sub machine guns who can snipe me from a long ways off.

Is there any way to knock that down a bit?

 
Yes.   Assuming you know how to edit xml.  

In the mods entityclasses.xml, about line 260 is the view distance: <property name="SightRange" value="60"/>   I dont recommend to turn this down much if at all, as I have no idea how it might effect the AI as we have tuned it.  Feel free to try it though.

I'd instead recommend editing the damage modifier values found in entityclasses.xml around line 400.  These properties decrease or increase the damage done by the NPCs if they are bandit npcs.  They add a percent damage modifer, negative values are decreased damage percentage, so -.3 reduces the bandits damage by 30%.  These are by biome or night, so if you want an easy forest biome, just edit that biome.

You can also modify the actual damage by weapon, in the items.xml file.

                <property name="DamageEntity" value="12"/> <!--  This is base damage per ray that hits) -->
                <property name="DamageBlock" value="3"/> 

That is the default SMG Ranged damage (action1 property) per bullet hit to entity's and blocks respectively.  You would need to edit each weapon that you want to adjust.

 
Okay thanks for that info .

On another note your mechs come up as lootable but nothing happens when I click E. 

Wasn't sure if it was a bug or something not implemented .

 
Okay thanks for that info .

On another note your mechs come up as lootable but nothing happens when I click E. 

Wasn't sure if it was a bug or something not implemented .


Any one specifically or all?  I assume you mean after they are killed?  The mechs are hireable if you happen to get good relationship with the mech faction, which can happen in certain other mods that use these mechs, and that prompt is related to the mechs inventory.

 
Last edited by a moderator:
Every mech I've killed and there have several types were all inaccessible when I clicked E.

How do you get good faction when every one so far has tried to kill me?

 
Every mech I've killed and there have several types were all inaccessible when I clicked E.

How do you get good faction when every one so far has tried to kill me?


There are books in the dev items that were added to test faction relationship incrementing and change, but thay do not spawn in game.  The faction change system is configured in the NPCCore but only is implemented in mods that want to leverage it.  

 
Back
Top