I might be missing something, but all I can see in the updated link is the source code. Can't find any installer.
The "Source Code" is what you need. Just be sure to extract the files at the proper location. You can use https://7-zip.org/ to extract all kinds of compressed files.
It turns out that the "Source code" isn't really source code, it's actually an installer, complete with an executable and hundreds of binary files. But that worked, thanks.
It turns out that the "Source code" isn't really source code, it's actually an installer, complete with an executable and hundreds of binary files. But that worked, thanks.
There is no distinction, the 'source code of the weidu mod' is the weidu mod itself.
Is there a quick way of updating a previous installation or is it necessary to manually select one by one each component you have already installed in order to update?
Is there a quick way of updating a previous installation or is it necessary to manually select one by one each component you have already installed in order to update?
Updating mod require uninstallation and installation:
- save you weidu.log
- uninstall mod entirety, remove mod folder from the game
- extract new version of the mod
- reinstall components according to you old weidu.log
The 'quick updating' doesn't exist in weidu mods world.
I've found a problem with my portrait picker on IWD 2.5. I tried installing with my hack of AncientCowboy's original WeiDU install and I got the following errors on startup:
The game runs and seems OK, but I did see a problem of not being able to dismiss the quickloot bar.
I then tried uninstalling my version and reinstalling using EEUItweaks. I get the same errors at startup and the same quickloot problem. I tested in between uninstalling my version and installing the tweaks version and the errors were gone.
Removing UI.menu from the override makes all three errors go away. Hand editing the UI.menu file to replace the Chargen_Portrait menu with the text in chargenportIWD works fine.
I'm pretty hopeless at WeiDU, so hopefully @lefreut can figure this out.
Edit: one small thing. When I installed BYMultiPort, WeiDU reports that it's installing the BGEE configuration, but it actually installed the IWD version.
@David77: It allows the store screen's trading area to expand vertically to fill the whole window. The effect isn't noticeable with UI Scaling enabled because, well, it scales - but if you prefer to play with UI Scaling off, it really helps. Here's two screenshots to compare:
Does it work in older versions? I'm currently using the version v2.3.67.3, i don't want to update and risk lose my saves for incompatibility with the mods that i already have.
Does it work in older versions? I'm currently using the version v2.3.67.3, i don't want to update and risk lose my saves for incompatibility with the mods that i already have.
@WilsonRoch some components have been updated to work with 2.5 and may not work with 2.3.
I would just like to take the time to say thank you Lefreut, for your time and dedication. This was going to be more verbose but life got in the way. Thank you.
Adul's Smooth Selling is out of date and doesn't work with the latest BGEE.
I'm currently not quite sure which version of Smooth Selling is included in the EEUITweaks, but in its dedicated thread the mod is already 2.5-compatible.
To be clear, Smooth Selling v1.3 is compatible with BG(2):EE v2.5. The earlier versions of the mod are not.
@rsw0x@Adul EEUITweaks uses the latest version of Smooth Selling and it works with SoD and BG2EE.
The problem is with BG1EE without SoD as the UI.menu structure is not the same.
For the step 4, this code is not present:
action
"
if store.groupItems[storeGroupItemsVar].valid ~= 0 then
local selected = true
if(store.groupItems[storeGroupItemsVar].highlight == 1) then selected = false end
storeScreen:SelectGroupItem( storeGroupItemsVar - 1, selected)
end
"
actionalt
"
showItemDescription(store.groupItems[storeGroupItemsVar].item, 1)
"
actionDbl
"
if store.groupItems[storeGroupItemsVar].valid ~= 0 then
local count = store.groupItems[storeGroupItemsVar].item.count
local stock = store.groupItems[storeGroupItemsVar].numInStock
if(count > 1) then
popupRequester(count, groupSplitStack, true)
elseif stock > 1 then
popupRequester(stock, groupSplitStack, true)
end
end
"
The section is this instead:
action
"
if store.groupItems[storeGroupItemsVar].valid ~= 0 then
local selected = true
if(store.groupItems[storeGroupItemsVar].highlight == 1) then selected = false end
storeScreen:SelectGroupItem( storeGroupItemsVar - 1, selected)
end
"
actionalt
"
showItemDescription(store.groupItems[storeGroupItemsVar].item, 1)
"
actionDbl
"
if(store.groupItems[storeGroupItemsVar].item.isBag == 1) then
showItemDescription(store.groupItems[storeGroupItemsVar].item, 1)
itemDescLeftButtonAction()
else
if store.groupItems[storeGroupItemsVar].valid ~= 0 then
local count = store.groupItems[storeGroupItemsVar].item.count
local stock = store.groupItems[storeGroupItemsVar].numInStock
if(count > 1) then
popupRequester(count, groupSplitStack, true)
elseif stock > 1 then
popupRequester(stock, groupSplitStack, true)
end
end
end
"
@lefreut Oh, that makes sense. I've never tested it with with the original BG:EE UI and just assumed that the code looked the same. Well, that's unfortunate. I'd love it if Beamdog universalized the various UI codes, otherwise I suspect issues like this are going to be a nightmare to keep track of and deal with going forward.
Thanks for the heads up! I guess in the meantime my mod component is going to require manual installation on SoD-free setups of BG:EE.
Comments
@semiticgod @Skatan @JuliusBorisov can one of you do this so people are aware of the newest version, please
The "Source Code" is what you need. Just be sure to extract the files at the proper location. You can use https://7-zip.org/ to extract all kinds of compressed files.
There is no distinction, the 'source code of the weidu mod' is the weidu mod itself.
Update: EEUITweaks v3.1
Download: EEUITweaks-3.1.zip
Compatibility with v2.5
Update
Updating mod require uninstallation and installation:
- save you weidu.log
- uninstall mod entirety, remove mod folder from the game
- extract new version of the mod
- reinstall components according to you old weidu.log
The 'quick updating' doesn't exist in weidu mods world.
The game runs and seems OK, but I did see a problem of not being able to dismiss the quickloot bar.
I then tried uninstalling my version and reinstalling using EEUItweaks. I get the same errors at startup and the same quickloot problem. I tested in between uninstalling my version and installing the tweaks version and the errors were gone.
Removing UI.menu from the override makes all three errors go away. Hand editing the UI.menu file to replace the Chargen_Portrait menu with the text in chargenportIWD works fine.
I'm pretty hopeless at WeiDU, so hopefully @lefreut can figure this out.
Edit: one small thing. When I installed BYMultiPort, WeiDU reports that it's installing the BGEE configuration, but it actually installed the IWD version.
@Pecca @lefreut Could amazing multi-party-member UI++ inventory screen be added into EEUITweaks please?
Update: EEUITweaks v3.1.1
Download: EEUITweaks-3.1.1.zip
@WilsonRoch some components have been updated to work with 2.5 and may not work with 2.3.
I get an error with Leveling Progress Bar Tweaks. Please could you help?
debug and weidu log:
https://drive.google.com/open?id=1MFcUCxx_01P5mqwM3__vdkwyP60jPOv0
https://drive.google.com/open?id=1PfGzHCh4GisRUfDWiXYlAmFqhxYP0S2S
Update: EEUITweaks v3.2
Download: EEUITweaks-3.2.zip
I'm currently not quite sure which version of Smooth Selling is included in the EEUITweaks, but in its dedicated thread the mod is already 2.5-compatible.
To be clear, Smooth Selling v1.3 is compatible with BG(2):EE v2.5. The earlier versions of the mod are not.
The problem is with BG1EE without SoD as the UI.menu structure is not the same.
For the step 4, this code is not present:
The section is this instead:
Thanks for the heads up! I guess in the meantime my mod component is going to require manual installation on SoD-free setups of BG:EE.
https://github.com/r-e-d/EEUITweaks/archive/master.zip