lah7 / sims2-4k-ui-patch

Work in progress patch program to upscale The Sims 2's UI for 4K displays
GNU General Public License v3.0
33 stars 2 forks source link

Live Mode: Icons for memories too small #24

Open lah7 opened 2 years ago

lah7 commented 2 years ago

Also note the misalignment on the left (#11)

small-memories

lah7 commented 2 years ago

Likewise, some of the wants/fears are small too, possibly the same icon asset?

Screenshot_20220305_155508

lingeringwillx commented 1 year ago

There are icons for the memories in the objects.package file for the latest expansion. They can be found in the same groups as the objects that start with the word Memory (Also objects type is memory). The icons have the IMG entry type. Perhaps upscaling them would fix this?

lah7 commented 3 months ago

Sorry it's been over a year: Thank you very much for the tip!

I'm currently reworking parts of my DBPF module. At the moment, when my module reads objects.package, it eats up 20 GB+ of RAM and runs out of system memory. 😁 I imagine it's because I made a change fcde15ca2f642c7a8d985e631b3e0b5a6757d7f8 to decompress everything into memory first, but I guess that won't work with this package if it has different data types that should be left untouched.

Once I sort that out, I'll add objects.package to the list, which hopefully helps with #25. 🤞🏼

PS. I created a v0.1.0 release with a build of the patcher. In terms of visual bugs, it is relatively the same as the past year or two.

lingeringwillx commented 3 months ago

I noticed that your DBPF library doesn't support index minor version 2 (indexes with resource IDs), maybe that's the problem?