File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <img src =" https ://i.imgur.com/TZNGZVA .jpg" width =" 100% " >
1+ <img src =" http ://mattfiler.co.uk/cathodelib .jpg" width =" 100% " >
22
33# CathodeLib - Alien: Isolation C# Library
44
@@ -24,8 +24,14 @@ Note: in debug mode the parsers will all fail hard, however in release mode all
2424 - This is a A16B16G16R16F image with a specified resolution, baking alpha light data for the level
2525- ` CATHODE.AnimationStrings ` handles ` ANIM_STRING_DB.BIN ` and ` ANIM_STRING_DB_DEBUG.BIN ` files within `ANIMATION.PAK
2626 - This is a database of hashed animation-related strings, and their associated hashes
27+ - ` CATHODE.GlobalAnimClipDB ` handles ` ANIM_CLIP_DB.BIN ` files within ` ANIMATION.PAK `
28+ - This is a database of animation clips (WIP)
2729- ` CATHODE.AnimClipDB ` handles ` ANIM_CLIP_DB.BIN ` files within ` ANIMATION.PAK `
2830 - This is a database of animation clips available by character type (WIP)
31+ - ` CATHODE.AnimClipDBSec ` handles ` ANIM_CLIP_DB_SEC_*.BIN ` files within ` ANIMATION.PAK `
32+ - This is a database of animation clips available by character type (WIP)
33+ - ` CATHODE.AnimTreeDb ` handles ` ANIM_TREE_DB.BIN ` files within ` ANIMATION.PAK `
34+ - This is a database of animation trees available by character type (WIP)
2935- ` CATHODE.BML ` handles any ` .BML ` files
3036 - Get/set content as an ` XmlDocument ` via ` BML.Content `
3137- ` CATHODE.CharacterAccessorySets ` handles level ` WORLD/CHARACTERACCESSORYSETS.BIN ` files
You can’t perform that action at this time.
0 commit comments