Code: Select all
name = How is my build
Writes down the time a building was finished, write down the amount of metal and energy income when said building was finished like:
always ignore units and other actions, only include resources and structures.
v-Time v-metal
0:24 Solar plant +1.5 +55
^-Structure ^-energy
___________________________________
0:24 Solar plant +1.5 +55
0:35 Metal Extractor +2.5 +59
0:57 Vehicle lab +2.5 +59
___________________________________
make able to save into a file as "Build name" and be capable of loading a build to show next to your current progress as a template.
example of comparison:
Current build.[load button][save button] Saved Build that you loaded.
___________________________________ ___________________________________
0:24 Solar plant +1.5 +55 | 0:11 Solar plant +1.5 +56
0:35 Metal Extractor +2.5 +59 | 0:22 Metal Extractor +2.5 +61
0:57 Vehicle lab +2.5 +59 | 0:45 Vehicle lab +2.5 +61
1:24 Metal Extractor +3.5 +65 | 1:03 Metal Extractor +3.5 +68
___________________________________ ___________________________________
only always save the "Build progress / Current build"
##########
if comparing show the lower value as Red and higher than the other as green, unless it is time where it is opposite.
example:
__________________________________________________
0:24 Solar plant +1.5 +55 | 0:11 Solar plant +1.6 +56 |
^ this side would be green Time and income numbers.
___________________________________________________
example 2:
______________________________________________________
0:24 Solar plant +1.5 +55 | 0:11 Solar plant +1.4 +56 |
^ this would have the metal income value on the build order to the right as red (lower value)
______________________________________________________
Have a good day!
##########
okay so project is on the way, but still alot of things left to do and im only starting to learn Lua so bare with me on this one, but thanks to a few people its moving forward :)!
but do report bugs here if you find any
- Changelogs:
v1.2:
*includes mapname for the saved file.
*changed sizes of the formatting, should no longer mess up the list format when long building names occur (size is now 35 characters).
v1.1:
*now saves each file after battle with timestamps.
v1.0:
*base build made.