0 of 0

File information

Last updated

Original upload

Created by

Drake0713

Uploaded by

Drake0713

Virus scan

Safe to use

489 comments

  1. Drake0713
    Drake0713
    • premium
    • 120 kudos
    Locked
    Sticky
    A note on PAK vs loose files versions:

    I personally think the loose file version is the better one; if what I was told about loose files being loaded BEFORE pak mods is true then this format guarantees that my mod is loaded before other pak mods which is exactly how this mod should be loaded - first.  This allows the best compatibility with pak mods... and complete and total incompatibility with any other loose file mod with a TreasureTable.txt in it, at least without manual merging.
    Loose file format does make the launcher annoying tho; sometimes the launcher will refuse to launch the game when it detects loose files.  I was able to bypass this behavior by completely closing Steam and launching the game directly from the exe in the game's bin folder, but that would disable achievements >.>
    Oh! Adding this line to your Steam Launch Options is a fantastic life hack:
    --skip-launcher
    The PAK versions are completely filled with dirty edits (ITMs if you know that acronym) it's something I need to work on, but as long as they are loaded before all other pak mods it shouldn't be any less compatible than the loose file versions.  If it is loaded AFTER anything else tho... it almost certainly will break any other mod with a TreasureTable.txt in it.

    EDIT: My opinion on the loose file format is shifting; PAK format does seem to be the overall better option just so long as BetterLoot is always loaded before other mods.

    Change Log:

    • Added items to the hard-coded empty containers by popular demand, but with options for personal preference
    • Reverted quest gold reward level limits being removed - trying not to be TOO unbalanced, and it makes sense from an RP perspective
    • Removed normally overwritten code segments and reverted the merged file portions I'd made based on overwritten code
    • Other small changes; enabled candles in the candle bundle, reverted a minor change from when I thought certain alchemy loot tables were actually empty, weighted certain rare alchemy ingredients a tad heavier for chance to appear, etc
    • Incorporated Official Patch changes into all versions now
    • Applied BetterLoot Methodology to the Gustav TreasureTables
    • Tore out the vast majority of junk item calls, apart from those where the choice was between junk and NOTHING at all
    • Slightly reduced the chance of tier 6 scrolls spawning
    • Re-enabled a couple of cut-content items like Sarevok's armor and Flaming Fist items (let me know if that causes issues)
    • Also corrects some typos the devs haven't found/addressed yet eg "I_I_CONS_FOOD_Vegetable_Carrot" and "I_I_WPN_Torch"
    • Incorporated (MOST) Official Patch3 changes into all versions; I did NOT make the change which looks like it'd turn 4 Uniques into cut-content
    • Slightly rebalanced drop chances; previously if there were eg 1 chance for lesser gold, 1 chance for greater gold and X chances for other things - I just removed the lesser gold line, but did not add that removed drop chance to the greater gold line which would relatively
      increase the odds of those other things dropping.  In v2.3 I added the removed drop chance to the remaining drop chance to maintain a loot distribution closer to the vanilla eg new version has 2 chances at the greater gold drop instead of just the 1 chance in the above example.
    • Fixed another typo from the devs: "I_Supply_Scrolls_Healing_Single" instead of the intended "T_Supply_Scrolls_Healing_Single"
    • Removed lower value clothing which could take the place of higher value clothing.
    • Finally released that Level Restricted version people wanted
    • Items which would otherwise be removed past certain levels are now a bit rarer - specifically Hide Armor, Ringmail, and some low lvl poisons
    • Added back in some table calls which appear empty but might could be defined somewhere not visible to me; worst case it just adds a couple Empty table calls to a couple of merchants, but does not remove anything either way
    • Removed 2nd source of the unique item: Gloves of Uninhibited Kushigo, which the mod had introduced but shouldn't have
    • Hotfix to [new subtable "-1"] implementation causing some items to have 50% or less drop chances instead of the intended 100%
    • Also updated some of the mod meta data; eg correct version numbers
    • Forwarded Patch 4's single change: adding extra gold to one vendor
    • Incorporated Patch 5's changes except for leaving the Magic Butler Hat accessible
    Future Goals:

    • Strip out all the ITMs from the pak version, hopefully without breaking something... eh, or maybe not
    Unreleased Changes:

    • Only change to TreasureTables in Patch 6 is they nerfed the loot from the tutorial cambions
    • Considering forcing loot diversity where it wouldn't alter the "average" loot result
  2. Drake0713
    Drake0713
    • premium
    • 120 kudos
    Locked
    Sticky
    If BetterLoot is loaded AFTER anything else tho... it almost certainly will break any other mod with a TreasureTable.txt in it.
    Load order (which can be read with any text editor, eg Notepad) is defined by:
    C:\Users\NAME\AppData\Local\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public\modsettings.lsx

    Standard troubleshooting instructions: (copied from Tutorial Chest Summoning)

    • Close the game and whichever mod manager you're using.
    • Delete modsettings.lsx from your Public profile folder.
    • Launch the game from Steam / GOG (this will make it recreate a clean modsettings file.)
    • Close the game.
    • If you were using BG3 Mod Manager, delete its folder.
    • Install the latest version of BG3 Mod Manager.
    • Use BG3 Mod manager to install the latest version of the mods you intend to use (File -> "Import Mod...")
    • Drag the mods to the left side of the window to activate them.
    • Move/place BetterLoot.pak (Base Mod) FIRST in the list. 
    • (Optional) Move/place BetterLootLR.pak SECOND and BetterLoot100.pak THIRD (can use just one or the other, both are not required)
    • Save the mod list. (Ctrl-S)
    • Double check that the only thing being loaded before this mod in modsettings.lsx is GustavDev.pak (a base game file)
    • Launch the game from BG3 Mod Manager.
  3. imnotRESIN
    imnotRESIN
    • member
    • 0 kudos
    Locked
    Sticky
    I'm having some trouble accessing modded vendor items. I don't know if i'm just VERY unlucky or what, but whenever this mod is installed NONE of them show up. This is particularly noticable with the JWL Crafting Framework items such as the Anvils, making it impossible to use that framework or any subsequent mods reliant on it. I have the Better Loot mod loaded first in the load order, but that hasn't seemed to help my situation. The only times any modded items show up in a vendor's inventory to sell was when I removed the mod entirely. How do I fix this?
    1. Drake0713
      Drake0713
      • premium
      • 120 kudos
      That's what happens when BetterLoot is loaded after other mods, the solution to your problem is to follow the load order instructions posted in the description, the pinned comment, or on the individual downloads:
      If [BetterLoot] is loaded AFTER anything else tho... it almost certainly will break any other mod with a TreasureTable.txt in it.
    2. imnotRESIN
      imnotRESIN
      • member
      • 0 kudos
      I already have it loaded first in the mod load order. That doesn't fix my problem
    3. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Open:
      C:\Users\NAME\AppData\Local\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public\modsettings.lsx
      (with a text editor) and paste the contents here
    4. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Yep, you are loading TutorialChestSummoning before BetterLoot, that will get overwritten that way

      Here is how you'd move it down in the load order manually:
      Spoiler:  
      Show

      <?xml version="1.0" encoding="UTF-8"?>
      <save>
        <version major="4" minor="0" revision="9" build="331" />
        <region id="ModuleSettings">
          <node id="root">
            <children>
              <node id="ModOrder">
                <children>
                  <node id="Module">
                    <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="f75cb957-e7eb-48b5-8c6a-e94d02d8a84e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="3945486c-c28d-402a-87b8-7c0fdf73a63a" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="505c630c-79fa-49b6-9f21-29a5f2322c2d" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="67fbbd53-7c7d-4cfa-9409-6d737b4d92a9" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="5593c5cd-b273-4048-ae87-635c1d487a5e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="a5c04a1a-09a8-4249-9b19-88ee07488094" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1d6c4030-67b9-4b0a-b3ab-caf6dd73d1af" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="88fcf61f-87f6-42c5-a645-622e98bf9ab4" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="3c2e4a8a-4fe4-4ac2-89e1-f5a2fd636811" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="af7f742c-c484-441e-8d06-eda735233068" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="525600ac-ca07-4745-a5bc-0a620975e2f3" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="da0b99ca-4406-49c1-bef9-3a08621280a2" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="bfad4cdb-0b02-435a-96c7-06c0f6533055" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1e93b91e-2898-4dfe-9a5c-abfc197f45b3" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="dfdb69c0-23ed-46a7-83bb-39fbbb84308c" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="405c762d-8f07-4b91-a1ef-d58a9ec2a0a0" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="ef0fb0e3-a4e1-4672-84b3-bc63260e12af" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="00956b6f-8b55-4879-bd46-68d1ba7ef31b" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="ea135066-afc0-4d79-817c-ebcc38b0331e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="8c611d4b-75d9-40eb-ad61-15f898396e12" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="192f57e4-a961-47be-ab94-e70042f9d211" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="c6eb42bf-3497-4bfd-bfd2-a0a9df337f8e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="7b8366bd-abc1-4f9f-ba9d-585549b4a750" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="fb5f528d-4d48-4bf2-a668-2274d3cfba96" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="558bd4c9-260a-40d2-add9-455d95aecb47" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="d903677e-f24b-48ec-ab20-98dcc116a371" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="cf0b4eed-8b58-4981-8ab8-bf210d4db97b" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="dd8783b4-7bf2-4381-b5e8-a45fd186e96c" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="8567325e-61b0-42ed-9fc6-f5a7cd720ee0" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1e64a434-4318-42fe-9388-e6aa49505094" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="68315895-8bd4-4d53-aefc-1b853ffc1461" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="88fadf2c-152d-404e-b863-c12273559e1c" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="a35b2cf8-5047-487a-83a4-537d36245b6b" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="a951d531-dd86-4ff6-8d96-a5358fa95821" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="7588b857-8bae-4967-a73c-20f7833ae26f" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="274cf3f1-f043-4e1f-8acf-b2e79c3630b8" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="fe0f0a6b-8c7c-40a2-bf12-af6f06ae3172" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="67cbd005-166c-4f76-b822-a19a4a41e615" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="c62ae435-c1a4-41b7-b887-4f24a6dcd846" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="275fc6ac-a99c-41b3-91fa-85b9131179c7" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="eef7b885-1423-4096-abd6-7a5db5f871db" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="74b2a448-6771-4289-9393-d359c3b79596" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="057cc8bd-fa3b-4ca7-933f-1291236ff871" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1d6ece6c-b9e1-430e-8263-InvocationsExpanded" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="72492f05-2f4b-4a05-aa93-9af35e0d901f" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="0c036a05-f3e4-4422-87bd-eadadf96c161" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="cc1b49a1-1428-4ef6-8113-1eb6cdfb0b24" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="0e7a7968-6753-4469-8af7-7886e7453d3c" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="26c29727-92c0-4601-9bf2-043ca3e5b4d8" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="6ed1f4e3-c53a-4b66-bbfe-03620e8c956b" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="de1b71ed-acc7-4364-82df-4a91e4cf86be" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="cabe6d93-e26a-473a-9b04-8717015bd51f" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="7ddddd0f-6b71-4565-bbd1-a7183ae90d04" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="82c1f53b-5ed3-4e2e-95f5-f84ca6ff0c81" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="a9e98a1f-7a59-4b70-be39-1f69924c0b80" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="ee840094-8033-4fe7-adaa-83fb0e021988" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="2c19252b-7c26-4c65-9881-dff98fda497a" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="6f8c00ab-c6e4-4de0-baed-97cb79366259" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="7f1faf48-c50b-4a5a-b66b-7cdda8653962" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="2cd6c65a-71cc-4db6-bfb2-70116ccd2b94" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="d35c2dcc-0b3c-41db-a9b8-bbe94deb33d5" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="94fed047-7d79-41e3-9d1c-1a3b3de781e4" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="2bedbf21-d98c-4355-b92e-64cb617950c3" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="54f2ef99-056a-4358-9ce7-79ca6e6f6843" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="3dcd19a5-3632-43c2-8f62-964c9e8c9ab9" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="e2f68acb-3c55-4794-844e-da25420b0792" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="057cb283-8dfa-4f3f-b8d1-a2f854c18dff" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="334a23f0-276a-465d-8544-961eeb637b84" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="d23881c2-f6b5-4e64-a2fe-f55c9538ab1e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="0662253d-1cbf-479f-80c2-5878c6eb5a80" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="823cb235-Balz-47e2-8701-99752d59659d" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="255b2fda-2e05-4dad-b5e6-28587cea4854" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="bad404aa-feed-a0ee-9999-feedfeed0002" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1e9a70c4-11f6-43cd-8cb9-44926f62d44e" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="10d4c358-ffb0-4fec-9abe-9723d8ea7c29" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="e64e2e53-92c3-444e-a374-0d6638ed4e99" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="726b130c-6139-11ee-8c99-0242ac120092" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1b8d381f-6210-4473-85be-600457267a87" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="1f998319-583c-4563-9856-202c1afaf555" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="09dba25e-1dbf-4619-9883-3b33a606bec5" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="81db9dfa-b4a6-41f0-b31c-ac7e0f7a7476" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="fdd81f61-77d9-4508-b407-95daa74ec233" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="3d69aif6-3437-11ee-be56-0242ac120002" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="ec7fe8a5-22c4-49a5-8944-49463fa5d258" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="57d87816-ac58-4a37-90ad-0fda409c5557" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="7deea48e-8b9d-45e4-8685-5acfd0ce39ad" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="6ef804ed-1dd0-4f97-9cf7-5e29a51829ca" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="e1fb0ff5-dd5e-471d-b2c4-c19c288fa5e7" type="FixedString" />
                  </node>
                  <node id="Module">
                    <attribute id="UUID" value="4222f86c-4408-4659-8185-ea93b7590398" type="FixedString" />
                  </node>
                </children>
              </node>
              <node id="Mods">
                <children>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="GustavDev" type="LSString" />
                    <attribute id="MD5" value="0d3811a755b96192b9aff8635128f4b5" type="LSString" />
                    <attribute id="Name" value="GustavDev" type="LSString" />
                    <attribute id="UUID" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8" type="FixedString" />
                    <attribute id="Version64" value="144818875521682802" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="BetterLoot" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="BetterLoot" type="LSString" />
                    <attribute id="UUID" value="f75cb957-e7eb-48b5-8c6a-e94d02d8a84e" type="FixedString" />
                    <attribute id="Version64" value="72479810797961216" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="BetterLootLR" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="BetterLootLR" type="LSString" />
                    <attribute id="UUID" value="3945486c-c28d-402a-87b8-7c0fdf73a63a" type="FixedString" />
                    <attribute id="Version64" value="72479810797961216" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TutorialChestSummoning" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TutorialChestSummoning" type="LSString" />
                    <attribute id="UUID" value="505c630c-79fa-49b6-9f21-29a5f2322c2d" type="FixedString" />
                    <attribute id="Version64" value="72902021115543552" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="SubclassCompatibilityFramework" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="CompatibilityFramework" type="LSString" />
                    <attribute id="UUID" value="67fbbd53-7c7d-4cfa-9409-6d737b4d92a9" type="FixedString" />
                    <attribute id="Version64" value="72761296512090112" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="JWL_CraftingFramework" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="JWL Crafting Framework" type="LSString" />
                    <attribute id="UUID" value="5593c5cd-b273-4048-ae87-635c1d487a5e" type="FixedString" />
                    <attribute id="Version64" value="72057594037927936" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="JWL_CFWtutchest" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="JWL Crafting Framework - Tutorial Chest Injector" type="LSString" />
                    <attribute id="UUID" value="a5c04a1a-09a8-4249-9b19-88ee07488094" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="PartyLimitBegone" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Party Limit Begone" type="LSString" />
                    <attribute id="UUID" value="1d6c4030-67b9-4b0a-b3ab-caf6dd73d1af" type="FixedString" />
                    <attribute id="Version64" value="72057594037927936" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="All in one Edition" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="All in one Edition" type="LSString" />
                    <attribute id="UUID" value="88fcf61f-87f6-42c5-a645-622e98bf9ab4" type="FixedString" />
                    <attribute id="Version64" value="0" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TooltipFixes" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TooltipFixes" type="LSString" />
                    <attribute id="UUID" value="3c2e4a8a-4fe4-4ac2-89e1-f5a2fd636811" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ASTRLnaturalskintones" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ASTRL Natural Skintones" type="LSString" />
                    <attribute id="UUID" value="af7f742c-c484-441e-8d06-eda735233068" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ASTRLhaircolors" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ASTRL Hair Colors" type="LSString" />
                    <attribute id="UUID" value="525600ac-ca07-4745-a5bc-0a620975e2f3" type="FixedString" />
                    <attribute id="Version64" value="36028797018963970" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="DFHairPack" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Tav's Hairpack" type="LSString" />
                    <attribute id="UUID" value="da0b99ca-4406-49c1-bef9-3a08621280a2" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="THSIconPatch" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Icon Patch for Tav's Hairpack" type="LSString" />
                    <attribute id="UUID" value="bfad4cdb-0b02-435a-96c7-06c0f6533055" type="FixedString" />
                    <attribute id="Version64" value="36310271995674624" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="GWU_Tav_Edition" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Wizardly Updo - Tav Edition" type="LSString" />
                    <attribute id="UUID" value="1e93b91e-2898-4dfe-9a5c-abfc197f45b3" type="FixedString" />
                    <attribute id="Version64" value="36029297386049870" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="AutoSnapPack" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Toarie's Autosnap Hairpack" type="LSString" />
                    <attribute id="UUID" value="dfdb69c0-23ed-46a7-83bb-39fbbb84308c" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="KT_New_Heads" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Toarie's New Character Creation Presets WIP" type="LSString" />
                    <attribute id="UUID" value="405c762d-8f07-4b91-a1ef-d58a9ec2a0a0" type="FixedString" />
                    <attribute id="Version64" value="36029297386049870" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="vemperens_heads" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Vemperen's Other Heads" type="LSString" />
                    <attribute id="UUID" value="ef0fb0e3-a4e1-4672-84b3-bc63260e12af" type="FixedString" />
                    <attribute id="Version64" value="36028797018963971" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="EyesOfTheBeholder" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="EyesOfTheBeholder" type="LSString" />
                    <attribute id="UUID" value="00956b6f-8b55-4879-bd46-68d1ba7ef31b" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="KLEyesStormRV" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Kai Lime Eyes Stormy Skies Revamped" type="LSString" />
                    <attribute id="UUID" value="ea135066-afc0-4d79-817c-ebcc38b0331e" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Aloija_New_Heads" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Faces of Faerûn" type="LSString" />
                    <attribute id="UUID" value="8c611d4b-75d9-40eb-ad61-15f898396e12" type="FixedString" />
                    <attribute id="Version64" value="36029297386049870" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Aloija_New_Horns" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Horns of Faerûn" type="LSString" />
                    <attribute id="UUID" value="192f57e4-a961-47be-ab94-e70042f9d211" type="FixedString" />
                    <attribute id="Version64" value="36029297386049870" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="SparrowGildedDragonscales" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Sparrow's Gilded Dragonscales" type="LSString" />
                    <attribute id="UUID" value="c6eb42bf-3497-4bfd-bfd2-a0a9df337f8e" type="FixedString" />
                    <attribute id="Version64" value="36169534507319296" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="AppearanceEditEnhanced" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="AppearanceEditEnhanced" type="LSString" />
                    <attribute id="UUID" value="7b8366bd-abc1-4f9f-ba9d-585549b4a750" type="FixedString" />
                    <attribute id="Version64" value="108086393204375552" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="5eSpells" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="5eSpells" type="LSString" />
                    <attribute id="UUID" value="fb5f528d-4d48-4bf2-a668-2274d3cfba96" type="FixedString" />
                    <attribute id="Version64" value="36169540949770242" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="UnlockedUnarmedStrike" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="UnlockedUnarmedStrike" type="LSString" />
                    <attribute id="UUID" value="558bd4c9-260a-40d2-add9-455d95aecb47" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="UnlockLevelCurve" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="UnlockLevelCurve" type="LSString" />
                    <attribute id="UUID" value="d903677e-f24b-48ec-ab20-98dcc116a371" type="FixedString" />
                    <attribute id="Version64" value="72057594037927950" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="UnlockLevelCurve_Patch_5eSpells" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="UnlockLevelCurve_Patch_5eSpells" type="LSString" />
                    <attribute id="UUID" value="cf0b4eed-8b58-4981-8ab8-bf210d4db97b" type="FixedString" />
                    <attribute id="Version64" value="72057594037927950" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Fantastical Multiverse" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Fantastical Multiverse" type="LSString" />
                    <attribute id="UUID" value="dd8783b4-7bf2-4381-b5e8-a45fd186e96c" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Fantastical Hotfix" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Fantastical Hotfix" type="LSString" />
                    <attribute id="UUID" value="8567325e-61b0-42ed-9fc6-f5a7cd720ee0" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="FizbansTreasuryOfDragons" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="FizbansTreasuryOfDragons" type="LSString" />
                    <attribute id="UUID" value="1e64a434-4318-42fe-9388-e6aa49505094" type="FixedString" />
                    <attribute id="Version64" value="4" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="SatyrRace" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="SatyrRace" type="LSString" />
                    <attribute id="UUID" value="68315895-8bd4-4d53-aefc-1b853ffc1461" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Artificer" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Artificer" type="LSString" />
                    <attribute id="UUID" value="88fadf2c-152d-404e-b863-c12273559e1c" type="FixedString" />
                    <attribute id="Version64" value="74309398146580480" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Artificer-5e-Addon" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Artificer-5e-Addon" type="LSString" />
                    <attribute id="UUID" value="a35b2cf8-5047-487a-83a4-537d36245b6b" type="FixedString" />
                    <attribute id="Version64" value="72620543991349248" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Drakewarden" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Drakewarden" type="LSString" />
                    <attribute id="UUID" value="a951d531-dd86-4ff6-8d96-a5358fa95821" type="FixedString" />
                    <attribute id="Version64" value="36873224096579584" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="CircleofStars" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Circle of Stars" type="LSString" />
                    <attribute id="UUID" value="7588b857-8bae-4967-a73c-20f7833ae26f" type="FixedString" />
                    <attribute id="Version64" value="36028839968636928" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="DruidWildShapeOverhaul" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="DruidWildShapeOverhaul" type="LSString" />
                    <attribute id="UUID" value="274cf3f1-f043-4e1f-8acf-b2e79c3630b8" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="RuneKnight" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="RuneKnight" type="LSString" />
                    <attribute id="UUID" value="fe0f0a6b-8c7c-40a2-bf12-af6f06ae3172" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="newsamurai" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="newsamurai" type="LSString" />
                    <attribute id="UUID" value="67cbd005-166c-4f76-b822-a19a4a41e615" type="FixedString" />
                    <attribute id="Version64" value="2" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="GraviturgyMagic" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Graviturgy Magic" type="LSString" />
                    <attribute id="UUID" value="c62ae435-c1a4-41b7-b887-4f24a6dcd846" type="FixedString" />
                    <attribute id="Version64" value="36028839968636928" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ChronurgyMagic5eSpells" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ChronurgyMagic5eSpells" type="LSString" />
                    <attribute id="UUID" value="275fc6ac-a99c-41b3-91fa-85b9131179c7" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Clerics" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Clerics" type="LSString" />
                    <attribute id="UUID" value="eef7b885-1423-4096-abd6-7a5db5f871db" type="FixedString" />
                    <attribute id="Version64" value="72057667052371968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="OathofConquest" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Oath of Conquest" type="LSString" />
                    <attribute id="UUID" value="74b2a448-6771-4289-9393-d359c3b79596" type="FixedString" />
                    <attribute id="Version64" value="36028839968636928" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Paladins Deity" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Paladins Oath to the Gods" type="LSString" />
                    <attribute id="UUID" value="057cc8bd-fa3b-4ca7-933f-1291236ff871" type="FixedString" />
                    <attribute id="Version64" value="0" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Invocations Expanded" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Invocations Expanded" type="LSString" />
                    <attribute id="UUID" value="1d6ece6c-b9e1-430e-8263-InvocationsExpanded" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="PactBindAllWeapons" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="PactBindAllWeapons" type="LSString" />
                    <attribute id="UUID" value="72492f05-2f4b-4a05-aa93-9af35e0d901f" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="featsextra" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="featsextra" type="LSString" />
                    <attribute id="UUID" value="0c036a05-f3e4-4422-87bd-eadadf96c161" type="FixedString" />
                    <attribute id="Version64" value="36028831378702336" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="featsExpanded" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Feats Expanded Compatible" type="LSString" />
                    <attribute id="UUID" value="cc1b49a1-1428-4ef6-8113-1eb6cdfb0b24" type="FixedString" />
                    <attribute id="Version64" value="36451013778997276" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Infinitum Compendium_PeerlessFeat" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Infinitum Chapter Peerless Feat" type="LSString" />
                    <attribute id="UUID" value="0e7a7968-6753-4469-8af7-7886e7453d3c" type="FixedString" />
                    <attribute id="Version64" value="100" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Warcaster" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Warcaster" type="LSString" />
                    <attribute id="UUID" value="26c29727-92c0-4601-9bf2-043ca3e5b4d8" type="FixedString" />
                    <attribute id="Version64" value="72198331526283264" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="AdditionalFightingStyles" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Additional Fighting Styles" type="LSString" />
                    <attribute id="UUID" value="6ed1f4e3-c53a-4b66-bbfe-03620e8c956b" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="True Initiative" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="True Initiative" type="LSString" />
                    <attribute id="UUID" value="de1b71ed-acc7-4364-82df-4a91e4cf86be" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="UniversalArmourFixer" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="UniversalArmourFixer" type="LSString" />
                    <attribute id="UUID" value="cabe6d93-e26a-473a-9b04-8717015bd51f" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ModularEquipment" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ModularEquipment" type="LSString" />
                    <attribute id="UUID" value="7ddddd0f-6b71-4565-bbd1-a7183ae90d04" type="FixedString" />
                    <attribute id="Version64" value="72902021115543552" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TransmogEnhanced" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TransmogEnhanced" type="LSString" />
                    <attribute id="UUID" value="82c1f53b-5ed3-4e2e-95f5-f84ca6ff0c81" type="FixedString" />
                    <attribute id="Version64" value="36028809903865856" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="BasketEquipmentNSFW" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="BasketEquipmentNSFW" type="LSString" />
                    <attribute id="UUID" value="a9e98a1f-7a59-4b70-be39-1f69924c0b80" type="FixedString" />
                    <attribute id="Version64" value="36169538802286592" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="BasketEquipmentUnderwearSlot" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="BasketEquipmentUnderwearSlot" type="LSString" />
                    <attribute id="UUID" value="ee840094-8033-4fe7-adaa-83fb0e021988" type="FixedString" />
                    <attribute id="Version64" value="36028797287399424" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="OutfitCollection" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Weapons and Armor - IO's Outfit Collection" type="LSString" />
                    <attribute id="UUID" value="2c19252b-7c26-4c65-9881-dff98fda497a" type="FixedString" />
                    <attribute id="Version64" value="36451011631513600" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Sussur_Weapons" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Sussur_Weapons" type="LSString" />
                    <attribute id="UUID" value="6f8c00ab-c6e4-4de0-baed-97cb79366259" type="FixedString" />
                    <attribute id="Version64" value="72339071162122240" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="AncientJewelry" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Ancient Jewelry Roleplay" type="LSString" />
                    <attribute id="UUID" value="7f1faf48-c50b-4a5a-b66b-7cdda8653962" type="FixedString" />
                    <attribute id="Version64" value="73746443898191872" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="PTW_Extra_Gear" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Extra Gear" type="LSString" />
                    <attribute id="UUID" value="2cd6c65a-71cc-4db6-bfb2-70116ccd2b94" type="FixedString" />
                    <attribute id="Version64" value="36591746972385280" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="DrowGear" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="DrowGear" type="LSString" />
                    <attribute id="UUID" value="d35c2dcc-0b3c-41db-a9b8-bbe94deb33d5" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="PTW_Sorcerer" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="More Mage Gear" type="LSString" />
                    <attribute id="UUID" value="94fed047-7d79-41e3-9d1c-1a3b3de781e4" type="FixedString" />
                    <attribute id="Version64" value="36591746972385280" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="GuardianArmor" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="GuardianArmor" type="LSString" />
                    <attribute id="UUID" value="2bedbf21-d98c-4355-b92e-64cb617950c3" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="SeluneArmor" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="SeluneArmor" type="LSString" />
                    <attribute id="UUID" value="54f2ef99-056a-4358-9ce7-79ca6e6f6843" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ReaperArmour" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ReaperArmour" type="LSString" />
                    <attribute id="UUID" value="3dcd19a5-3632-43c2-8f62-964c9e8c9ab9" type="FixedString" />
                    <attribute id="Version64" value="42069" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ArmourOfVengeance" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ArmourOfVengeance" type="LSString" />
                    <attribute id="UUID" value="e2f68acb-3c55-4794-844e-da25420b0792" type="FixedString" />
                    <attribute id="Version64" value="700682432" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="CloaksOfFaerun" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="CloaksOfFaerun" type="LSString" />
                    <attribute id="UUID" value="057cb283-8dfa-4f3f-b8d1-a2f854c18dff" type="FixedString" />
                    <attribute id="Version64" value="72198335821250560" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="PhalarAluveLegendary" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="PhalarAluveLegendary" type="LSString" />
                    <attribute id="UUID" value="334a23f0-276a-465d-8544-961eeb637b84" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="RaritiesOfTheRealms" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="RaritiesOfTheRealms" type="LSString" />
                    <attribute id="UUID" value="d23881c2-f6b5-4e64-a2fe-f55c9538ab1e" type="FixedString" />
                    <attribute id="Version64" value="116" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Auto_Sell_Loot" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Loot Autoseller" type="LSString" />
                    <attribute id="UUID" value="0662253d-1cbf-479f-80c2-5878c6eb5a80" type="FixedString" />
                    <attribute id="Version64" value="108790078498668544" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Stackable Items" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Stackable Items" type="LSString" />
                    <attribute id="UUID" value="823cb235-Balz-47e2-8701-99752d59659d" type="FixedString" />
                    <attribute id="Version64" value="36028797018963984" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="AS_ExtraDyes_Bundle" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="AS_ExtraDyes_Bundle" type="LSString" />
                    <attribute id="UUID" value="255b2fda-2e05-4dad-b5e6-28587cea4854" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="EverybodyDyes" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Everybody Dyes Unlimited Dyeing." type="LSString" />
                    <attribute id="UUID" value="bad404aa-feed-a0ee-9999-feedfeed0002" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="NPC_Dyes" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="NPC and Outfit Inspired Dyes" type="LSString" />
                    <attribute id="UUID" value="1e9a70c4-11f6-43cd-8cb9-44926f62d44e" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TadpoleDialogueNoCooldown" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TadpoleDialogueNoCooldown" type="LSString" />
                    <attribute id="UUID" value="10d4c358-ffb0-4fec-9abe-9723d8ea7c29" type="FixedString" />
                    <attribute id="Version64" value="36169534507319296" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="DaughterofLolthChosen" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Daughter of Lolth - Chosen Path" type="LSString" />
                    <attribute id="UUID" value="e64e2e53-92c3-444e-a374-0d6638ed4e99" type="FixedString" />
                    <attribute id="Version64" value="72198340116217856" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="NoRomanceLimit" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="NoRomanceLimit" type="LSString" />
                    <attribute id="UUID" value="726b130c-6139-11ee-8c99-0242ac120092" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="KvCampEvents" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="KvCampEvents" type="LSString" />
                    <attribute id="UUID" value="1b8d381f-6210-4473-85be-600457267a87" type="FixedString" />
                    <attribute id="Version64" value="562960690839552" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="VisibleShields" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="VisibleShields" type="LSString" />
                    <attribute id="UUID" value="1f998319-583c-4563-9856-202c1afaf555" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="EverburnBladeVisible" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Everburn Blade - Visible" type="LSString" />
                    <attribute id="UUID" value="09dba25e-1dbf-4619-9883-3b33a606bec5" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="uhm" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="UHMM - Charisma Skills Only" type="LSString" />
                    <attribute id="UUID" value="81db9dfa-b4a6-41f0-b31c-ac7e0f7a7476" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ShowApprovalRatings" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Show Approval Ratings in Dialogue Choices" type="LSString" />
                    <attribute id="UUID" value="fdd81f61-77d9-4508-b407-95daa74ec233" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="Immersive_AI" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="Immersive_AI" type="LSString" />
                    <attribute id="UUID" value="3d69aif6-3437-11ee-be56-0242ac120002" type="FixedString" />
                    <attribute id="Version64" value="2" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="LethalAIComp" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="LethalAIComp" type="LSString" />
                    <attribute id="UUID" value="ec7fe8a5-22c4-49a5-8944-49463fa5d258" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="StrongerBosses" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="StrongerBosses" type="LSString" />
                    <attribute id="UUID" value="57d87816-ac58-4a37-90ad-0fda409c5557" type="FixedString" />
                    <attribute id="Version64" value="36028797018963968" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="EnemiesEnhanced" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="EnemiesEnhanced" type="LSString" />
                    <attribute id="UUID" value="7deea48e-8b9d-45e4-8685-5acfd0ce39ad" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TacticianPlusHealth" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TacticianPlusHealth" type="LSString" />
                    <attribute id="UUID" value="6ef804ed-1dd0-4f97-9cf7-5e29a51829ca" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="TacticianPlusStats" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="TacticianPlusStats" type="LSString" />
                    <attribute id="UUID" value="e1fb0ff5-dd5e-471d-b2c4-c19c288fa5e7" type="FixedString" />
                    <attribute id="Version64" value="144115188075855912" type="int64" />
                  </node>
                  <node id="ModuleShortDesc">
                    <attribute id="Folder" value="ExtraAttackCompatibility" type="LSString" />
                    <attribute id="MD5" value="" type="LSString" />
                    <attribute id="Name" value="ExtraAttackCompatibility" type="LSString" />
                    <attribute id="UUID" value="4222f86c-4408-4659-8185-ea93b7590398" type="FixedString" />
                    <attribute id="Version64" value="36310271995674624" type="int64" />
                  </node>
                </children>
              </node>
            </children>
          </node>
        </region>
      </save>


      Note the different location of this line especially:
      <node id="Module">
        <attribute id="UUID" value="505c630c-79fa-49b6-9f21-29a5f2322c2d" type="FixedString" />
      </node>
    5. imnotRESIN
      imnotRESIN
      • member
      • 0 kudos
      That... fixed it actually. I'm a tad surprised that my mod load config is different from my actual mod manager load order, but considering there isn't any official steam mod support for the game yet I shouldn't be too shocked. Thanks so much for the help! I really didn't expect such immediate replies, and I very much appreciate it.
    6. Drake0713
      Drake0713
      • premium
      • 120 kudos
      If you use the modmanager I link as a requirement you have to save your load order, don't think it'll update the file otherwise.
      If its another mod manager, well I don't use them

      Oh and I'm gonna delete your post with the file contents just to save page space
    7. imnotRESIN
      imnotRESIN
      • member
      • 0 kudos
      I exported the load order, which I was under the assumption was the necessary requirement to have it work. Apparently not I guess? I'm not entirely sure what I screwed up to have my mod manager and loadout files be in two different orders. 

      Oh, and good idea on the comment delete. That thing took up a SIGNIFICANT amount of space, removing it was probably for the best. I gotta figure out how to compress stuff like that.
    8. Drake0713
      Drake0713
      • premium
      • 120 kudos
      You can do what I did in my reply and enclose it in spoiler tags so others have to click to expand a large section like that dunno if there is a button in the editor for that but I just type this without spaces:
      [ spoiler ]
      [ /spoiler ]

      I looked at that mod's meta data btw; he uses LSString instead of FixedString and LSWString, could be that w/e mod manager you use cannot handle that difference and so fails to order that tutorial chest mod correctly, that's just speculation tho.  I was actually looking to see if there was some tag that specified a mod manager should load the given mod first in it, if so I was gonna steal it, but no luck :-P

      Gonna sticky this since it seems several people have a corrupted modsettings.lsx which is not loading mods as they appear in their mod manager.
  4. Jeffs0721
    Jeffs0721
    • member
    • 0 kudos
    Anyone know if this works with patch 8?
  5. callmechul
    callmechul
    • member
    • 0 kudos
    hello! 

    More Gold - pickpocketing
    https://www.nexusmods.com/baldursgate3/mods/1400

    Rich Traders - Merchants
    https://www.nexusmods.com/baldursgate3/mods/2432

    Can I use it with this mods? 
  6. capitancow
    capitancow
    • premium
    • 3 kudos
    for those who want the mod to work again. you can get it to work by downloading bg3 multitool. extracting the mod. going to the meta.lsx and update it for patch 7. the new format causes mod not to work. you can just google a generic meta.lsx layout and copy and paste it in there and take the old relevant info to fill in whats missing. think its author name, mod title, uuid, and something else. its all in the old meta.lsx so just look for the stuff to fill in. repack it and put it in bg3mm.
  7. AdamManthos
    AdamManthos
    • member
    • 0 kudos
    The archive is either in unknown format or damaged.
  8. chgree2
    chgree2
    • supporter
    • 0 kudos
    Unfortunately, it doesn't work in Patch 7. I went through the painstaking process of loading my mods 1 by 1 to see which one was breaking my game. I even double checked my modsettings.lsx and Betterloot, BetterlootLR are the first 2 in the load order. If I have BetterLoot in my load order, then it produces a pretty interesting bug where the main landing screen is a beach instead of the Bhaal temple. The bug happens as long as betterloot is in my mod list, even if it's the only mod. Doesn't allow me to start or load any campaigns. 

    Not really sure what's causing BetterLoot to break my game as I checked for ForcedCompile (modfixer), but it's not there. Is anyone else having the same issue or am I just cursed? 

    1. EJGIII
      EJGIII
      • supporter
      • 1 kudos
      It's an outdated mod that was made for patch 5 of the game. We are on patch 7 approaching patch 8. It's not you,, the mod is just outdated and probably abandoned at this point

      Try the loose file version and see if that works.
  9. EJGIII
    EJGIII
    • supporter
    • 1 kudos
    So um are you going to update the mod, or is this one abandoned? There are bugs that need addressing like the fact that it stopped working with the latest hotfix.
  10. FormDrop
    FormDrop
    • premium
    • 5 kudos
    Would you be willing to add this amazing mod to https://mod.io/g/baldursgate3 for easier installing?
  11. Wikt0r1us
    Wikt0r1us
    • premium
    • 6 kudos
    If the addon is easy to edit couldn't you just integrate Mod Configuration Menu with this mod so that people can change settings in-game?
  12. Illius
    Illius
    • member
    • 27 kudos
    Does anyone know if this mod still works with Patch 7? (I hope so.)
    1. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Haven't checked patch 7, but the changes to loot tables have been less and less with each patch so I wouldn't expect anything major.
    2. Illius
      Illius
      • member
      • 27 kudos
      OK, thank you.
    3. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Worst case is if they changed how mods have to be loaded - I remember them warning they were going to do that at some point... but if they did it'd require the same change that any other mod would need to load - the mod contents should still be fine.
    4. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Balls.  I'll look into converting it over... but I'm also tempted to just retire this mod...
    5. Illius
      Illius
      • member
      • 27 kudos
      No, please do not retire it. I have tried a few other mods in the past few months, and I always end up with Better Loot again.
    6. Drake0713
      Drake0713
      • premium
      • 120 kudos
      I do find this thread interesting:
      https://steamcommunity.com/app/1086940/discussions/0/4758704514233883199/

      Just checked the TreasureTable file contents and they are literally identical to the ones from Patch 6 - zero changes, and Patch 6 only nerfed the tutorial cambions loot, so at least the mod contents don't need any updates. (I like keeping my Cambions un-nerfed)
    7. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Just checked in-game and ya it still looks to be working perfectly - the game throws warnings about them being 3rd party mods, disable, etc but it's still maximizing gold drops, filling every container possible... it looks fine... heck it didn't even need the old "Mod Fixer" (at least for me)

      Checked with completely new zones being loaded - these aren't cached loot rolls.
      Worst thing you might need to do is: delete your modsettings.lsx and let the game regenerate it for you on launch.

      I might still convert it for the in-game mod manager store and/or clean up the info here - description, pinned comments, etc - but this means there is no rush on any of that at least.

      Looking at the toolkit... they appear to have removed the "import project" option which would have been great if it'd accept an existing mod >.> ... as is... I can see how to enter in each line of my Treasure Table into the toolkit... manually... one line at a time... ya, f*#@ that.
      I think I could maybe trick the toolkit into accepting my own files by manually putting files in places... but that wouldn't be easy either since I'd be doing it blind and thus be terribly error prone... ugh.  Maybe I won't convert it.
    8. lucas182
      lucas182
      • premium
      • 28 kudos
      @Peetghost terrible comment full of misinformation, and ending with "your job to do so" on top of it. Freaking shameful
    9. Illius
      Illius
      • member
      • 27 kudos
      Well, if it works like in patch 6, then maybe you do not need to remake it then? And I am not so sure Larian will bring out another big patch like Patch 7. So long as maybe having to let the game remake the modsettings.lsx is the worst then why remake it? You yourself mentioned it seems to be working perfectly in game. 

      Besides, if you would place the mod on mod.io, then people can not remove a mod from within BG3MM. They will have to enter the ingame MM and unsubscribe the mod first before they can completely remove it. Found that out yesterday myself!
    10. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Its not a "have to" - keeping it only on the Nexus, if anything, means I get more donation points - being "paid" for my "job."
      Converting it is not remaking the whole mod, just changing the wrapper and it'd be the same effect in-game if downloaded from Mod.io or Nexus.  It'd just give players more options and players who never use the Nexus could then get it via Mod.io as well as clearing those warnings about being a 3rd party mod.  After sleeping on it, I thought of something to try and trick the toolkit into accepting my treasuretable without having to recreate it, so I'll check and see if it'd work.

      Them not changing the treasure tables any more means I could also go through and strip out the ITMs - something I've had on the to-do list for ages, NOT doing that made it easier for me to update and incorporate official changes... if done right it doesn't change the mod's in-game effect, just makes the mod smaller and is better coding practice.  Might improve compatibility and I'd probably bite the bullet and just remove the tutorial potion chest code segment everyone always complains about.  Basically it's about chasing perfection.

      And my idea for the toolkit didn't work >.>  Got into the Larian discord and they said there is no way to import my mod without completely rewriting it into the toolkit so... ok, no Mod.io for this one then.
    11. Illius
      Illius
      • member
      • 27 kudos
      Forgot about the donation option, and then it makes sense. 
    12. Peetghost
      Peetghost
      • premium
      • 1 kudos
      @lucas182 thank you for your kind words :)
    13. cathylielausis
      cathylielausis
      • member
      • 0 kudos
      I just want to thank you for this mod and for your hard work!  Please, please, please keep it updated.  I'm missing it hugely right now.
    14. BigBozat
      BigBozat
      • member
      • 20 kudos
      As long as there's no embedded Mod Fixer (force recompile.txt in the mod's \Story folder)...
      If there's an embedded Mod Fixer -- it is incompatible with Larian's new in-game mod mgr, toolkit & mod.io, and they've changed merge logic for proc'ing modsettings.lsx;  Larian has their own mod fix & diff logic, so the forced recompile from an embedded mod fixer (or having Mod Fixer in the load order) borks things -- and would need to be removed.
    15. Drake0713
      Drake0713
      • premium
      • 120 kudos
      Nope, no embedded Modfixer - had it as a requirement link before, but works fine as is (without it)
      Just need to edit the description page and pinned comments when I have the energy to do so.

      I'm working on a "Max Compatibility" version that wouldn't change anything in-game vs the base mod, but strips out all the ITMs (and yes, Tutorial Potion Chest)
      I'm also gonna tweak some meta data to mirror what the toolkit would set things to if it were made in the toolkit, might help clear some of the "WARNINGS" but that's it.

      One other thing I am considering adding to the mod; take this example:
      new treasuretable "ST_CHA_Treasure_Scrolls"
      new subtable "3,1"
      object category "I_OBJ_Scroll_ProtectionFromEvilAndGood",1,0,0,0,0,0,0,0
      object category "I_OBJ_Scroll_Silence",1,0,0,0,0,0,0,0
      object category "I_OBJ_Scroll_GuidingBolt",1,0,0,0,0,0,0,0
      As I understand it; it should pick three items from the list.  But that does mean it could pick just one scroll type three times...  I could force diversity here... eg make it return one of each scroll type.  I couldn't do this for every subtable - eg pick 2 from a list of 3 or vice verse, but I do wonder if I should make this addition where possible...

      I am interested in these "changed merge logic for proc'ing modsettings.lsx" if you have more details - like I can see that they reformatted that file to remove the explicit load order section but I just assumed they rolled that function into the remaining section, is that incorrect?
    16. Drake0713
      Drake0713
      • premium
      • 120 kudos
      I'm building updated versions incorporating the increased loot diversity idea detailed above, some additional tweaks to the max compatibility version, and incorporating some additional features into the addon meta data like specified base mod dependency and conflict with NEC.

      I'll probably do another pass through the whole thing vs the unmodified files to see if I spot any other change I want to add.
      Post if you want something else changed as once this version is done I might not come back to this project again.
      Also let me know if you think I need to add any other mod to the explicit conflict list and I'll check it
    17. rocketchameleon
      rocketchameleon
      • member
      • 0 kudos
      Does this mean the upcoming "final" max compat version is going to be on Mod.io??
    18. Drake0713
      Drake0713
      • premium
      • 120 kudos
      No, I can't get it on Mod.io without completely remaking it which is too much work for me.
      It is in a releasable state, but I was waiting to see if people wanted anything else changed first
    19. rocketchameleon
      rocketchameleon
      • member
      • 0 kudos
      The new release will have both pak and loose file versions, I hope!
    20. Borland30
      Borland30
      • supporter
      • 1 kudos
      It is in a releasable state, but I was waiting to see if people wanted anything else changed first
      How is it going?
  13. Foxyfan984
    Foxyfan984
    • member
    • 0 kudos
    I feel like Ive tried everything. Ive reinstalled the mod manager and BG3. Ive deleted old mods and added them back with the latest version. I cannot seem to get this mod to work. Modsettings file always displays this mod as second, below the GustavDev one. I added the BetterLoot100 right below it and exported the order to game. I thought it was supposed to fill ever empty chest/item that can hold stuff and yet I don't see any difference even when starting a brand new game. I don't want to step on any toes, but does anyone know how to get it working?