xyth
Community Moderator
If your using DMT on windows with default settings then the log should be in your user profile in: AppData/LocalLow/The Fun Pimps/ 7 Days to Die/Player.logI am using DMT.
If your using DMT on windows with default settings then the log should be in your user profile in: AppData/LocalLow/The Fun Pimps/ 7 Days to Die/Player.logI am using DMT.
Yeah, I'm a dummy. I thought of that this morning on my way to work.Do you have the mod "SphereII NPC Dialog Windows" installed?
oh nice,i edited RF:G mods before with notepad ++ ,didnt really think to be able to do it with 7DTD mods.Edit these 2 lines in the NPC Entities.xml file:
<property name="HireCurrency" value="casinoCoin" /><property name="HireCost" value="1000" />
The HireCurrency can be any item, like a rock or a bullet and the HireCost is the number of those things needed. Easiest just to make hire cost a smaller number.
I see where darkStar put the chainsaw sound on this NPC by mistake. I will fix and push in next patch.
As far as the low rate of fire, Sphereii is working on a property where they can guard a position using ranged weapon and not close the distance all the time. Since we are using the in game AI there are limits to what we can do but I will play with it a bit more.
Looking through this log, I see this error:Thanks for the help! Found the log. Ok here is the order of what I am doing:1. No other mods, Game is Alpha 18.1, DMT is 1.5.7.
2. Using DMT, I build with Xyth NPC, Xyth Bandit, Sphereii Core, Sphereii Dialog. It build successfully and I click play on DMT.
3. I notice instead of the original 4 files, there are now 6, a new Xyth NPC and Xyth Bandit folders.
Issues:
1. After clicking play, it skips the main menu screen and goes straight to my last game I was playing. This could mess up some of my other modded playthroughs.
2. Many times, the game will load once after building, but the next time gets stuck infinitely loading and I have to verify game files. 1 file always has to be reacquired, then it works normal again.
3. Once actually in the game, any entity can't move, but otherwise acts normal. NPCs, zombies, and animals.
Here is the log: https://github.com/SteelBlood2/7-Days-SDX-Issue/blob/master/player%20log
The file being re-verified and re-downloaded is Assembly-CSharp.dll, as DMT modifies it. It does not, however, modify or touch Resources.assets.I have to verify files every time after I build using DMT, and one file always has to be required. I believe this might be that file, which would mean it is getting corrupted whenever I build. I verified and restarted game again, and the same problems persisted.
As far as NPC ROF goes, you said about sphere adding a property ... "can guard a position using ranged weapon and not close the distance all the time",just to be clear the NPCs were not actually closing distance they would remain pretty static alot,and not have a long detection range(less than zombies it seems),the actual amount of times they decided to shoot was minimal,even when distance to threats were 10+/20+ meters away.
yes its possible. Blooms Animal husbandry already has that core functionality and would just need to dog and wolf models added, and those would need some appropriate AI tasks added from the NPC mod. Nothing I can get to anytime soon, but it should be doable with the existing resources.Xyth,is it possible,and would you consider adding the ability to recruit the wolves or dogs in game?
I know the dogs are zombie dogs but the wolves are not so it might make sense.Make currency a piece of meat or a rare food.
I just got done playing FO4 and already miss dogmeat lol.
Sweet.Might make a nice addition to the mod.I pushed an update that edits the ammoNPC to walk toward his prey rather than run, and increased his rate of fire. Seems to work well, but needs testing. Note I didnt edit the other ranged ones made by DarkStarDragon so be sure to test on the AmmoNPC.
Also, the Ammo NPC has an AITask to Guard a position and try to stay around that spot rather than close to the entity. Its a work in progress, designed if you wanted to put a guard into a position on a base wall and not have it jump down and charge. You can try removing that AI task and renumbering the following 2 tasks, so its now:
<property name="AITask-8" value="GuardSDX, Mods"/>
<property name="AITask-9" value="WanderSDX, Mods"/>
<property name="AITask-10" value="" />
And you could change that to:
<!-- <property name="AITask-8" value="GuardSDX, Mods"/> -->
<property name="AITask-8" value="WanderSDX, Mods"/>
<property name="AITask-9" value="" />
if you wanted to play around with that.
- - - Updated - - -
yes its possible. Blooms Animal husbandry already has that core functionality and would just need to dog and wolf models added, and those would need some appropriate AI tasks added from the NPC mod. Nothing I can get to anytime soon, but it should be doable with the existing resources.
Im unable to test because for whatever reason,your mod,downloaded from github,and placed into the mod launcher doesnt activate the mod.I need to directly download your mod from the launcher,and i believe from there its still the old version rite?The NPCs should be immune to bleeding and disease but I didnt think about fire. I stopped bleeding since zombies put that on all the time but only players use fire as a weapon right now. Sounds like its working normally
can't even load to the main menu: This sounds like the vanilla launcher is enabling EAC. You must disable EAC for this mod.After I verify game files, I build with DMT. After building, if I try starting via vanilla launcher, the game can't even load to the main menu. If I start via DMT, it skips the main menu and loads my latest save. Once loaded in though, nothing moves. This is without manually deleting anything, and after checking, it is not an anti-virus issue either.
I tried with the 7D2D launcher as well, but I couldn't get it to find my mods.
Sounds like you are running out of video memory. Not sure the best solution other than lowering the games texture setting or maybe disabling texture streaming.Well, after my initial troubles, everything now seems to be working as intended. I started a new game, so haven't gotten very deep into the NPCs, but so far so good.
There is one thing I noticed though. With the NPC mods installed, the normal zombie textures look terrible. They're incredibly low resolution, much worse than the vanilla game.
Is there any way to solve this? I vaguely remember talk about lowering the NPC texture resolution due to memory concerns, but I might be mis-remembering that.
@Redarmy Why is he targeting you? Miss it your doing melee and he's aiming at a zombie but hitting you?
- - - Updated - - -
Sounds like you are running out of video memory. Not sure the best solution other than lowering the games texture setting or maybe disabling texture streaming.
Until we can figure out how to add hired NPCs into your party and therefore make you both allies, this friendly fire might happen. I can turn down the NPCs headshot bonus and damage in general. And I also notice sometimes the NPC shoots and the impact is local to him but no damage. That just started when I changed the rate of fire but not sure why. I suspect its a timing issue with the firing animation and the rate of fireOf course any NPC can hit and hurt the player but they do far less damage so i wouldnt die instantly.