mapron / d2modgen

D2R mod generator. Provide quick tool to generate .txt files to change game balance: increase drop, monster density or even randomize items.
MIT License
62 stars 13 forks source link

[Request] Expanded inv/cube/stash #17

Open Dugahst opened 8 months ago

Dugahst commented 8 months ago

not a bug, but a request - can you add an option to expand the inventory, cube, and stash size?

mapron commented 8 months ago

It is option called pregen step. You can add there other D2R mods as you wish. My current d2modgen is tiny C++ app without any resources, it is 10mb at most in zip. If I start providing graphics, 1) there will be a lot of size, like 300mb 2) harder to provide updates 3) also copyright violation, as someone did expanded inventory graphics, not me and it can easily lead to github ban. I am not graphics designer to do it myself.

Just use combination with other mods.

Dugahst commented 8 months ago

I understand, can you maybe post instructions on how to use the 'pre-gen data' feature?

mapron commented 8 months ago

image something like this I suppose? just select mod there Also I am not responsible for outdated mods, make sure they work standalone with no d2modgen.

KaBombz commented 8 months ago

When trying to use the pre-gen data feature, attempting to generate the randomizer gives a "Failed to merge with source" error. This happens with any mod selectable in the drop-down menu.

mapron commented 8 months ago

@KaBombz What mod you trying to use and what merge strategy?

KaBombz commented 8 months ago

Tried with both Vanilla++ and ReMoDDeD with all merge strategies, the error occurs regardless. The program is definitely reading the folders correctly, looking in the Mods directory

mapron commented 8 months ago

@KaBombz no, Bonesy mods are binary, so unfortunately they won't work, I am sorry.

KaBombz commented 8 months ago

Ah, okay, was confused by the screenshot provided above in that case

mapron commented 8 months ago

Sorry for confusion, I have no valid mod installed on my PC like extended stash. I need to register on nexus and install D2RMM to get this, I personally don't have time for that. If you have standalone extended stash mod I can check if it works right now. People on discrord reported before that it works fine, that's why I recommended pregen step. Don't want do false advertisement here

Lethlman commented 8 months ago

I get this error with this mod. Is there another stash expansion mod that works? image

mapron commented 8 months ago

Can you post a link to this mod or something? how do I obtain it for testing?

Lethlman commented 8 months ago

I tried these 2 mods https://www.nexusmods.com/diablo2resurrected/mods/13 https://www.nexusmods.com/diablo2resurrected/mods/377?tab=files the second one, when i try to generate the mod window just closes, no error.

mapron commented 8 months ago

Ok, I will create nexus account, download it and look what I can do. Don't expect fast resolution :(

Lethlman commented 8 months ago

Ok, I will create nexus account, download it and look what I can do. Don't expect fast resolution :(

its all good man. I appreciate the work you put in already and this is truly a fun mod

mapron commented 8 months ago

Thank you for the patience. I really confused as other people reported it worked (before) so I was relying on that. Did not had time to test merge mod functionality thoroughly before.

Lethlman commented 8 months ago

ya man, this really is just a QOL thing for me.

mapron commented 7 months ago

I also thinking about implementing it myself with some png slicing on the fly from diablo2 resurrected data. That would be super cool to implement. And you could choose several inventory sizes, turn on and off mercenary slots etc. Though probably won't be artistically pleasant with auto slicing, need to think about it.

Lethlman commented 7 months ago

I also thinking about implementing it myself with some png slicing on the fly from diablo2 resurrected data. That would be super cool to implement. And you could choose several inventory sizes, turn on and off mercenary slots etc. Though probably won't be artistically pleasant with auto slicing, need to think about it.

That would be dope. honestly the stash size is the main thing keeping me from playing it more. whatever you can do is awesome.