#lunar #parser #pack-unpack #game

bin+lib fldtools

Library to pack and unpack FLD files for use with Magical School Lunar! (1997)

1 unstable release

Uses old Rust 2015

0.1.1 Jul 23, 2017

#7 in #lunar

LGPL-3.0

13KB
238 lines

fldtools

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.

Installation

On Mac:

brew install mistydemeo/lunar/fldtools

Building manually:

Clone this repo, and then

make

Usage

fldunpack

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

fldpack output.fld <input files>

Dependencies

~1MB
~17K SLoC