GreedFall
0 of 0

File information

Last updated

Original upload

Created by

SEED3733

Uploaded by

SEED3733

Virus scan

Safe to use

Tags for this mod

30 comments

  1. orets
    orets
    • member
    • 0 kudos
    Useful info to get the mod working with the DLC and avoid the invisible armor bug (common among mods modifying the "items_autogen_equipements.sli" file):

    1. There are two similar "items_autogen_equipements.sli"  files in the game data, one in "data\items\items_autogen" and the second in "data_patch\items\items_autogen". The first one is missing some items, which may be the reason for the issues.
    2. To find the correct file, go to the "Greedfall\packs" folder and extract (somewhere else!) the "data_patch.spk" file (7zip works fine). The file is in "data_patch\items\items_autogen".
    2. That file should be modified accordingly (i.e. find and replace "WEAPON_MAINHAND_MANACOST" value="50" with "WEAPON_MAINHAND_MANACOST" value="50" or whatever value you like). If you are merging with other mods using the same file, it should be easy to compare the original .sli file with the modded ones and again edit accordingly.
    3. Remember to correct the first line in the file as following, otherwise nothing works:
    <?xml version="1.1" encoding="utf-8"?>
    4. Enjoy!
  2. ackemclovin
    ackemclovin
    • member
    • 0 kudos
    Hello everyone, this mod didn't work for me because I'm using "Better Legendary Items + Slots for every weapon" which uses "items_autogen_equipements.sli".
    NoManaCost mod also use that file so the conflict ends up disabling this mod.
    The workaround i found was to instead edit the "items_autogen_equipements.sli" from the other mod by replacing all "WEAPON_MAINHAND_MANACOST" value="50" with "WEAPON_MAINHAND_MANACOST" value="0"

    I hope this can help someone else :)
    1. MolokoNoir
      MolokoNoir
      • premium
      • 0 kudos
      Thanks a lot!
    2. nosalu01
      nosalu01
      • member
      • 0 kudos
      ty bro! 
  3. nenoro
    nenoro
    • member
    • 0 kudos
    hello

    So i have tested and yes it doesn't work except i have edited 
    <?xml version="1.0" encoding="utf-8"?>
    by
    <?xml version="1.1" encoding="utf-8"?>

    and it works even i have lot of useful mods and it's weird it's the only file where you have to upgrade to 1.1 instead downgrade
  4. vladimirmiralles
    vladimirmiralles
    • member
    • 0 kudos
    Hi this mod doesn't work with other mods that modify the same SLI file is there a fix?
    1. fufuslav
      fufuslav
      • member
      • 0 kudos
      Copy paste the section author editted in this mod into another mods file of the same name at the same corresponding lines. Use notepad++ or other text editors
  5. Gelflin
    Gelflin
    • member
    • 1 kudos
    I had this mod working fine... then I started the DLC quest and it is causing Aurelia to have the floating head invisible hat/clothes issue... does anyone perhaps know a way to fix it?
    1. Darcyen
      Darcyen
      • member
      • 1 kudos
      Do you have any other mods installed?
    2. Gelflin
      Gelflin
      • member
      • 1 kudos
      I did have other mods installed and I went through systematically trying to figure out conflicts, but I can remove all mods except this one and still have the problem so I have just had to remove this mod.
  6. Stronglav
    Stronglav
    • supporter
    • 8 kudos
    Mana mana
    1. Piedras
      Piedras
      • member
      • 0 kudos
      no work, no?
  7. CaptRavenous
    CaptRavenous
    • member
    • 0 kudos
    Any chance you could post the changes you made to the "items_autogen_equipements.sli" file so we can get your mod working with other mods that change the same file?
  8. iWizzy
    iWizzy
    • supporter
    • 0 kudos
    As a heads up: the mod creates another datalocal folder inside your datalocal so just be sure to get the mod folder only (NoManaCost) and place that one in the already created DataLocal folder. Also going for 0 apparently does not work in the last update so what you want to do is open the fileitems_autogen_equipements.sli with notepad++ and then search for type="WEAPON_MAINHAND_MANACOST" value="0" make sure that at the beginning of those lines you have type="WEAPONRING" and modify the 0 to 1 on those lines (they are 25 lines)
    1. LoonaShadow
      LoonaShadow
      • member
      • 70 kudos
      basically it should look like this?

      "WEAPONRING_MAINHAND_MANACOST" value="1"

      EDIT: you only need to change the value="0" to value="1" just after type="WEAPON_MAINHAND_MANACOST" just found that out lol (basically the 'value' is the only thing ya need to touch!)
  9. seraphm1
    seraphm1
    • member
    • 0 kudos
    I have extracted the file into D:\Games\Steam\steamapps\common\GreedFall\datalocal and it doesn't seem to work. Rings still take magic away as before.
  10. NICENITI
    NICENITI
    • supporter
    • 0 kudos
    Dude, thanks for such a good mod. However, because of 10/2 patch, this mod seems to doesn't work anymore. Could you please update it?
    1. FoxBatius2
      FoxBatius2
      • member
      • 0 kudos
      I modified it from the original cost of 50 to 10 in a text editor. Still worked. Maybe you can try with 1?