nineteendo / pyvz2

PyVZ2 is a command line utility to modify PvZ2
GNU General Public License v3.0
44 stars 6 forks source link

Repair Fake Offset #54

Closed Haruma-VN closed 1 year ago

Haruma-VN commented 1 year ago

Offset FFFFFF can be easily repaired by set the data of the Subgroup rsgp become 0x00 or insert a blank RSGP there. Since it is blank it is useless to have in the game so it doesnt a problem at all.

nineteendo commented 1 year ago

Hmm, duplicate of https://github.com/Nineteendo/PVZ2tools/issues/17?

nineteendo commented 1 year ago

If they use a more reasonable offset, it's also possible part of the obb is missing. (That happened to some of my obbs recently, in that case there are really files missing) How can I distinguish these two cases? I have to somehow figure out which rsgs are real, and which are fake. In case they "real", but an unused resolution, an option to remove these resolutions will be required.