|
| 09 Oct 2016 09:29 AM |
| I use the leaderboard in my game to display strength, defense, and agility. There is a limit at which your numbers hit 2,147,000,000. After that it will make your numbers go negative. Is there something I can do to make the leaderboard work past these numbers or do I need to make my own gui leaderboard just to get past these numbers? |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2016 09:35 AM |
i don't think a game with strength, defense, and agility needs stats over 2 billion, but that's just my personal opinion
scripts can save values up to 100 trillion, so you'll need to use a string in the leaderboard value and have a script that converts these values to much more condensed forms of numbers |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2016 09:36 AM |
your game is probably bad if there's limits that high
Formerly xXTheRobotXx, add 13,349 posts |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2016 09:37 AM |
| yeah, there really aren't too many games that need stats over 2 billion, and judging by the stats you are trying to save, 2 billion strength seems absurd |
|
|
| Report Abuse |
|
|
|
| 09 Oct 2016 08:12 PM |
| Thanks for the suggestion. I'm developing a dragon ball game. In the series dragon ball z the power levels exceed 200 Billion. However this game includes transformations in dragon ball super which exceed trillions and quadrillions. |
|
|
| Report Abuse |
|
|
Stiiky
|
  |
| Joined: 15 Jan 2010 |
| Total Posts: 451 |
|
|
| 09 Oct 2016 08:19 PM |
change it to a numbervalue instead of intvalue.
|
|
|
| Report Abuse |
|
|
|
| 09 Oct 2016 11:53 PM |
| Thanks Stiiky! That worked great! |
|
|
| Report Abuse |
|
|