-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
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. |
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:
Inventory in 1280x720
Purchase menus:
The text was updated successfully, but these errors were encountered: