Jump to content

xyth

Moderators
  • Posts

    3,057
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by xyth

  1. I have not tried it. Should work.
  2. The junk items are appended to the list so they will lower the drop rate of non junk items. However the drop rate is configurable. Perhaps you know this but the drop rate of any item in a loot group is that items percent chance compared to the total chance of all the items in the loot group. So if you add up all the probabilities in the group and that totals to say 10 and the pisspot junk item is at .1 that equals a 1 in 100 chance of finding a pisspot if the loot container is set to give only one item. If the loot container could give up to 5 items then your chance rises to 5 out of 100.
  3. I doubled the light strength on this initial A18 version. If Its too much I can return it to 1x power like it was in A17. I will wait for other opinion, as I am traveling for a couple of days and wont be able to adjust until then. I dont understand what you mean by low FPS, but I will confirm if that light is causing any FPS drop. I forgot to check but it should not.
  4. Uploaded the A18 version of the CCTV modlet.
  5. Version 1.5 for A18 uploaded. Panning might be fixed now or at least it seems improved. Lights were added to each camera to help with darkness issues. Let me know if you all like it that way or would rather just add your own spotlights. I was not able to resolve the dark TV screen issue inside Unity in a decent way. The issue is the TV screen needs DIRECT lighting on the screen front. A helmet light works perfectly for example, or just brighten up your room and shine a light towards the screens. I will keep playing with this but the video layer is blocking emission which is how this is typically solved.
  6. xyth

    A19 NPCs DMT Mod

    I think the issue is the collision radius of the "vomit" projectile. You could try lowering the collision radius on the item named AmmoProjectilePlasmaAmmo , property Action1 , <property name="CollisionRadius" value=".5"/> to a tiny value and that might reduce the spillover. His Entity damage is also 200 right now, should be lower but that was a testing value. Let me know if that helps and I can push the patch.
  7. xyth

    A19 NPCs DMT Mod

    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 fire
  8. xyth

    A19 NPCs DMT Mod

    @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.
  9. xyth

    A19 NPCs DMT Mod

    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
  10. Thats what i noticed, the range from the TV is much shorter in a18 than A17. The cameras will broadcast without the panning so for now just install the camera and dont set it to Pan. If the field of view isn't sufficient I can increase the FOV but there is a FPS hit if I do that.
  11. xyth

    A19 NPCs DMT 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.
  12. xyth

    A19 NPCs DMT Mod

    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.log
  13. I don't understand what you mean.
  14. xyth

    A19 NPCs DMT Mod

    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.
  15. xyth

    A19 NPCs DMT Mod

    Without your logfile that would show any errors its hard to guess. Movement is handled in the SphereII_Core so id start there.
  16. I have heard that at times but I guess it depends on the gamma level the player uses. I will look at adding some emmisiveness to the screens in a later update. i still only see the camera closest to the screen panning, the other 3 do not.
  17. I will push an update then. Not sure what you mean by a dark overlay. Do you mean its hard to see the TV screen in a dark room?
  18. xyth

    A19 NPCs DMT Mod

    If they dont show in F6 then they didnt load correctly. What does the log say? I used the launcher to load the files and everything worked as expected
  19. xyth

    A19 NPCs DMT Mod

    I will ask @Sphereii to check on the launcher. It should handle not having a modinfo file but I will add that to each modlet which should solve the issue. Version 1.6 pushed to fix this error until DMT can be patched for this bug.
  20. xyth

    A19 NPCs DMT Mod

    This mod needs three modlets all loaded and compiled by dmt or the mod launcher. The Sphereii core, the NPC dialog window, and the NPC modlet. If those 3 are loaded in the mod launcher it should work as expected. If not, please post a copy of your log file so we can help you debug your install.
  21. Let me know if this mod is still usable in A18. Camera panning seemed to stop so if I port this to A18 I may need to remove panning and increase fov. If the modlet is still worth having I will push an A18 version.
  22. xyth

    A19 NPCs DMT Mod

    The launcher isnt showing the correct version located in my repo for some reason. We are looking into it now. With 1.55 loaded are you still getting errors?
  23. xyth

    A19 NPCs DMT Mod

    That's normal on multiplayer. Some things in this game are calculated client side and not synced with the server.
  24. xyth

    A19 NPCs DMT Mod

    I updated Hals first post to point to the latest version 1.5.1
  25. xyth

    A19 NPCs DMT Mod

    That bug was fixed in NPC version 1.5 The current version is 1.55 What version are you loading?
×
×
  • Create New...