Jump to content

xyth

Moderators
  • Posts

    3,046
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by xyth

  1. Generally that means when you updated the project, a script is bad and if any one script in a project fails it blocks all scripts. Check the Unity console, find the bad script and delete it.
  2. Pushed an update to the SteelBars modlet. Rewtgr redid the xml, much improved now.
  3. Could you not mount it on a wedge block?
  4. Yeah, a full movie is likely more than unity can load
  5. As an update, TFP has made HUGE changes to the code underpinning Characters. Everything works, but several things do not work well. As of B157: Animals work well, most mechs work well, Humans using the Bandit code (need to turn off trader protection) work well. However, Zombies and normal class Humans have attack sync issues that make then unplayable (IMO) In the NPC modlet we can add code to fix the issues, and those are working, but things keep changing so I will not update this mod until TFP stops making core changes to entities.
  6. Unless you changed something, they will only attack members of their own class (The property class, not what they are named) if hurt by that member of their class.
  7. Added A19 version to repo.
  8. xyth

    A19 NPCs DMT Mod

    I think the sync issue is due to TFP adding new animation events for the attack initiation sound (swoosh) and the hit sound. Since those are scripted events, we cant use them. I have not figured out a work around for vanilla that wont cause different issue, yet. Since footsteps are animation events, Sphereii was able to replace that with code, so NPCs can have footstep sounds. If needed we can do something similar for hit sounds. Anyway, I will look into Humans and NPCs soon and see if they have these zombie issues.
  9. xyth

    A19 NPCs DMT Mod

    The only issue, and its a big one, is getting zombies to land attacks correctly. Right now crawlers and spiders never hit, and with some adjusting walkers only hit 80% of the time. Even on those the sync of the hit is way off and conventional adjustments are not working. Its likely this can be sorted with code for NPCs, but vanilla zombies may be a problem. I have not tested human characters yet. The animals and mechs are fine, as those seems to work as expected. Vanilla zombies have some issues so perhaps this bug will magically go away in the next experimental update.
  10. xyth

    A19 NPCs DMT Mod

    Sorry, just saw that. Your log is full of errors saying it cannot find the code loaded by the Core. The core is loading though. Not sure whats happening with your install. Maybe ask Sphereii, as it might be a pathing error in the launcher.
  11. xyth

    A19 NPCs DMT Mod

    A testing version (limited characters, current DMT code base) based on the experimental drop will likely be pushed within the week assuming I can resolve the significant issues in the A19 build.
  12. xyth

    A19 NPCs DMT Mod

    The issue on aiming is a known issue and hundreds of hours went into finding a creative non-code solution, but in the end that cannot be improved on in A18. The NPC characters have code that fixes that. The bandit class also fixes it but that class will NRE when it enters a trader area. DF characters dont move so he can use that bandit class and he also turns off trader area protection that solves that issue. Again, if your loading all the dependencies it should work without error. If you link a log, we might know whats going on, otherwise we cant help.
  13. xyth

    A19 NPCs DMT Mod

    CreaturePack characters cannot be interacted with, only NPC pack characters can. Npc pack has 3 dependancy mods that also must be loaded or you will get those errors. Vanilla ranged characters do not turn towards targets before shooting, and that cannot be fixed. NPC ranged characters are very accurate though. If you need help finding errors, we need to see your log files to understand whats going wrong.
  14. Harley is no longer a bandit if she uses the survivor template. Survivors attack bandits, and bandits attack survivors. The character name is meaningless, its the class property that determines what type of character it is, and then that class is referenced in the AI target properties.
  15. xyth

    A19 NPCs DMT Mod

    No harm playing with it now as the initial A19 version will be almost the same but will incorporate the A19 vanilla entity changes. I think there will be some additional fixes like guard and ranged characters should keep distance better.
  16. Survivors wont attack the player unless attacked. In vanilla creaturepacks, what each class each class attacks is configured in the AITasks. In the NPC addon, its faction based attacking.
  17. The creature packs are intended to be a resource mod; one where you can adjust things easily to fit your needs. If you want Harley to be a survivor rather than a bandit, you just need to make a small edit to the entityclasses.xml file. For example, BanditHarley has this line: <entity_class name="humanHarleyBandit" extends="humanMeleeMaleBanditTemplate"> To make Harley a survivor, you would change that line to: <entity_class name="humanHarleyBandit" extends="humanMaleSurvivorTemplate"> Have fun.
  18. It is not intentional. We don't remove any vanilla zombies, so not sure whats going on in your case.
  19. What makes him invulnerable is the NPCID property that enables the trader functionality. You could try backing up the game save then remove that property from the trader then you should be able to kill him, but it may 1. corrupt the game save (hence the backup) and 2. will disable all other custom traders. Once hes killed, put the property back and restart, but keep that backup savegame handy cause it might corrupt on restarting that version.
  20. No idea on that one. Likely there is a console command to remove it if you know the entityid number.
  21. delete or edit the blockplaceholders.xml file from the mod.
  22. Not for A18. The sound roll off effect (gets quieter as you move away) was broken in A18 and i found it annoying. Hopefully will be fixed in A19 which uses a different version of Unity.
  23. xyth

    A19 NPCs DMT Mod

    Some characters in the characterpackHumans were never added to the NPCPack, just cause I am disorganized and somewhat lazy about completeness. Ive never gotten around to testing the pathing blocks for the same reasons. This mod is bigger than the few working on it, and right now the A18.4 version is featurelocked.
×
×
  • Create New...