2 releases
0.1.1 | Apr 17, 2020 |
---|---|
0.1.0 | Apr 17, 2020 |
#3 in #lost
135KB
2.5K
SLoC
Fable Format
A Rust library for using the assets of Fable, Fable: The Lost Chapters, Fable Anniversary, and mods.
Acknowledgements
Thanks to:
- The contributors of FableTLCMod for their reverse engineering effort and making this a lot easier to figure out.
- The members of the Fable Modders' Guild and Fable Speedrunning Discords for helping me understand everything.
lib.rs
:
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 |
Dependencies
~2MB
~35K SLoC