I have 2 questions:
1) Is it possible to move inventory picture position to the top of the screen?
I increased the inventory slots to width:13, height:9, but I want to increase the inventory slots to 13x13 like this:
I think this requires moving the inventory picture position to the top of the screen. Already removed borders in the 800x600 resolution.
2) Then this requires to insert a larger inventory picture like on the screenshot, but game doesn't want to work with a larger inventory picture: height 548 pixels. How to fix it?
Is it possible to do this? (D2LOD v.1.13c)
[1.13c] Is it possible to move inventory picture position?
Moderator: Nizari
[1.13c] Is it possible to move inventory picture position?
Last edited by Razi198 on Fri Jun 09, 2023 9:44 pm, edited 1 time in total.
Re: [1.13c] Is it possible to move inventory position?
at that size, you're overlapping into the border, which exceeds the bounds available for the inventory. remember, that border is only really there in 800x600 resolution, so in 640x480, the 548pixel background would exceed the total area of the diablo 2 window. even 10x10 inventory just BARELY doesnt fit/work all the time, as theres just a pixel or 2 short there and causes inconsistent crashing. the giga inventory 10x9 is probably the largest you're going to get.
Re: [1.13c] Is it possible to move inventory picture position?
There is also inventory mod with 11x9 cells. And I made a mod with 13x9 cells that goes off screen by 58 pixels at a resolution 640x480 (inventory picture width:378 pixels) and the mod works:
But I can't even make the inventory image smaller than 432px by height. It looks like it requires to edit the code to resize height of the inventory image.
Re: [1.13c] Is it possible to move inventory picture position?
Can you provide link for it? I would love to use it. Or if you got bigger inventory you managed to make. Also, is it possible to make it even bigger on higher resolution with mods that increase resolution?