mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
69 lines
2.3 KiB
Markdown
69 lines
2.3 KiB
Markdown
# netburner
|
|
Netburner Idle Game
|
|
|
|
TESTING TODO:
|
|
|
|
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
|
|
When the game is loaded re-load all of the scripts in runningScripts
|
|
- Seems to be working
|
|
|
|
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?
|
|
|
|
|
|
Change Company pages to display "apply for promotion" and other stuff when you are already employed there
|
|
|
|
|
|
rm command seems to work
|
|
|
|
|
|
+ Traveling
|
|
|
|
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
|
|
|
|
Seems to work fine
|
|
|
|
Gyms - Later..don't need for MVP
|
|
|
|
|
|
Tasks TODO:
|
|
Adding augmentations for Silhouette fac
|
|
Factions Info page isn't formatted correctly
|
|
|
|
Augmentations that decrease time to make programs
|
|
|
|
New server hostname in Purchase Server Pop-up Box needs limits..don't think the ones set in HTML work
|
|
|
|
Secret Servers
|
|
|
|
Hack time formula needs rebalancing I think, so does hack exp formula
|
|
|
|
Create new menu page for purchased servers
|
|
|
|
Account for Max possible int when gaining exp (it will overflow)
|
|
|
|
OPTIMIZATION
|
|
https://gamealchemist.wordpress.com/2013/05/01/lets-get-those-javascript-arrays-to-work-fast/
|
|
|
|
|
|
|
|
Private beta feedback
|
|
I'd suggest putting a "Back" button in the tutorial
|
|
window,
|
|
|
|
Also not really a big deal, but I'm at 110% zoom on chrome and the tutorial window
|
|
covers some of the text
|
|
|
|
For the last thing of the tutorial, I would just have a button like "Finish Tutorial" rather than "Next"
|
|
|
|
I'd put a little popup or something when you click save, so you know
|
|
|
|
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
|
|
|
|
Now, only other suggestion before sleep would be to be able to buy multiple Hacknet upgrades in one click |