0 of 0

File information

Last updated

Original upload

Created by

Elefay

Uploaded by

Elefay

Virus scan

Safe to use

40 comments

  1. Elefay
    Elefay
    • premium
    • 25 kudos
    Locked
    Sticky
    This mod is now part of Better Caster Progression.
  2. Pry0Cy
    Pry0Cy
    • member
    • 0 kudos
    hello! i love how the mod looks, and i really wanna use it! but i cannot find any comments or descriptions that tell me if i can actually control the animated spore servant or not, if i have script extender..?
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      It behaves like Dominate Person. They're friendly and fight for you, but they can't be directly controlled. I think Cord118 was going to try to figure out how to make them work like followers.
  3. Cord118
    Cord118
    • member
    • 0 kudos
    I know you have said that without script extender you couldn't change the mod to be able to make the raised creatures followers, like gluts are. How would I go about doing that? I would like to be able to essentially copy gluts spores, and be able to take my creature from act to act just like other followers. 
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      I'm not familiar with the API, but I assume there's a flag or something you can set.

      The script might look something like this:

      1. Listen for spell cast events with that spell ID.
      2. Identify the caster and target.
      3. Tag the target as a summon under control of the caster.

      You could also look at this mod:

      https://www.nexusmods.com/baldursgate3/mods/3003

      If you work it out, I encourage you to publish your version.
  4. madmaxxxxxxs
    madmaxxxxxxs
    • member
    • 0 kudos
    Is there a way to remove the one at a time limit in the code
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      Not easily. I think it's scripted.
  5. xnotx
    xnotx
    • supporter
    • 0 kudos
    Please add this as a scroll a wizard can learn, and hide it around mycodin's questlines... example: Glut's reward for making him the circle's leader. make it level 4 or 5 so it would be more balanced or wtv or not :) just an idea.
  6. AnimatingSpores
    AnimatingSpores
    • member
    • 0 kudos
    I really, really enjoyed the mod! I've been searching for a good one for quite some time until I stumbled upon yours. I have a suggestion: wouldn't it be possible to add the reanimations as summons that can be controlled and accompany you in all areas and teleports, just like Glut himself does?

    Once again, thank you so much for your hard work!
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      Hey :) I'm glad you're enjoying it. Honestly, I don't know. Glut's version seems to have some scripted elements that I don't know how to replicate without Script Extender.
    2. AnimatingSpores
      AnimatingSpores
      • member
      • 0 kudos
      Firstly, once again, thank you! I got it. Any updates, please share with us!






  7. WitchAmy
    WitchAmy
    • member
    • 1 kudos
    I'd kill for a version that allows to animate any creature, no matter its type 


    (pretty please 🥺)
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      I feel like that could have some unforeseen consequences, but if you want to make your own version, all you have to do is change the TargetConditions line for both spells.

      Old

      data "TargetConditions" "Dead() and not Party() and not Tagged('BLOCK_RESURRECTION') and (Tagged('BEAST') or Tagged('GIANT') or Tagged('HUMANOID') or Tagged('MONSTROSITY') or Tagged('UNDEAD'))"

      New

      data "TargetConditions" "Dead() and not Party() and not Tagged('BLOCK_RESURRECTION')"
    2. WitchAmy
      WitchAmy
      • member
      • 1 kudos
      Sadly this is just black magic for me and I have zero idea what are you trying to tell me :T
    3. Elefay
      Elefay
      • premium
      • 25 kudos
      If you want to learn, I can point you toward some beginner-friendly resources. I just don't do multiple versions as a rule.
    4. WitchAmy
      WitchAmy
      • member
      • 1 kudos
      you could try but idk if that will help. I've tried learning coding in the past but it seems like its just not for me :/

      Also fair enough for the last part, appreciate the reply anyway <3
  8. Nick1012
    Nick1012
    • member
    • 0 kudos
    Will you make it able to have both animating spores and fungal infestation?
  9. TinyTerror12
    TinyTerror12
    • member
    • 0 kudos
    The enemies I rez, I cannot control. They do follow my character but they don't appear in the character pane.

    The bulette (for example) isn't controllable so I can't leap him up any cliffs meaning he gets stuck everywhere :(
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      It works like Dominate Person, which is unfortunately the best I can do without Script Extender.
  10. Droitzel
    Droitzel
    • premium
    • 0 kudos
    So this mod is resurrecting them properly... but as beings not under your control. So you're kinda burning resources for nothing, as they won't follow you even when charmed. If they were enemies to begin with, then they are still treated as enemies codewise, with their names being red. Charm can turn them green for a bit, but that doesn't make them follow you, either.
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      There's probably a mod conflict. In my testing, it works like a hybrid of animate dead + dominate person, which is the intended behavior.
  11. francescoaudino19
    francescoaudino19
    • supporter
    • 0 kudos
    Hi i have downloaded the mod but it seems it doesn t work. i use fungal infestation but it spawn a generic humanoid with 9 hp. could you help me? maybe there is some incompatibility?
    1. Elefay
      Elefay
      • premium
      • 25 kudos
      Do you have other mods that might be affecting it? This mod fully replaces Fungal Infestation with Animating Spores.
    2. francescoaudino19
      francescoaudino19
      • supporter
      • 0 kudos
      Hi thanks for the reply, i m using animate dead plus plus. Maybe it s incompatibile?
      thanks 
    3. Elefay
      Elefay
      • premium
      • 25 kudos
      Maybe? It says it does something with Fungal Infestation, but it's not clear what. Is this mod lower in your load order?