Skip to content
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

short inventory list #75

Open
rodrigoaguilar11 opened this issue Aug 12, 2023 · 3 comments
Open

short inventory list #75

rodrigoaguilar11 opened this issue Aug 12, 2023 · 3 comments
Assignees

Comments

@rodrigoaguilar11
Copy link

When playing in 1024x768 resolution with or without a patch, the inventory list is longer.
but any other resolution with or without patch keeps it short of only 5 items in length, it should adapt like the purchase menus or maybe stay as 1024x768.

Inventory in 1024x768:
04690ea5-df53-44a4-8282-c0f20d36f968

Inventory in 1280x720
84accfc0-2b55-4574-a5de-8ff5d6ea40cf

Purchase menus:
c3396068-9686-42e3-af94-fcbbbe11571b

@FaithBeam
Copy link
Owner

Thank you for reporting this. This behavior must be controlled by the two default resolutions of the game, 800x600 and 1024x768. The patcher only edits the 800x600 resolution so it only shows a max of 5 items in the inventory. I can probably edit the 1024x768 resolution to the custom one which hopefully will fix this.

@FaithBeam FaithBeam self-assigned this Aug 15, 2023
@FaithBeam
Copy link
Owner

Well, I was wrong or partially right. I edited the 1024x768 bytes to the custom resolution and ran the shortcut with the -r1024x768 option, and it still shows 5 items. Uninstalling the patch and running the same shortcut shows more items. Maybe there's some other resolution bytes I need to edit?

@rodrigoaguilar11
Copy link
Author

Well, I was wrong or partially right. I edited the 1024x768 bytes to the custom resolution and ran the shortcut with the -r1024x768 option, and it still shows 5 items. Uninstalling the patch and running the same shortcut shows more items. Maybe there's some other resolution bytes I need to edit?

yes , according to my experience, patching the game on 1024x768 extends the inventory list to 9 objects, I understand that the default executable does it on 800x600, I guess running it on 1024x768 is a condition to extend the inventory, That condition should be modified to a custom resolution I suppose.
Or you can change the list size.
It is curious that the list so build or buy automatically adapts to the resolution but this not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants