0 of 0

File information

Last updated

Original upload

Created by

Doppler Ganger

Uploaded by

DopplerGanger

Virus scan

Safe to use

54 comments

  1. StreamingUnit
    StreamingUnit
    • premium
    • 2 kudos
    Locked
    Sticky
    Hi running into some issues with the Mod, I have it loaded before the Community Framework but it's doing nothing, the feats be the from the base game or other mods are completely unmodified, I'm using Feats Expanded but no matter the order I put them in I'm getting no changes anything you can suggest?
    1. DopplerGanger
      DopplerGanger
      • premium
      • 3 kudos
      Okay, first do you have all the dependencies downloaded?
      My mod relies on the Script extender and CompatibilityFramework mods but they also have dependencies.
      Your load order should look something like this with them all:
      ModFixer
      CommunityLibrary
      ...
      FeatAndASI
      ...
      CompatibilityFramework.

      The script extender itself is a .dll placed into the games' base folder so it wont show up in the load order.
      Let me know if this helps!
    2. StreamingUnit
      StreamingUnit
      • premium
      • 2 kudos
      Got All the Dependancies but based on what you are saying I need it Between Community Libary and Compability which I didn't have my load order is (I've excluded Mod Fixer becuase it's an Override and doesn't appear in the load order)
      FeatAndASI
      CommunityLibrary
      CompatibilityFramework
    3. DopplerGanger
      DopplerGanger
      • premium
      • 3 kudos

      I've sent you a pm.
  2. Saraiguma
    Saraiguma
    • member
    • 0 kudos
    this still works for me post patch 8, thanks for the wonderful and useful mod
  3. kostresa
    kostresa
    • supporter
    • 2 kudos
    While the premade ones didn't seem to work, the config version worked
  4. zzzzax
    zzzzax
    • member
    • 0 kudos
    I tried both of the below and game got hung up when doing level up.  Is this supposed to work?

    FAA_ASI_AMM=-1
    FAA_ASI_AMM=0
  5. Montiac
    Montiac
    • member
    • 0 kudos
    Add please an config option where you can specify what asi a feat could add
    In the FAA_config file to set options using uuid of the feat you want to change and what asi it could give
    Like
    "uuid" - agility, strength
    So a certain feat is overwrited to give the choice only between agility and strength
  6. AzraelTheSorrowful
    AzraelTheSorrowful
    • premium
    • 5 kudos
    Mod works perfectly fine on patch 7 for me.
  7. Nick1012
    Nick1012
    • member
    • 0 kudos
    This mod is outdated.
  8. Ejac4077
    Ejac4077
    • premium
    • 0 kudos
    Doesn't work for me on patch 7
  9. sabrio204
    sabrio204
    • premium
    • 56 kudos
    Hi, would it be possible to have make this ignore a specific feat ? Specificall the Dummy Feat mod
    1. CaptainFrost176
      CaptainFrost176
      • supporter
      • 0 kudos
      Not the original mod author, but I believe it should be somewhat easy to throw in. Assuming that the UUID of the Dummy Feat is "201712ea-5e8b-4822-bdb2-0adfaf3bf54b", (you can double check this by extracting the .pak file for the dummy feat mod in the same way as for this mod)  then all you should need to do is add the following few lines of code into the into the Mods/FeatsAndAsi/ScriptExtender/Lua/BoostrapClient.lua file.

      Put this at the top of the BoostrapCient.lua file:
      local DUMMY_FEAT = "201712ea-5e8b-4822-bdb2-0adfaf3bf54b" -- should be Dummy Feat mod uuid

      Put this right after line 150:
                  -- Check if the feat is "dummy" feat added by the "Dummy Feat" Mod
                  -- Keeps it unchanged.
                  if uuid ==  DUMMY_FEAT then
                      goto __continue0__
                  end

      This works for me as of the time of writing.
    2. Giowno
      Giowno
      • member
      • 0 kudos
      I've been digging into the lua file to try to replicate this, can you help me achieve this same thing but with "PassiveAbilityIncrease", I need that one to be ignored
  10. Giowno
    Giowno
    • member
    • 0 kudos
    I reached max stats with every category. is there a way to disable this, I'm unable to level up. Disabling this crashes the game upon clicking level up. If there is not, a way to instead turn the feature off.
    1. Giowno
      Giowno
      • member
      • 0 kudos
      Never mind, literacy in 2024. I can most likely just change it using the config app.
    2. Giowno
      Giowno
      • member
      • 0 kudos
      Been trying I don't think it's possible to uninstall this mod are negate it's effect using the config file.
  11. missnuriko04
    missnuriko04
    • member
    • 0 kudos
    For some reason this doesn't work for me. I have the eladrin mod as well as faster xp, extra feats and bladesinger. I also tested it though on a companion just in case it has something to do with my main character being affected by any of the other mods. It doesn't work on Astarion either. Its at the top of the list too so not sure what to do. Downloaded different versions too.