Jump to content

xyth

Moderators
  • Posts

    3,037
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by xyth

  1. xyth

    A19 NPCs DMT Mod

    You do see them occasionally at that setting....seemed about right but everyone likes this different. Pushed yet another update to all entity classes to remove all buffs from entities except the archer bandit
  2. xyth

    A19 NPCs DMT Mod

    I updated all the entity mods with that link.
  3. xyth

    A19 NPCs DMT Mod

    Patch modlet is here: https://github.com/7D2D/A17Mods
  4. Added a modlet called Patch_Entity that removes the error caused when entities die with a bleeding buff on them. It "should" also remove the bleeding effect left on the player on respawn, but that was not tested, just should be a nice side effect. That modlet is on my repo and in the mod launcher. I'm not adding it to the index yet until its used a while.
  5. xyth

    A19 NPCs DMT Mod

    Updated the NPCs, bandits and traders to all require a new dependency on a modlet called Patch_Entity, which will fix the error caused when an entity (or player when he respawns, probably) has a bleeding buff on it when it dies. That new modlet should be found with my vanilla modlets on the launcher or in that repo Also updated the bandits to new SDX movement code so they should move better. - - - Updated - - - I updated the versions of all 3 mods, so click on update to get the latest version of all 3 and get that new dependancy
  6. xyth

    A19 NPCs DMT Mod

    Yes, you may need to look under SDX to find them. Watch my tutorial video on loading mods with the launcher, it will show you how to do that.
  7. xyth

    A19 NPCs DMT Mod

    I'll do some testing to confirm...Thanks Bug confirmed. Apparently a vanilla bug that Khaine found a work around for. I will write the xpath patch and upload later today.
  8. xyth

    Ravenhearst Mod

    One of my billboards has a URL option...TVs could too, but that URL has to be configured in Unity just like the directory path used on the TVs.
  9. xyth

    A19 NPCs DMT Mod

    Bandits and wandering traders are compatible with this mod. Bandits should attack npcs on sight. Npcs may attack on sight but will attack back if attacked. Same with the traders, but the traders will shoot bandits on sight. Traders and bandits do not use factions but attack based on entity class. I might change that at some point.
  10. xyth

    A19 NPCs DMT Mod

    I don't see them in the launcher either. I'll see if Sphereii can link those today.
  11. xyth

    A19 NPCs DMT Mod

    Sphereii's SDX code modlets are very flexible and powerful. In testing we only scratched the surface of what's possible. He documented each class which shows how they are used. My NPCs are just samples we used in testing with xml that seems to provide a stable NPC. For example, move the Maslow task before the patrol task and the NPC will often fail to patrol because hes worried about his next meal. So its best to read Sphereiis documentation before changing things.
  12. xyth

    A19 NPCs DMT Mod

    You can just use the defaults as that's what we used during testing. If you only want them to drink beer you wouls make that change in xml. The jars not stacking is an artifact of cow things and will be fixed hopefully today.
  13. xyth

    A19 NPCs DMT Mod

    Sphereii just pushed it to his repo. Try again.
  14. xyth

    A19 NPCs DMT Mod

    NPCs DMT Mod Description This is a mod that introduces dynamic NPC characters into the game by expanding on the CreaturePack Humans. These NPCs require some of Sphereii's DMT scripts, and these dependencies will be enforced upon loading this mod with the mod launcher. Many issues probably exist and we need help testing to make these NPCs work better. This mod adds many new NPCs to the game. Unlike previous NPCs, these can be hired then issued orders to stay, follow, and guard (patrol eat, drink, and looting POIs for you are being reworked, or abandoned). All this is configured in XML. Once hired, you cannot kill them, nor can another hireling or allies in your party hurt them. This blocks friendly fire issues. Non hired NPCs are fair game. They are currently set to spawn in the friendly animal spawn group, but you can change that in xml. You set the patrol route by using invisible patrol blocks. Likely that will need a video to explain. In xml you can set what the NPCs eat and drink, what they use for a toilet and what they defecate (if you turn that on), whats their home block, what they use for a bed, food containers, etc. Take a look at the xml and read the comments. The NPCs are an adaptation of the animals used for another mod, so if you want NPCs to breed and lay eggs, well, that could happen with the right xml. Just don't ask me to help you with that 🙂 Installing The NPC mod is found in the DMT section of the mod launcher or in my repo here: https://github.com/7D2D/A19DMTMods A18 version is here: https://github.com/7D2D/A18DMTMods This is an DMT mod so it must be compiled with DMT, or loaded by the mod launcher. This mod has several dependencies that must be compiled with this mod for it to work properly. These are: <dependency>0-SphereIICore</dependency> <dependency>SphereII NPC Dialog Windows</dependency> Find those dependency mods here: https://github.com/SphereII/SphereII.ModsA19 <dependency>0-CreaturePackHumans</dependency> https://github.com/7D2D/A19Mods A18 version is here https://github.com/7D2D/A18Mods Known Issues This mod has not had much A19 testing and has so much code we expect you to find issues. No training guide. Sphereii posted details on each new script that contains lots of info on your xml options. But if your confused, feel free to ask questions here. Well, except questions about egg laying.... Credits First, thanks to SphereII for creating all the new AI tasks and scripts that make these NPCs possible. Thanks to DarkStarDragon for joining in this project and adding his own NPCs to this mod. And a shout out to Mumpfy who edited the base meshes and retextured several of these new entities.
  15. No diet version. No planned work on this mod anytime soon, if ever. You will eventually find many of the features of Starvation in other large mods like Darkness Falls and Ravenhurst now that there is a lot of new code available to the modders that didn't exist back in A16.
  16. xyth

    sphereii's DMT Mods

    Finally released! Woot!!! Well done Sphereii and thanks to all those who helped us test all this.
  17. I don't know if RavenH might change things (it shouldn't) but the Theater Screen is configured in Unity to read files from a fixed directory path, specifically for video00 it is: file://../Mods/TheaterScreens/Resources/video00.mp4 So if your seeing a video, it has to be coming from that directory.
  18. xyth

    Ravenhearst Mod

    I think when I made the radios I increased it to 12. I can move that over to one or more of the video modlets. Risk is folks adding too many large videos and eating up their RAM.
  19. xyth

    Ravenhearst Mod

    I can make it play as many videos as Jax needs. Also @Jax, the wandering traders work well now if you update sphereiis wandering trader code.
  20. Very nice. There is an incoming Sphereii SDX fix for the entities clipping into walls like this one does in the video. Lets you expand the base collider to fit the oversized and tiny entities. It works well.
  21. The issue is the size of the video files. Each of those mods load the same video files as they are just placeholder videos. The intention is that the host will replace those with new .mp4 files. In your case Id start with just one mod, then see if that loads. Then change the .mp4 files to one of your liking. if that works, you might try adding a second mod. Its unlikely all 4 will run on a server at once unless you have lots of memory. One the billboard, try the basic one that doesn't use video.
  22. That's the only one I added that to. The problem is the URL has to be hardcoded in Unity onto the model. Might be a way to make that read in by xml but then that would be an sdx mod.
  23. You can load them easily using the mod launcher or using Nexus Vortex. If you want to download the files and install manually you can clone the repo or save it as a zip file.
×
×
  • Create New...