Expand description
A Rust library for using the assets of Fable, Fable: The Lost Chapters, Fable Anniversary, and mods.
Work in progress.
Format | Description |
---|---|
Bba | Animation format. |
Bbm | Mesh format. |
Big | Graphics archive containing Bba and Bbm . |
Bncfg | Bone config. |
Def | Definition source code. |
DefBin | Definition binary. |
Fmp | Mod packages from fabletlcmod.com. |
Gtg | |
Ini | Game configs (and debug scripts?) |
Lev | Level heightmap and cell data. |
Lut | |
Met | |
Qst | |
Save | Game save format. |
SaveBin | Bin file included with save files. |
Stb | A cache of local details generated from Lev . |
Tng | Thing scripts. |
Wad | World archive containing Lev and Tng . |
Wld |
Structs§
- Animation format.
- Mesh format.
- Compiled def format.
- For user.ini, userst.ini, etc.
- Level cells and nodes.
- Audio data for effects.
- Audio data for dialogue
- Audio metadata (?)
- Save format.
- A complex reference containing another reference or expression.
- A binary operation.
- A call.
- Reference and expression.
- XML-like markup (but not real XML).
- Temporary comments from fabletlcmod.com.
- The world archive.
- A Wad entry with a file’s metadata and the location of its contents.
- A Wad header used for finding the start and end of the entry section.
Enums§
- A line or block comment.
- The named part of calls and fields.
- A value.
Traits§
- Trait that decoders implement.
- Trait that encoders implement.
- An entry to another section of the data.