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

NPCMod and Addons

I have a problem with the mod. I cannot upload the SCore.pdb file to my server.
It gets rejected. I have already asked the support there but they say I have to contact you. Can you help me ?

Errormessage is:
/Mods/0-SCore/SCore.pdb cannot be uploaded to dedicated server. (Gportal)

 
I think there might be an issue with the last EXP builds. I've been getting some errors trying to load them.
Perfectly reasonable. I was reluctant to mention it at all as I know things are unstable, I just thought it worth mentioning on the off chance that it may be useful in some way. Thanks for checking it out:)

 
I have a problem with the mod. I cannot upload the SCore.pdb file to my server.
It gets rejected. I have already asked the support there but they say I have to contact you. Can you help me ?

Errormessage is:
/Mods/0-SCore/SCore.pdb cannot be uploaded to dedicated server. (Gportal)


You dont need that file.  Are you only uploading the 0-SCore folder or his entire repo?

 
A small update for the NPCMod Prefabs.

https://github.com/arramus/A20-NPCMod-Prefabs

2 Prefabs are available for the Arachnid groups. At present, this only consists of the spiders but they are ready and waiting for other beasties of that nature.

They are compatible with:

2-NPCXSpiderPack-ColonyExpansion:  https://github.com/arramus/A20-NPCMod/raw/main/2-NPCXSpiderPack-ColonyExpansion.zip

The SpiderPack-ColonyExpansion can also serve as a Template for NPCMod Addon Pack creators and Prefab creators for the following:

- Has Sleeper Volume groups that are directly associated with the 0-XNPCCore (npcArachnidsAllGroup/npcArachnidsBossGroup)

- Has Game Stage specific groups from GS1, GS50, and GS100 which allow entities to increase in strength to reflect player advancement.

- Contains custom Prefabs and Sleeper Volume groups specifically made for only the spiders.

A few pikkies to show what to expect. The well known Army Camp 02.

20220212142433_1.jpg

The Arachnid Cave. This was made in A19 for The Behemoth, houses some Wasteland Super Mutants, and will be in CP48 for default zombies. A stone built POI with a darker theme.

20220213005206_1.jpg

20220213005454_1.jpg

Looking forward to some Scorpions or other Arachnid type entities for the future.

 
Followed install instructions into my mods folder but cannot damage vanilla zombies at all, they do not damage me, and custom zombies freeze animation when dead. any fix?

 
To offer a fix we would need more information.  Please link your games logfile.

LOG LOCATIONS
Windows: 
From Steam 
<gamefolder>\7DaysToDie_Data\output_log__<DATETIME>.txt

From Mod Launcher
<gamefolder>\7DaysToDie_Data\output.log

From  .exe  
%AppData%\..\LocalLow\The Fun Pimps\7 Days To Die\player.log

From dedicated through startdedicated.bat 
<gamefolder>/7DaysToDie_Data/output_log_<DATETIME>.txt

Linux
From Executable
<homefolder>/.config/unity3d/The Fun Pimps/7 Days To Die <- Dedicated>/Player.log

From start scripts or Steam
<gamefolder>/7DaysToDie_Data/output_log__<DATETIME>.txt

From server with management scripts
/home/sdtd/instances/<instancename>/logs/output_log_<DATETIME>.txt

MacOS
<homefolder>/Library/Logs/Unity/Player.log

 
The mod is incompatible with lootable zombies. i apologize for how dull i am, corpses work now and everythings killable, incredible work! im sorry again. Thank you for making the mod

 
This question is going to repeat itself time and again for sure. Here are some simple step by step instructions and suggestions for Server Admin and Player Hosts:

Changing the settings in 0-XNPCCore\Config\entitygroups.xml and the same entitygroups.xml for each of the Addon Packs, e.g. 1-RaiderzPack\Config\entitygroups.xml will allow you to increase or decrease the amount of NPCs that spawn.

For example, in the 0-XNPCCore\Config\entitygroups.xml, you will see, as an example:

<entity name="npcHarleyClub" prob="1" /> connected to EnemyAnimals group.

This means that Harley carrying the Club is allowed to spawn at a potential probability rate of '100%' in comparison and relation to other characters and entities in groups that start with 'EnemyAnimals' in their group name (I believe) of the same and different probabilities.

npcHarleyClub's probability of 1 for this group is actually incredibly low considering the EnemyAnimalsForest's, animalWolf is 9, animalBear is 3, animalDireWolf is 3 and 'none' is 85. 'none' may or may not relate to a non spawning entity that keeps numbers in check or to 'thin' the herd and cause players to gradually move further out.

If you are seeing too many NPCs, consider reducing the probabilities to somewhere from 0.1 - 0.25. The setting 0.1 is being used in the individual RaiderzPack and they appear at a comfortable rate.

I have Zoomed through the Wasteland and have seen NPCs appear very frequently even though they are only set from 0.25 - 1 for Harley. This is actually incredibly low and was a clearly considered entry when we see the default values for others in the same spawn group are animalSnake at 20, animalZombieVulture at 30, animalZombieDog at 30 and animalZombieBear at 20.

However, something is not working out, and with experience for the Snufkins, I have seen that Mods can disproportionately take precedence over default probability values in some groups. Again, consider reducing these NPC probability values to 0.1 - 0.25.

It will be helpful if you can report back your findings if you give these a try.

It is best to edit entries individually with entitygroups.xml.

If you want to change the spawning as a whole, that is governed in the spawning.xml. However, this will simply reduce/increase the overall respawn amounts and frequency proportionally and you will have exactly the same issue but at a reduced rate, if the issue is one entity is spawning too often.
Ok trying it out tonight. I'll post back.

 
In entityclasses.xml, she will have an entry with sound properties like these (there are others too, this is a sample)          

   <property name="SoundRandom" value="HarleyRandom" />
   <property name="SoundRandomTime" value="60.0"/>

   <property name="SoundSense" value="HarleySense"/>

Change the value to an empty value "" so like:

<property name="SoundSense" value=""/>

Then they wont say that.

 
In entityclasses.xml, she will have an entry with sound properties like these (there are others too, this is a sample)          

   <property name="SoundRandom" value="HarleyRandom" />
   <property name="SoundRandomTime" value="60.0"/>

   <property name="SoundSense" value="HarleySense"/>

Change the value to an empty value "" so like:

<property name="SoundSense" value=""/>

Then they wont say that.
Thanks!

This did the trick:
<!--            <property name="SoundRandom" value="GurlzChatterRandom"/> -->
 

 
Last edited by a moderator:
SphereII-Mods-master-0-SCore  cant seem too upload fully here is pic on the message. 
123.jpg


 
Looks more like he is using FZ to upload the mods to a server. @Kazina Is that correct? If so, it looks like the dlls are the problem. Some server hosts won't allow you to upload mod dll files. If this is the case I'd suggest you find a better host.

 
I pretty much changed all entity groups to .25 and I honestly don't feel like it changed too much. Survivors I feel should be rare,  and there are in my opinion too many still.


Its impossible to balance this mod due to all the expansion packs.  I have no idea how many packs you might load.  This mod, unlike other mods, is primarily a framework resource for modders to include in their large mods.  If individuals want to use it, and want to add many packs, the burden falls on those folks to take a moment to balance the spawn rates to suit.  If that is beyond the persons skill, then it is best if they play a mod like the wasteland, war of the walkers, etc.  that use this mod as its NPC engine.   

 
Looks more like he is using FZ to upload the mods to a server. @Kazina Is that correct? If so, it looks like the dlls are the problem. Some server hosts won't allow you to upload mod dll files. If this is the case I'd suggest you find a better host.
yes your right .. ok making sure so i cant use the new mobs

 
Back
Top