Skip to content

alexislours/tomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomo

CI tomocli on crates.io tomolib on crates.io docs.rs License: GPL-3.0-or-later MSRV

Tooling for Tomodachi Life: Living the Dream game data: inspect, extract, convert, and repack romfs files.

The workspace is two crates:

Crate Kind Purpose
tomolib library Parsers, encoders, and data types for the game formats.
tomocli binary tomo, a command-line front-end built on top of the lib.

Install

Prebuilt binary

Grab the archive for your platform from the latest release. Builds are published for Linux (x86_64, aarch64), macOS (Apple Silicon and Intel), and Windows (x86_64).

From crates.io

cargo install tomocli
tomo --help

From source

cargo install --git https://github.com/alexislours/tomo tomocli

Building from source needs a C/C++ toolchain (for zstd and the bundled texture encoders).

Usage

Commands follow a tomo <format> <verb> pattern. Most formats support the same three verbs:

Verb What it does
info Print a human-readable summary. Read-only.
extract Decompose a file into an editable form (a directory or YAML).
pack Rebuild the original format from an extract output.
tomo sarc info  some.byml
tomo sarc extract some.byml          # -> some.byml.yml
tomo sarc pack some.byml.yml --out some.byml

extract/pack round-trips try to be lossless where possible

Supported formats

Format info extract pack
.zs
.sarc .pack .blarc .bfarc .baatarc
.byml .bgyml
.rsizetable
.msbt
.msbp
.bntx
.bwav
.bnvib
.bars
.ainb
.nca
.nsp

A romfs extract command recursively unpacks a whole directory tree.

Build

cargo build --workspace
cargo run -p tomocli -- --help
cargo test --workspace

Acknowledgements

AINB format research and reference: dt-12345/AINB.

License

GPL-3.0-or-later.

Disclaimer: This is an unofficial, fan-made project and is not affiliated with, endorsed by, or sponsored by Nintendo. It ships no game assets. You must supply files dumped from your own legally owned copy of the game. All trademarks are the property of their respective owners.

About

A CLI to modify Tomodachi Life: Living the Dream files.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages