wfax

command module
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: MIT Imports: 4 Imported by: 0

README

World Flipper Asset Extractor CLI

This project is implemented as a slightly more automation-friendly alternative to existing tools. It takes many inspirations and references from https://github.com/ScripterSugar/wdfp-extractor. Thank you for your hard work.

Installation

Binary Releases

See Releases.

go install
go install github.com/blead/wfax@latest
Build from Source
git clone https://github.com/blead/wfax
cd wfax
go build

Usage

Fetch new (diff-only) assets for version 1.600.0 into ./dump directory and extract them with 2 spaces indentation into ./output:

wfax fetch --diff-only --version 1.600.0 ./dump && wfax extract --indent 2 ./dump ./output

Fetch character comics (--comics 1) with 10 maximum concurrent requests into ./comics directory.

wfax fetch --comics 1 --concurrency 10 ./comics

Extract character image assets for eliyabot:

wfax extract --eliyabot --no-default-paths ./dump ./output

Extract equipment image assets for eliyabot:

wfax sprite --eliyabot ./dump ./output

For more detailed information, use wfax help.

Supported Assets

The main focus currently is extracting text files so other assets are not fully supported.

  • Ordered Maps
  • Action/Enemy DSL files
  • Image assets for EliyaBot
  • Comics

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
wf

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL