So, I was doing some testing around to see what the max limit for Integer was, and it is 2147483647
. But, I wanted more.
So I switched over to Long, which based on my experiments, the max value for that is 9199999999999999999
, which is only just under 9.2 quadrillion I believe.
But, that is still not enough, I want to go to at least 999 Septillion, etc. Is this possible? If not, could I be given a way to convert numbers to letter variable form; (1q, 2S, etc.)? And if I convert them to variable form.
Is there a way to get the actual value of the variable for my config file sake? I will need it for shops and rankups and other stuff.