2016-10-14 21:53:30 +02:00
|
|
|
# netburner
|
|
|
|
Netburner Idle Game
|
2016-12-07 22:23:39 +01:00
|
|
|
|
|
|
|
TESTING TODO:
|
2017-05-08 19:40:53 +02:00
|
|
|
|
2016-12-14 21:29:40 +01: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 22:22:12 +01:00
|
|
|
When the game is loaded re-load all of the scripts in runningScripts
|
2016-12-15 18:51:23 +01:00
|
|
|
- Seems to be working
|
2016-12-19 19:20:19 +01: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 21:48:15 +01:00
|
|
|
|
2017-05-08 19:40:53 +02:00
|
|
|
|
2017-02-24 21:48:15 +01:00
|
|
|
Change Company pages to display "apply for promotion" and other stuff when you are already employed there
|
2016-12-21 19:36:42 +01:00
|
|
|
|
2017-03-31 23:47:06 +02:00
|
|
|
|
2017-04-13 22:21:03 +02:00
|
|
|
rm command seems to work
|
|
|
|
|
2017-04-13 19:33:34 +02:00
|
|
|
|
|
|
|
+ Traveling
|
2017-03-31 23:47:06 +02: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 19:33:34 +02:00
|
|
|
|
|
|
|
Seems to work fine
|
2017-04-21 23:13:44 +02:00
|
|
|
|
|
|
|
|
2016-12-21 19:36:42 +01:00
|
|
|
Tasks TODO:
|
2017-04-21 23:13:44 +02:00
|
|
|
Adding augmentations for Silhouette fac
|
2017-04-19 07:02:40 +02:00
|
|
|
Factions Info page isn't formatted correctly
|
|
|
|
|
2017-04-13 22:21:03 +02:00
|
|
|
Augmentations that decrease time to make programs
|
|
|
|
|
2017-04-13 19:33:34 +02:00
|
|
|
New server hostname in Purchase Server Pop-up Box needs limits..don't think the ones set in HTML work
|
|
|
|
|
2016-12-20 21:18:34 +01:00
|
|
|
Secret Servers
|
|
|
|
|
2017-04-13 22:21:03 +02:00
|
|
|
Hack time formula needs rebalancing I think, so does hack exp formula
|
2016-12-19 19:20:19 +01:00
|
|
|
|
2017-02-16 19:52:11 +01:00
|
|
|
Create new menu page for purchased servers
|
|
|
|
|
2017-04-13 19:33:34 +02:00
|
|
|
Gyms - Later..don't need for MVP
|
2017-02-16 19:52:11 +01:00
|
|
|
|
2016-12-15 23:22:42 +01:00
|
|
|
Update CONSTANTS.HelpText
|
2017-03-31 23:47:06 +02:00
|
|
|
Account for Max possible int when gaining exp (it will overflow)
|
2016-12-19 19:20:19 +01:00
|
|
|
Text in script editor that says ("ctrl + x" to save and quit)
|
|
|
|
|
|
|
|
OPTIMIZATION
|
|
|
|
https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/
|