Jump to content

kiyokundio25

Members
  • Posts

    7
  • Joined

Posts posted by kiyokundio25

  1. Pest is one of the few remaining Gen2 entities. They will be replaced soon. The newest releases of the core, as it relates to the NPC characters, is targeting Gen3.

     

    Aight cool, thanks for the update!

  2. Just a reminder: There is no code in the NPC modlet. The behaviors you describe all come from the 0-SphereIICore Code. Make sure you have the latest Core loaded as well.

     

    That said, SphereII is coding the next generation of AI behaviors, so the shortcomings of the coming version will be improved in the future builds.

     

    Okay my bad, i didn't test fully.

     

    With latest everything manually downloaded from github, there is no issues AS LONG AS hired npc are not PEST.

     

    My previous game i only hired pest npc on purpose and only they give problems. i think its a problem with melee npcs.

  3. Have you changed something since the installation of the mod? If you have, that may be the reason why teleport stopped working. What you're describing here reminds me of earlier SDX versions of the mod in which the hired NPCs were pretty stubborn and refused to follow the player until their target was dead. Assuming there wasn't any recent update which changed the behavior, the last version should work as expected.

     

    Er... I'm using whatever 7d2dmodlauncher gave.

     

    All downloaded at 10/2/2020 12.13pm

     

    I only changed what i showed at xml copy/paste. You're correct in a way that i did not encounter this issue before. its all after the problem of npc fall damage. still happening and nothing i can do about it but babysit them. hmm.

     

    I deleted

    <property name="AITarget-3" value="SetAsTargetNearestEnemySDX, Mods" data="class=Entity,3"/>

     

    As a temporary fix.

     

    --------------------------------------

     

    I redownloaded xyth npc from mod launcher and deleted all related previous mods. testing now. only changed npc spawn rate.

     

    Yeah. its happening with the latest version. gonna see if its possible to use an old version of the mods.

  4. @xyth

     

    I noticed that if i'm driving and passing by zombies, the hired npc ai will attack them.

     

    And for some reason, the "Auto-teleporting to me if im far away for them" stop working.

     

    They will only teleport to me if their intended target is dead.

     

    Sometimes they would target zombies in buildings im passing by and most buildings are bloackaded so they will be hitting walls. And if i dont stop and kill the zombies, the ai will never teleport back to me and its difficult to find where they are at after.

     

    Somehow is it possible to teleport hired ai to me that are following me no matter what?

     

    Because of this, if i hire like 10 ai, all 10 of them will "Disappear" When im driving. AND WILL NEVER COME BACK. They can still be found at well...wherever the hell their "target" zombies are. Even after the zombies are dead, they will wander around the area until i talk to them and ask them to follow me again.

     

    I Changed:

    Blocks.xml

    <!-- Buff to keep the NPCs close by. thenumber in the ( ) is the range -->

    <property name="ActiveRadiusEffects" value="buffHomePoint(3)"/>

    entityclasses.xml

    <property name="SightRange" value="3"/>

    <property name="AttackIndexes" value="3" />

    <property name="AIPathCostScale" value=".9, 1"/>

    <property name="AITask-1" value="BreakBlock"/>

    <property name="AITask-2" value="Territorial"/>

    <property name="AITask-3" value="ApproachAndAttackSDX, Mods" data="class=Entity,0" />

    <property name="AITask-4" value="ApproachAndFollowTargetSDX, Mods" data="incentives=Leader"/>

    <property name="AITask-5" value="PatrolSDX, Mods"/>

    <property name="AITask-6" value="MaslowLevel1SDX, Mods"/>

    <property name="AITask-7" value="Look"/>

    <property name="AITask-8" value="WanderSDX, Mods"/>

    <property name="AITask-9" value="" />

    <property name="AITarget-1" value="SetAsTargetIfHurtSDX, Mods" data="class=Entity"/>

    <property name="AITarget-2" value="SetAsTargetIfLeaderAttackedSDX, Mods" data="class=Entity"/>

    <property name="AITarget-3" value="SetAsTargetNearestEnemySDX, Mods" data="class=Entity,3"/>

     

    I don't know what im doing though

  5. The damage might be coming as a result of the teleport code in the Core, SphereII will evaluate. I also pushed a fix so the NurseNPC has the correct mesh.

     

    Aight thanks!

×
×
  • Create New...