-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expanded stash/inventory/cube size #15
Comments
@stefaz That's possible, I dont want to support various sizes since that would need a different background image for each modded size The code to support modded sizes of the cube or inventory is here gomule-d2r/gomule/src/gomule/gui/D2ViewChar.java Lines 63 to 90 in 1870f54
|
When using a mod like Expanded Storage (https://www.nexusmods.com/diablo2resurrected/mods/13?tab=description) it works well for the Character Inventories, since it doesn't overwrite what is there in the extra space. But when using the shared stash, it doesn't even load/open in GoMule once you put items out of "bounds". Can you support that it still loads, while it just leaves those items there like for the normal Inventory. |
@pairofdocs Hi! I'm trying to figure out how to add support for expanded inventory and stash size. When I compile and run GoMule.main(), the version is "R0.43 Donkey", which is different from the current release (R0.44). Could you tell me where can I find the latest repo? |
Hey, no, I dont think I can support that feature here. I don't have the time that I had a few months ago. |
@Miao4382 Silos has the official repo for golume on sourceforge (https://sourceforge.net/projects/gomule/files/). I forked gomule-d2r from the older code from source forge, that's why pairofdocs/gomule-d2r still has R0.43 both pairofdocs/gomule-d2r and Silos D2R Gomule work for D2R |
Hi,
are there any plans to support non-standard stash/inv/cube sizes?
some mods (e.g. https://github.com/cyhyraethz/d2r-basic-qol) are offering expanded sizes and I was wondering if gomule-d2r could support these.
someone did this for an older gomule version here (https://d2mods.info/forum/viewtopic.php?t=62872), so it seems to be possible.
thanks!
The text was updated successfully, but these errors were encountered: