Reply to Re: New File: Binary Supervars
If you don't have an account, just leave the password field blank.
Thanks for the report RangerLord. I did attempt to deliberately make it crash by adding more treasure, but those additional boxes instead flipped it into a negative number, rather than setting it to 9 million like one might expect.
>what this could be used for.
Save files only allow for 250 variables to be saved within them. Quite often, these are used merely as flags to determine if the user did something or not. By splitting one of those variables up, it allows for one variable to have 28 (in this implementation) or more flags within it, thereby saving the use of the other 249 for more substantial purposes.
>what this could be used for.
Save files only allow for 250 variables to be saved within them. Quite often, these are used merely as flags to determine if the user did something or not. By splitting one of those variables up, it allows for one variable to have 28 (in this implementation) or more flags within it, thereby saving the use of the other 249 for more substantial purposes.






