Crates.io | fldtools |
lib.rs | fldtools |
version | 0.1.1 |
source | src |
created_at | 2017-07-23 18:25:27.825596 |
updated_at | 2017-08-02 14:52:22.704919 |
description | Library to pack and unpack FLD files for use with Magical School Lunar! (1997) |
homepage | https://github.com/mistydemeo/fldtools |
repository | https://github.com/mistydemeo/fldtools.git |
max_upload_size | |
id | 24721 |
size | 20,937 |
This set of tools supports unpacking and authoring FLD data files from the game Magical School Lunar! (Sega Saturn, 1997).
Aside from the commandline tool, this project also contains a Rust crate with a few helpers to let you write your own tools for working with FLD files.
On Mac:
brew install mistydemeo/lunar/fldtools
Building manually:
Clone this repo, and then
make
fldunpack FILENAME.FLD
The chunks will be extracted to a set of numbered files with filenames based on the filename from which they were extracted. By default, chunks will be extracted with the file extension "chunk"; use the --extension
option to choose a custom file extension. This is useful when extracting data from the MSLM.FLD
file, which contains FMVs, since other apps will expect a .cpk
extension from its contents.
fldpack output.fld <input files>