Skip to content

Commit 3b8b149

Browse files
committed
update readme
1 parent 1e106d1 commit 3b8b149

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)