A library made for modders that helps with modifing telltale games. Note that this library does not represent how the telltale engine works. Consider this library a rework of the engine in C rather an interpretation of the engine.
- Lua file encryption and decryption
- Archive file extraction
- .dlog file reading
- .chore file reading
- .skl file reading
- .skl file conversion
- .landb file reading
- .scene file reading
- .prop file reading
- .wbox file reading
- .ptable file reading
- .style file reading
- .animation file reading
- .animation file conversion
- .d3dmesh file reading
- .d3dmesh file conversion (Partially supported)
- Archive file rebuilding
- Telltale the walking dead definitive series
Thanks to @Mawrak for helping me fix animation conversion
Thanks to Luigi Auriemma for his Telltale TTARCH files exctractor which allowed me to understand the structure of ttarch files.
Thanks to @LucasSaragosa for his Telltale inspector and his telltale tool library.
Thanks to @frostbone25 for providing me with the .pdb file and helping me with understanding d3dmesh conversion