blueskythlikesclouds / MikuMikuLibrary

Format library and file editor for Hatsune Miku: Project DIVA games
MIT License
195 stars 45 forks source link

Fix F2nd/X Vita stage database reading/writing. #29

Closed keikei14 closed 3 years ago

keikei14 commented 3 years ago

Also makes everything uint too.

blueskythlikesclouds commented 3 years ago

Are Lens Scale properties not floats?

keikei14 commented 3 years ago

Are Lens Scale properties not floats?

Nope. I rechecked it with AFT stage_data and they come up as uints. Having them as floats would make a large number.

Same goes for F2nd/X

blueskythlikesclouds commented 3 years ago

Looks good to me, I guess.