Jump to content

[UI] Lefreut's enhanced UI (BGEE, SoD, BG2EE and EET)


Recommended Posts

Hello all,

The goal of this mod is to provide an unified and improved UI (inspired by v1.3 and Vanilla) for Enhanced Edition games (BGEE with or without SoD, BG2EE and EET. It comes up in three different flavor/skin. Each package is standalone so you only need to install the one you prefer. This way you can use the same UI skin to play the whole saga or you can install different skins on the different games so each game stay with their own skin but with all the same functionalities and improvements. You can even install the BG2EE skin on BGEE and the BGEE skin on BG2EE if you really want.

Compatibility:

For EE version 2.6, use the v4.7 version of this mod.

For EE version 2.5, use the v4.3.2 version of this mod.

This mod is a complete overhaul so it is by design not compatible with any other UI overhauls mods (Dragonspear UI++, Revised Dragon Scale, ...).

This mod must be installed before any mods that patch the UI (EEUITweaks, Sword Coast Stratagems, Tome & Blood, Might & Guile, Shadow Magic, Deities of Faerun, or Faiths & Powers, ...).

Components:

1° Core component

The main UI overhaul (mandatory)


BG2 vanilla bams for spells

Use this to use the vanilla BAMS for spells:

Spoiler

Baldr054.jpg.b323a37061f8ce92856f5963966eace5.jpg


BG2 vanilla fonts for descriptions

Enable this option to change the fonts use  for item descriptions.

Spoiler

Baldr035.jpg.5cb2881244e9517352837399bfd7b09f.jpg

 

In-game options (Graphics menu):

1° Show Sidebar toggle button

Use this option to show Toggle Buttons on left and right sidebars

2° Show Quicksave button

Use this option to show Quick Save button on left sidebar

3° Show Highlight button

Use this option to show Reveal Details button on right sidebar

4° Small right sidebar buttons

Use this option for small AI Toggle and Select All buttons on right sidebar

5° Left click on portrait to level up

Use this option for level up your character by clicking on portrait

6° Reverse +/- buttons position

Use this option for reversing +/- buttons positions

7° Single Click to Map Travel

Use this option for map traveling with single click

8° Quests in journal collapsed by default

Use this option for journal be collapsed by default

Download:

BGEE skin

SoD skin

BG2EE skin

Screenshots:

1° Title screen:

2° Main screen

3° Journal

4° Inventory

5° Record

6° Mage book

7° Priest book

Edited by lefreut
Link to comment
function getItemUsages()
	local item = store.storeItems[rowNumber].item
-	if(item.usages > 1) then
+	if(item.usages ~= nil) then
		return item.usages

After this change the UI won't display the stack sizes for store items when I use it with EET. Reverting it back fixed the issue for me.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...