Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 994 Bytes

File metadata and controls

28 lines (17 loc) · 994 Bytes

Bitburner Scripts

These are my personal Bitburner automation scripts.

Setup

# Install dependencies
$ npm install

# Update Netscript TS definitions
$ npm run defs

# Autocompile on save
$ npm run watch

If you run watcher.js in game, the game will automatically detect file changes and restart the associated scripts. For debugging add --remote-debugging-port=9222 to steam launch settings.

Extension Recommendations

vscode-bitburner-connector (vscode extension marketplace) to upload your files into the game

auto-snippet to automate inserting the file template in .vscode/snippets.code-snippets

Attribution

Original Template