You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardcode some game progress goals and have the ability to show how much resources are remaining (only count chests) until game is completed, and/or some other goals are met.
Possible goals:
Research Rocket Silo
Build Rocket Silo, Rocket and Satellite
Tank
Roboport
Destroyer Capsule
Science Pack 1
Science Pack 2
Science Pack 3
Science Pack 4
What needs to be done:
Create a "Progress" button in the top/left
Create a GUI to see all goals and some quick progress information for each goal
Possibly create a GUI to see more detailed information about the goals
Find which research topics needs to be researched for the goal
Find requirements for items needed to produce research goal
Do some math
Scan items in both chests and transport betls, perhaps even in robots.
Example for the rocket silo:
Requires 30 seconds
1000 steel
1000 concrete
100 pipes
200 processing units
200 electric engine units
Then below all that show what is required to build those things, for example:
5000 iron plate
4000 electric circuit
400 advanced circuit
...
Then show stuff needed to produce that:
... iron plate
... copper cable
...
As iron plate can occur on multiple levels, perhaps only show the sum of it on the bottom-most level?
The text was updated successfully, but these errors were encountered:
Hardcode some game progress goals and have the ability to show how much resources are remaining (only count chests) until game is completed, and/or some other goals are met.
Possible goals:
What needs to be done:
Scan items in both chests and transport betls, perhaps even in robots.
Example for the rocket silo:
Then below all that show what is required to build those things, for example:
Then show stuff needed to produce that:
As iron plate can occur on multiple levels, perhaps only show the sum of it on the bottom-most level?
The text was updated successfully, but these errors were encountered: