Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
/ SBAsset6 Public archive

TypeScript library for working with SBAsset6 archive format.

License

Notifications You must be signed in to change notification settings

katanacrimson/SBAsset6

Repository files navigation

SBAsset6

A node.js library for parsing SBAsset6-formatted files

What is SBAsset6?

SBAsset6 is a format used by the game Starbound for packaging together game/mod assets. It appears to be specific to Starbound for the time being, though that may change in the future.

This library was developed to parse and read these files in Javascript; it is based off of the work done by blixt in the excellent py-starbound library.

Please note that this library requires async/await and is heavily promise-driven. Node 7.6+ is required.

Where is SBAsset6 documented?

Some reverse-engineering documentation is available in the blixt/py-starbound repository.

How do I install this library?

Ensure you have at least node.js v7.6+, and then...

$ yarn add sbasset6

How do I use this library?

Reference the documentation.

About

TypeScript library for working with SBAsset6 archive format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published