Skip to content

This package makes it easy to parse the contents of Starbound's various file formats.

License

Notifications You must be signed in to change notification settings

blixt/js-starbound-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starbound Files

This package makes it easy to parse the contents of Starbound's various file formats.

Note: This package currently only supports HTML5 File objects.

Example

var starbound = require('starbound-files');

// Assume file is a File object pointing to a .pak file.
var file = ...;
var pak = starbound.Package.open(file);
console.log('All files in the .pak file:', pak.getIndex());

About

This package makes it easy to parse the contents of Starbound's various file formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published