InvoxiPlayGames / stfs-webjs

Reading Xbox 360 STFS files in the web browser

Home Page:https://invoxiplaygames.github.io/stfs-webjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stfs-webjs

Read Xbox 360 STFS archives (savegames, updates, DLC, etc) in the web browser.

This is not to be trusted to produce reliable output. This was made solely as an experiment.

A live example is available at https://invoxiplaygames.github.io/stfs-webjs/stfs.html

Usage

// Load an array buffer with an STFS file
STFS_LoadPackage(FileArrayBuffer);
// Print the package name
console.log(STFS_GetPackageName());
// Reset the library to use another file.
STFS_Reset();

About

Reading Xbox 360 STFS files in the web browser

https://invoxiplaygames.github.io/stfs-webjs/

License:MIT License


Languages

Language:JavaScript 87.4%Language:HTML 12.6%