fcdstools

Famicom Disk System disk image manipulation


Keywords
nes, famicom, disk, system, fds, disksystem, emulator
License
GPL-3.0
Install
pip install fcdstools==0.1.0

Documentation

fcdstools

Famicom Disk System disk image manipulation tools.

fdscheck supports FDS Study database by gponys. To use it, convert it into JSON with fdssjson.

I wanted to name this "fdstools", but it had been already taken.

Usage

check:

$ fdscheck game.fds                 # without DB
$ fdscheck --db fdsdb.json game.fds # with DB

split:

$ fdssplit game.fds

build:

$ fdscheck -f manifest game.fds > manifest.json
$ fdssplit game.fds
... (modify files)
$ fdsbuild out.fds manifest.json

convert FDS Study database into JSON:

$ fdssjson fdsdb-be.txt > fdsdb.json

Install

$ pip install .

Dependency

To compile *.ksy files by yourself, HEAD of kaitai-struct-compiler is required.

Resources