Divinity: Original Sin - Enhanced Edition
0 of 0

File information

Last updated

Original upload

Created by

Drake0713

Uploaded by

Drake0713

Virus scan

Safe to use

47 comments

  1. Drake0713
    Drake0713
    • premium
    • 98 kudos
    Sticky
    BOUNTY: This mod's file can only call for epic+ but I would LOVE to examine (and mod) whatever file the game uses to define epic vs legendary vs divine results.  If you know, I can offer you a (very) meager DP reward... DP as in donation points... don't get any other ideas :-P
    1. KnightShadePrime
      KnightShadePrime
      • supporter
      • 3 kudos
      I think I have an idea. (Not for a reward, but for free and to help, by the way.)

      Look at the top row of TreasureTable.txt:
      treasure itemtypes "Common","Uncommon","Rare","Epic","","",""I believe the last three not listed are also categories.
      Look at the file in Main.pak (Main\Public\Shared\Stats\Generated\Data) ItemType.txt
      It shows seven categories: common, uncommon, rare, epic, legendary, divine, and unique.

      Now look at a treasure listing:
      new treasuretable "ST_WeaponLegendary"
      MaxLevel "0"
      UseTreasureGroupCounters 1
      new subtable "1,1"
      object category "Sword",70,0,0,0,100,0,0,0
      The part after the 70,
      0,0,0,100,0,0,0
      7 of them, same as the treasure itemtypes, including the unlisted ones.
      What if you changed it to:
      0,0,0,0,0,0,100
      What would you get? A unique 100% of the time?
    2. Drake0713
      Drake0713
      • premium
      • 98 kudos
      It has been a while since I worked on this, but iirc this is how it works:
      Any call to "Common", "Uncommon", "Rare" works the way you would expect it to, but when the game calls for an "Epic" it goes to some sub-table somewhere else which then further refines the result.  Which is something like: is the player less than lvl 8? Then return EPIC, else is the player greater than or equal to lvl 8 but less than 15? Then return LEGENDARY, else is the player greater than or equal to 15? Then return DIVINE.
      afaik changing those last three values will NOT make you a legendary nor a divine and what you typed there at the last will fail to produce any item at all
  2. b1tter
    b1tter
    • member
    • 0 kudos
    Hi everyone!
    Tell me, someone tried to make a version on the XC_Encounters?
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      There is already a version for Epic Encounters which is one of the main parts of XC_Encounters so that version ought to work over top of the combo mod.
    2. b1tter
      b1tter
      • member
      • 0 kudos
      Unfortunately, it doesn't work. The version that is attached to Epic Encounters - has a difference with the file in the XC_Encounters, about 400 lines are missing.
    3. Drake0713
      Drake0713
      • premium
      • 98 kudos
      I haven't touched this project in 3 years... if I have time I might dig into it again for you, but no promises
    4. b1tter
      b1tter
      • member
      • 0 kudos
      I just tried to put it on top - it doesn't work. :(
      Your fashion seems very attractive if you have the time and opportunity to combine them - I would be very grateful. Thank you.
    5. b1tter
      b1tter
      • member
      • 0 kudos
      From the information collected, I managed to do something similar. Look if possible, you can adjust something. If all is well, you can upload as an XC version. Edited "Epic Encounters with BetterLoot and Luck".
      https://dropmefiles.com/k1KQx
    6. Drake0713
      Drake0713
      • premium
      • 98 kudos
      Firefox won't let me download that saying its a dangerous site, but I'm looking at the files now and I'll post what I come up with
    7. Drake0713
      Drake0713
      • premium
      • 98 kudos
      And finished.  For the most part I just loaded up the TreasureTable.txt from Epic Encounters and XC_Encounters in WinMerge and forwarded the differences into my Epic Encounters version to create the new ones.

      Feel free to load into WinMerge what you had created and compare to the new files I uploaded to see if they are the same or not.
      Oh poop, I did leave in 5 of these lines instead of giving them the BetterLoot treatment:
      new subtable "4,1;5,1;6,1"
      If you want to correct that just change them to:
      new subtable "6,1"

      Still, you owe me a Turkey Dinner :-P
    8. b1tter
      b1tter
      • member
      • 0 kudos
      I downloaded the file from the first link from google.:)
      Very useful WinMerge program, through it just made edits, special thanks for it!
      Compared the files, now I feel calm that I did everything right!:)
      Do I understand that the file should be inserted into the .pak archive anyway?
    9. Drake0713
      Drake0713
      • premium
      • 98 kudos
      iirc you can load it as a loose file override, but yes if you know how to - putting it into the pak is the surest way to apply it
    10. b1tter
      b1tter
      • member
      • 0 kudos
      Some lines are missing and some lower lines have not been affected. Perhaps this may affect the receipt of some awards. They were changed by analogy with your settings, if you are interested, I can upload a file to any exchanger.:)
    11. Drake0713
      Drake0713
      • premium
      • 98 kudos
      That file should overwrite not append existing files.
  3. modpark817
    modpark817
    • member
    • 0 kudos
    Hi,

    thanks for your good mod

    but how can I activate it in the game?
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      Its been a while, but there should be an option on the main title screen
    2. modpark817
      modpark817
      • member
      • 0 kudos
      really? but I can't find it even mod menu on the main title screen
    3. Drake0713
      Drake0713
      • premium
      • 98 kudos
      iirc it doesn't show up as "Betterloot" on the mod screen but just as some random folder name.
      Gist is, if everything is already enabled on the mod screen it should be set.  Easy way to test if it is active is to run a test new game with the 100% luck proc chance version and a toon with at least 1 luck and see if everything is popping off luck procs

      again iirc it throws some error message about not being usable in multiplayer, but the error doesn't affect single player games and might not even when used in multiplayer sessions (I just never tested it in multiplayer)

      I had written this up and made sure it worked, but something about the folder structure wasn't quite right which is the reason for how it displays in the mod menu.  I can fire the game up later and double check this info if you like
  4. Err032
    Err032
    • member
    • 1 kudos
    There is a similar mod for the classic version of the game, maybe you will find something useful for yourself.
    https://steamcommunity.com/sharedfiles/filedetails/?id=390906177
  5. Rerednaw
    Rerednaw
    • member
    • 0 kudos
    Merged the Public folder as instructed and can see it on the drive.  However does not show up in the mods page.  I do however get a message in DOSEE.  
    "Files of Mod Main are invalid..." 

    Don't have any other mod at all. Tried both the better loot and better loot and luck txt files. 
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      As the description mentions it does throw an error message, but test in-game with the 100% luck proc on a character with at least 1 point in luck - if every container is popping the luck proc then it is working
  6. brazosfuertes
    brazosfuertes
    • member
    • 0 kudos
    Hello Sir, thank you for this mod. I was wondering if I can install this mod without the Epic Encounters mod.
    Thank you
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      As long as you do not use the EE versions - yes
  7. MrInspirer
    MrInspirer
    • member
    • 3 kudos
    Is there anything similar for the second game? Don't seem to find any.
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      I might do one for #2, but I don't have any timetable for it
  8. madamgao
    madamgao
    • member
    • 0 kudos
    The version that is compatible with Epic Encounters works perfect! True, I play with XC_Bags and 6 players, so I had to open the xc_encounters.pak file and stuff your file inside. After these manipulations, everything worked perfectly and almost every chest comes across something interesting! Many thanks to you, I wanted something like this for so long.
    1. gymehill
      gymehill
      • member
      • 0 kudos
      hey, any chance of a quick guide on how to do this please? im failing miserably at this!
    2. madamgao
      madamgao
      • member
      • 0 kudos
      Вы знаете, как пользоваться экстрактором EE pak, который есть на Larian?
      С его помощью я вытащил все файлы из xc_encounters и просто заменил тот внутри xc_encounters этим файлом и подтвердил замену, затем запаковал файл обратно в пак. Объясняю так себе, главное уметь использовать пакет экстрактора EE. 
      I could share my file, which I made, but I also added skills there that the player does not have, and so on)
    3. kennakasone
      kennakasone
      • member
      • 0 kudos
      I would be interested in just how you managed to open the .pak file and put this mod in there. I tried using winrar but it didnt work
    4. madamgao
      madamgao
      • member
      • 0 kudos
      It will not work to explain in a nutshell, but I can give links to the program and the guide, if you read it carefully, it will become clear how to use it.
      Here are two links, to the Larian forum and to the guide.
      WinRar? I'm afraid a special program is needed)
      https://docs.larian.game/Pak_Extractor_Guide - And here is the guide.
      https://forums.larian.com/ubbthreads.php?ubb=showflat&Number=572322&page=1 - Here you can find the program and user comments, they even helped me as a philologist to figure out how to use it!
    5. ash050896
      ash050896
      • member
      • 0 kudos
      can you upload the file please ?
  9. KnightShadePrime
    KnightShadePrime
    • supporter
    • 3 kudos
    I was going to ask you how the numbers work, then Google finally came through for me.
  10. Aneshka
    Aneshka
    • member
    • 0 kudos
    Can't open any of your archives. It's written that they are corrupted(((
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      They are .rar you need a program that can handle that extension; whatever you are currently using - can't
    2. KnightShadePrime
      KnightShadePrime
      • supporter
      • 3 kudos
      Use 7-zip. It's free and excellent.
  11. failuree
    failuree
    • member
    • 0 kudos
    i was wondering if the EE version of this mod could work with XCE

    i replaced the folder name from epic_encounters_[hash] to xc_encounters_[hash] and placed it in the data folder
    after launching the game i noticed that equipments dropped weren't being sorting into the magic bag

    is it normal or is it a conflict with xc bags
    if it is could you maybe make a version for XCE

    i would have tried doing something  with norbyte's convertor
    but i couldn't find an equivalent DOSEE .pak file extractor for linux
    1. Drake0713
      Drake0713
      • premium
      • 98 kudos
      Give me a link to the mod in question and I'll see if I can make a patch for it as well
      The single best tool you'll ever download for this sort of work is WinMerge - a tool computer science professors use to check students' submissions for copying.  It highlights differences between two similar files eg the same file between two different mods.