2016-10-14 14:53:30 -05:00
|
|
|
# netburner
|
|
|
|
Netburner Idle Game
|
2016-12-07 15:23:39 -06:00
|
|
|
|
|
|
|
TESTING TODO:
|
2017-05-08 12:40:53 -05:00
|
|
|
|
2016-12-14 14:29:40 -06:00
|
|
|
If a server has no more money available it cannot be hacked anymore
|
|
|
|
Should work automatically...because your money gained percentage will be multiplied by 0
|
2016-12-14 15:22:12 -06:00
|
|
|
When the game is loaded re-load all of the scripts in runningScripts
|
2016-12-15 11:51:23 -06:00
|
|
|
- Seems to be working
|
2016-12-19 12:20:19 -06:00
|
|
|
|
|
|
|
Adjust leveling formula. Goes up way too high at first
|
|
|
|
http://gamedev.stackexchange.com/questions/55151/rpg-logarithmic-leveling-formula
|
|
|
|
- might be too slow now?
|
2017-02-24 14:48:15 -06:00
|
|
|
|
2017-05-08 12:40:53 -05:00
|
|
|
|
2017-02-24 14:48:15 -06:00
|
|
|
Change Company pages to display "apply for promotion" and other stuff when you are already employed there
|
2016-12-21 12:36:42 -06:00
|
|
|
|
2017-03-31 16:47:06 -05:00
|
|
|
|
2017-04-13 15:21:03 -05:00
|
|
|
rm command seems to work
|
|
|
|
|
2017-04-13 12:33:34 -05:00
|
|
|
|
|
|
|
+ Traveling
|
2017-03-31 16:47:06 -05:00
|
|
|
|
|
|
|
Script logging functionality? Logs to internal "log file" (property of script itself)
|
|
|
|
Can see log with tail.
|
|
|
|
Should add something where if you click it in the "Active Scripts" GUI you can see the logs too
|
2017-04-13 12:33:34 -05:00
|
|
|
|
|
|
|
Seems to work fine
|
2017-05-10 15:21:15 -05:00
|
|
|
|
|
|
|
Gyms - Later..don't need for MVP
|
|
|
|
|
2017-04-21 16:13:44 -05:00
|
|
|
|
2016-12-21 12:36:42 -06:00
|
|
|
Tasks TODO:
|
2017-04-21 16:13:44 -05:00
|
|
|
Adding augmentations for Silhouette fac
|
2017-04-19 00:02:40 -05:00
|
|
|
Factions Info page isn't formatted correctly
|
|
|
|
|
2017-04-13 15:21:03 -05:00
|
|
|
Augmentations that decrease time to make programs
|
|
|
|
|
2017-04-13 12:33:34 -05:00
|
|
|
New server hostname in Purchase Server Pop-up Box needs limits..don't think the ones set in HTML work
|
|
|
|
|
2016-12-20 14:18:34 -06:00
|
|
|
Secret Servers
|
|
|
|
|
2017-04-13 15:21:03 -05:00
|
|
|
Hack time formula needs rebalancing I think, so does hack exp formula
|
2016-12-19 12:20:19 -06:00
|
|
|
|
2017-02-16 12:52:11 -06:00
|
|
|
Create new menu page for purchased servers
|
|
|
|
|
2017-03-31 16:47:06 -05:00
|
|
|
Account for Max possible int when gaining exp (it will overflow)
|
2016-12-19 12:20:19 -06:00
|
|
|
|
|
|
|
OPTIMIZATION
|
|
|
|
https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/
|