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
Python >= 3.6
To compile *.ksy files by yourself, HEAD of kaitai-struct-compiler is required.
Resources
Credits
gponys is maintaining FDS Study unofficial database.
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file fcdstools-0.1.0.tar.gz
.
File metadata
- Download URL: fcdstools-0.1.0.tar.gz
- Upload date:
- Size: 102.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1223e932685c039404f65fbefcfbb2f741747b1b9c5df4c92f16bde5ff6d25ff |
|
MD5 | b07213dacdd3d3084447da09b23ce9f0 |
|
BLAKE2b-256 | a29458c11439f8fde418750727c8ead91ce2ce453defb9a509f0f10cd3332429 |