Open
Description
Currently, the maximum and minimum values accepted for the variables in the games supported are the following:
- RPG Maker 2000: -999999~999999
- RPG Maker 2003: -9999999~9999999
- Maniac Patch: -2147483648~2147483647
It may be interesting for compatibility purposes to allow to set the maximum and minimum values for variables from another mode than the one currently used, for example if there is a plan to migrate to another mode without having to care if the change of minimum and maximum values accepted may cause issues.
Outside of that, setting custom values may interest some users in some specific cases I guess (e.g. not allowing negative values), but this is probably extremely specific so it would need feedback from interested users (which I'm not really).