Skip to main content

Famicom Disk System disk image manipulation

Project description

Famicom Disk System disk image manipulation tools.

fdscheck can recognize game titles with the internal database. This database is converted from FDS Study database, and it is originally developed by ena and gponys. Thanks for the great work and the permission to use!

Usage

check:

$ fdscheck game.fds                 # with internal database
$ fdscheck --db fdsdb.json game.fds # with custom database
$ fdscheck --nodb game.fds          # without database

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

To convert Japanese database, encoding conversion is needed:

$ iconv -f cp932 -t utf-8 fdsdb-bj.txt > fdsdb-bj-utf8.txt
$ fdssjson fdsdb-bj-utf8.txt > fdsdb-ja.json

Install

$ pip install .

Dependency

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

Resources

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fcdstools-0.1.0.tar.gz (102.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page