Starfield
0 of 0

File information

Last updated

Original upload

Created by

HCL

Uploaded by

HCLHCLHCLHCL

Virus scan

Safe to use

Tags for this mod

12 comments

  1. SalazarDrago
    SalazarDrago
    • premium
    • 12 kudos
    Have you found a way to stop the condition that cancels out the void form power when you interact with something? I have been looking myself however I think it is script based.
    1. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
      Yes I did. I think the cancling of void form is because the magic effect of void form (ID: 2C7788) contains a condition that dispel the effect if your action has a keyword (ID: 3E1E5). Maybe overriding the magic effect that remove this condition will do the trick. I will do a bit test and upload the mod. If you know some basic about betheda modding this could also be done easily.
    2. SalazarDrago
      SalazarDrago
      • premium
      • 12 kudos
      I do, so just removing that keyword condition in the magic effect should get rid of it ?
    3. SalazarDrago
      SalazarDrago
      • premium
      • 12 kudos
      Hmm I removed the condition from the magic effect and it did not work. It might be script based.
  2. Skaypeg
    Skaypeg
    • member
    • 0 kudos
    i don't know what i'm doing wrong, but all i get from trying to switch void form or any other powers is message in console "complied script not saved!
    item "number" not found for parameter Magic effect"
    and trying to figure out the loading number order with placeatme command also did nothing
    1. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
          This is probably because the mod load number is not correct. You need to replace all of the "0100" in the hotkey file (for example StarfieldHotkeys.ini) in the [Macros] part with your mod load number of the "HCL_ESM_BasicMod_01.esm". This is troblesome, I am sorry. If you are not sure about the mod load number,  1) start the game first and type “~” and then this command in the console “player.placeatme 01000834”, try to increase the 01000834 to 02000834, 03000834, until it place an gravity well effect on you, that is your load number. 
         Sorry for all these steps.
  3. SalazarDrago
    SalazarDrago
    • premium
    • 12 kudos
    Hi there so I did manage to get this working and it does work great. Just three issues. 

    1. It seems that for anything editing the powers from this mod results in a missing string error in the powers menu.

    2. The animations for powers like star sense and elemental pull uses the projectile throwing animation.

    3. This caused the Earthbound power to disappear for me. Not a big deal as I never use it. But Still pretty serious. 
    1. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
      I am very sorry that's because I forgot to upload the string files, I will correct them now.
    2. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
      I have uploded a new version, which will fix the first issue. But the other isuues are cuased by the "more fantastic star powers" mod's ESM file. I will soon upload a new version for that mod too. I am afraid to fix the the other issues an updation of that mod (only to replace the ESM file) is also necessary.
    3. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
      I have upload an updated version of the more fantastic star powers mod, it will fix the missing earthbound power and the incorrect casting animations. However, not only the ESM file need to be replaced, the hotkey file also need an updation. The correct version is of course uploaded, but if changing the whole file is too troblesome, just need to replace
      AnimSelf=player.playidle HCL_Animation_CastSelf_01
      AnimCast=player.playidle HCL_Animation_CastAim_01
      with
      AnimSelf=player.playidle Human_Root_ArtifactPower_CastSelf
      AnimCast=player.playidle Human_Root_ArtifactPower_CastTarget
      Sorry for the mistakes.
      I have tried to avoid these problems by making the mod standalone, but it seems in starfield even a mod created new spell using the same keyword with a vanilla spell or a new animation refering to the same action with a vanilla animation will still causes problems. Thank you very much to find these issues in time. I will try to avoid these problems.
  4. TheoAllen
    TheoAllen
    • member
    • 6 kudos
    The link to "more fantastic star powers" in the mod description is linked to the "add a new mod" page.
    1. HCLHCLHCLHCL
      HCLHCLHCLHCL
      • member
      • 8 kudos
      I have correct the error. Thank you very much for informing me about that!