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
|
2017-05-14 21:21:22 -05:00
|
|
|
https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Private beta feedback
|
|
|
|
2 things right off the bat, I'd suggest putting a "Back" button in the tutorial
|
|
|
|
window, and you could highlight or otherwise point out which tab the tutorial is
|
|
|
|
suggesting I click on next
|
|
|
|
Maybe have a different colour for each tab, and then in the tutorial window it
|
|
|
|
can have the name of the tab with that colour
|
|
|
|
|
|
|
|
Also not really a big deal, but I'm at 110% zoom on chrome and the tutorial window
|
|
|
|
covers some of the text
|
|
|
|
|
2017-05-14 21:36:58 -05:00
|
|
|
For the last thing of the tutorial, I would just have a button like "Finish Tutorial" rather than "Next"
|
|
|
|
|
2017-05-14 21:46:52 -05:00
|
|
|
Command to see a script's RAM cost
|
|
|
|
|
|
|
|
Netscript commands:
|
|
|
|
I just got two from the top of my head: a function to get the current cash on the server, and a function to know how much a hack would take
|
|
|
|
Like, if I want to grow each time I take 5000$ from the server, that would be practical
|