Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
357 stars 57 forks source link

Generate Ids integer limit #262

Closed erikkgagewhitt closed 1 year ago

erikkgagewhitt commented 1 year ago

Describe your problem When generating ids, for some reason there is an integer limit despite those integers working in-game. For example: generating ids from the integer 2213160316 is not possible and will instead start from 0. Additionally 2213160316 cannot be entered when generating ids without a starting value already entered.

Extra info?

v. 4.0.22

Frodo45127 commented 1 year ago

If I remember correctly this was due a limitation displaying numbers bigger than that in the spinboxes, should be possible to make it work with bigger numbers for the next release.

erikkgagewhitt commented 1 year ago

Sweet! Thank ya much!

Frodo45127 commented 1 year ago

Done for 4.1.0