So a number like this:
1,000,000,000,000,000,000,000 becomes 1.0e+21
Largest number you can have without it displaying inf: 1.7976931348623157e+308 doubt anyone will use numbers this high but still...
Because Yanfly has scripts that allow developers to go beyond the normal number caps this script will support them.
You will be able to set what size number will get converted to scientific notation for each category. You can also use a switch to turn the scientific notation on or off.
Currently my script supports:
Spoiler
Gold values
Skill costs < custom skill costs are only partially supported at the moment
Actor levels < Found out I have a display bug with this one right now
Actor param's < Status window supported now
Equipment param's
Shop prices
Battle damage and battle log
$game_variables in windows
Debug < only for displaying numbers need to find a way to allow you to change numbers in debug to large numbers
Item menu
Skill costs < custom skill costs are only partially supported at the moment
Actor levels < Found out I have a display bug with this one right now
Actor param's < Status window supported now
Equipment param's
Shop prices
Battle damage and battle log
$game_variables in windows
Debug < only for displaying numbers need to find a way to allow you to change numbers in debug to large numbers
Item menu
Spoiler
Enemy target info
Saves
Enemy levels
Some of the lunatic scripts
Possibly some other Yanfly scripts
Saves
Enemy levels
Some of the lunatic scripts
Possibly some other Yanfly scripts
Edit: Due to current obligations I am putting this script on hold for now.