TheRealDjmr / BG3ImprovedUI

134 stars 132 forks source link

Add the Twelve (deities) #293

Closed Ani-ki closed 8 months ago

Ani-ki commented 9 months ago

Hello! Prepping to release a mod that adds the FFXIV deities to CC. The mod is not yet on Nexus as I am hesitant to post there given their TOS, but I have it available in my mod repo here. I'm wanting to make sure it works okay before releasing anything.

(This is my first BG3 mod project so I may have borked something up.)

Thank you kindly in advance!

TheRealDjmr commented 8 months ago

Ok so we have a few problems here 20240224144358_1

  1. In your repo, the file "gods.lsf.lsx" needed to be changed to "gods.lsx". The gods didn't show up in CC before this.
  2. Your icons are much bigger than I'm expecting. I reformatted the Byregot.DDS file to be 196x196 (matching the sizes that the base game uses) and these settings: image
  3. The GUIDs listed in the xaml files do not match the same IDs you have in your Gods.lsx file. I've updated the Byregot entry to match that "UUID" listing for Byregot in Gods.lsx - c9aaf541-edad-48c3-a0d0-6d0e923cd388

I've made a pull request on your repo with my changes in - https://github.com/Ani-ki/Shitposts-in-BG3-Form/pull/1

Ani-ki commented 8 months ago

Oh, fantastic! Thanks for this; I'll make the changes and do a new pull request as soon as I can!