Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 826 Bytes

File metadata and controls

33 lines (23 loc) · 826 Bytes

StfsForge

Command-line tool for manipulating Xbox 360 STFS packages (CON, LIVE, PIRS).

Extract, replace, and insert files inside these containers! Useful for modding title updates, downloadable content and World Games.

Requirements

Building

git clone https://github.com/OAleex/STFS-Forge.git
cd StfsForge
dotnet build -c Release

The binary will be at bin/Release/net48/STFSForge.exe.

Usage

StfsForge -e <target_package>
StfsForge -i <source_file> <target_package>
StfsForge -r <patch_folder> <target_package>
Flag Description
-e Extract all files from a package
-i Insert a single file by filename
-r Replace files in bulk using a folder