LMH01 / MGT2_Mod_Tool

This is a tool with which you can modify Mad Games Tycoon 2. You can for example add or remove genres.
GNU Affero General Public License v3.0
13 stars 3 forks source link

Make max picture id get automatically detected from the game files #115

Closed LMH01 closed 1 year ago

LMH01 commented 1 year ago

Is your feature request related to a problem? Please describe. Some features require the maximum number of default pictures, currently that number is hardcoded. As the tool makes an initial backup anyways it should be included to read the number of pictures currently in the FOLDER and set that number as max picture id. This way the number is no longer hardcorded and does not rely on a manual update.

Describe the solution you'd like Make the max picture id get automatically detected when an initial backup is created. This number will probably have to be stored in an file (Settings file?) to restore it later.

Describe alternatives you've considered

Additional context

LMH01 commented 1 year ago

fixed in v4.8.0