Jump to content

Cannot select high High level Abilities (HLA) on EET!


Recommended Posts

Hello there,


I have installed EET wil all megamods and mods, the games ran absolutely fine so far. The only issue i had is that past level 14, i have to start selecting the high level abilities from throne of bhaal. The issue i have is the followinng: if I click on the "+" or "minus" to select the abilities, nothing happens, and i am stuck at the selection screen with no possibilities to actually level past level 14. Is there some file or fix i can use? Like, replacing the original files that regulate HLA selecting? it's the second time i try reistalling, i have got the same problem, but the game otherwise runs fine!




Here is the uploaded savegame, with the issue! Hope you can help me!


Thanks a lot.


C.

Link to comment

you're using SoD GUI, right? Add this at the beginning of UI.MENU:

`
currentHLASelection = nil
function chargenHLADescription()
                if currentHLASelection == nil then
                               return 63817
                else
                               return chargen.HLAs[currentHLASelection].description
                end
end
function chargenHLAPlusMinusFrame(cell, rownumber)
                if cell == 3 then
                               if chargen.HLAs[rownumber].canAdd then
                                               return currentCellCheck(cell)
                               else
                                               return 3
                               end
                elseif cell == 4 then
                               if chargen.HLAs[rownumber].canSubtract then
                                               return currentCellCheck(cell)
                               else
                                               return 3
                               end
                end
end
`

Or you can switch to default GUI that doesn't have this problem.

 

will be fixed in the next version, thanks.

Edited by K4thos
Link to comment
On 12/16/2018 at 7:54 AM, bobbins said:

apologies if I am being dense but I have searched and cant find UI.MENU:

I am in SoA and am having the exact same issue - afraid I am probably being dumb but cant see where to insert the text!

It's under the MENU category in Near Infinity.  Near Infinity is a game file browser and editor that many of us use to manipulate the game data. You can find it by searching for Baldur's Gate Near Infinity. There are many online tutorials available to show you what you can do (editing items, dialogue trees, shop files, game rules in the 2da files, and much more).

Link to comment
21 hours ago, Lightbringer said:

 Near Infinity is a game file browser and editor that many of us use to manipulate the game data. You can find it by searching for Baldur's Gate Near Infinity.

1

Right, and the google search I made lead me to here. Which is a very outdated version. Not compatible with EE game etc.

There's an actual support topic here... and in there, it's suggested to use the snapshots link, or this link in where one downloads the actual java tool.

Link to comment

Ah! Thanks Jarno :D

I didn't remember where I acquired it from. Glad it's sorted then.

Edit: a search for "Baldur's Gate Near Infinity" I just ran produced the github page at the top result. Idk, I was tired when I wrote that previous post. Good to clarify, though.

Edited by Lightbringer
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...