0 of 0

File information

Last updated

Original upload

Created by

Aoi Jack

Uploaded by

pablot

Virus scan

Safe to use

Tags for this mod

24 comments

  1. MrDGrim
    MrDGrim
    • premium
    • 4 kudos
    https://www.nexusmods.com/greedfall/mods/160/

    made one myself that works with the latest version and dlc. 
  2. TheDoctorFat
    TheDoctorFat
    • member
    • 5 kudos
    Does the mod still work? I've edited the sli to be for version 1.1, but it still doesn't work, I can't upgrade the Alchemist's Sword
  3. Noviathan
    Noviathan
    • premium
    • 10 kudos
    Would love to see a mod where you can remove gloves. You can remove hats but i wanna remove my gloves
  4. carbondz2010
    carbondz2010
    • member
    • 74 kudos
    Well can you teach me how to mod this game, like tools to mod this game? or else?
  5. abysspect
    abysspect
    • member
    • 0 kudos
    Do you think you could do a version of this mod for armour? Would love to use items like the Old Leather Cape and stuff and still have upgrade options for them.
  6. ferreiro90
    ferreiro90
    • member
    • 0 kudos
    would love to see a version of this that doesn't have the clipping...all in all awesome mod definitely using it for my playthrough!
    1. wiseharmd
      wiseharmd
      • member
      • 0 kudos
      what clipping?
  7. kaiserxkai
    kaiserxkai
    • member
    • 0 kudos
    Any idea if any of the 'stats' belonging to items can be applied to any upgrades as well?

    For instance the Necklace and Amulet's MP/HP regeneration, can be worn on other parts of the gear as upgrades for your armor/footwear/handwear/hat
  8. condedrako
    condedrako
    • member
    • 1 kudos
    Hi, I noticed that there are one 1hs (wea_1hs_22_unique) and two 2hm (wea_2hm_22c and wea_2hm_23c) weapons that have the body upgrades instead of the upgrades for their type, making the game to crash when you try to upgrade them.

    Until fixed, you can just edit the file and change the values on those three weapons.
    1. Oikalyptuzz
      Oikalyptuzz
      • member
      • 0 kudos
      Could you please tell us which value to change? I don't get it by looking at the file itself.
      Thanks ;)
    2. pablot
      pablot
      • supporter
      • 9 kudos
      Just fixed it, new file in the download tab.
  9. euph
    euph
    • premium
    • 31 kudos
    Hello, I would like to put up a merge of your mod with "Equipment No Requirements" and I would like to know if I have your permission to do so, thanks.

    Edit: I already have permission from rufus696 to post the mod. I hope I can get your permission as well. Both mods and authors will be credited and the mods linked as is required.
    1. pablot
      pablot
      • supporter
      • 9 kudos
      Sure
  10. Kkaras
    Kkaras
    • member
    • 7 kudos
    Are you planning to make a version for armor as well? There are some armor pieces that don't have slots. They're not as common but even so it would be nice.

    EDIT: Just installed the mod and loaded the game.

    There is some garbled code (I don't fault the maker of the mod, its new, so there are bound to be issues)

    Rings get 3 slots, the same 3 slots that body armor has.
    Gloves get the the same 3 slots as body armor (goldsmith gloves, hunting gloves are two I can confirm)

    I'm checking other items I have now, so I'll update this (for the creator) so he can look at the code (hey, he made this so he knows it better than I do!)

    But its progress at least!

    EDIT 2: I found the problem. It took some careful reading, but there is a bit called <craftsettings> for each piece of gear.

    For Rapier for example it is "craftSettings_1hs"

    So for Gloves without slots it'd need the appropriate name, but he's having it reference the craft settings for ARMOR and not GLOVES. Same rule with boots.

    The other armor pieces don't even show up in crafting, so I doubt you could mod them to have slots.
    So for armor its body, glove, boot.
    For weapons its everything EXCEPT for Rings.

    Pablot, I'm not faulting you when you see this. It was an easy mistake to make and its a LOT of careful reading and you could miss things. Weapons are fine, except rings that don't have ANY slots at all. Clipping, yes, but you straight up said that'd happen. But rings don't even have a "crafting" slot, so there's nothing you can do for Rings really.
    1. BaronBeefBowl
      BaronBeefBowl
      • member
      • 0 kudos
      I'd definitely appreciate this myself, though I have no idea how to do it. Been looking through the files and I have no idea what determines whether stuff can be added or not.
    2. BaronBeefBowl
      BaronBeefBowl
      • member
      • 0 kudos
      I've been working on it myself, by copying info from armour I know I can modify to ones I want to, and it seems that whilst I can craft stuff for the item now, those things are invisible. So it's relevant for stats, but not appearance.
    3. Kkaras
      Kkaras
      • member
      • 7 kudos
      Ok, I opened the original file.

      Here's how to fix it (until the guy who created this mod comes back)

      Do a search for this

      <craftSettings><includeChildNodes>

      RIGHT after that is what you need to inject or modify.

      RINGS have no craftSettings so they can't have slots added. SO adding anything there is going to create potential issues.
      HELMETS, CAPES and NECKLACES can't even be crafted, so adding anything there is a waste of time.

      BOOTS have slots, so for them what needs to be there is craftSettings_boo

      GLOVES have slots, so for them what needs to be there is craftSettings_han

      Now I don't know if its case sensitive, but I copy pasted the exact text from the original extract file.

      EDIT: Just fixed his file, replacing the craftsettings_bod for boots and gloves with craftsettings_boo and craftsettings_han. Just loaded the game. Goldsmith gloves has one slot, just like all other gloves. Adding a mod gives the effects, but the visuals of the armor remains the same (least it did for the goldsmith gloves anyway). So you probably COULD have mods on rings, but it may create issues.
    4. BaronBeefBowl
      BaronBeefBowl
      • member
      • 0 kudos
      When messing with armour I noticed that myself, in that the brown long coat item (that I made an endgame item) doesn't show the parts you add to it. It does add to the stats however. So I can confirm that it seems appearance-wise, you can't upgrade gear irrelevant to modding, unless (hopefully) we're missing something.
    5. pablot
      pablot
      • supporter
      • 9 kudos
      Thanks for the tips, I'll try to fix when possible.

      EDIT: Just uploaded a new version with fixes.
    6. Kkaras
      Kkaras
      • member
      • 7 kudos
      That's cool. I'm glad my information was useful. The "code" for each item was extremely complex and it took me like 5-10 minutes to break one line down into a readable format. So, I did some digging and figured things out. I made sure I was detailed in how to fix things.

      Maybe in time we'll figure out how to 'upgrade' rings, helmets, necklaces and capes properly via some serious modding. But for now, at least we have slots on all weapons (sans rings, safely, though it probably won't break anything, I'm not taking any chances), boots, gloves and of course armor.

      Of course I did give you an endorsement, because without your mod, I probably never would have found this file and started experimenting.
    7. k1nt4ro
      k1nt4ro
      • premium
      • 13 kudos
      Yeah don't try to upgrade rings the game will crash when loading the save.

      Other than that great mod, endorsed ;)