Skip to content

Commit 3da15e5

Browse files
authored
Update README.md
1 parent 6716dac commit 3da15e5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,18 @@ Check out a full overview of the Commands structure [on the Wiki](https://github
5959
- `CATHODE.SoundEnvironmentData` handles `SOUNDENVIRONMENTDATA.DAT` files
6060
- `CATHODE.SoundDialogueLookups` handles `SOUNDDIALOGUELOOKUPS.DAT` files
6161
- `CATHODE.SoundBankData` handles `SOUNDBANKDATA.DAT` files
62+
- `CATHODE.CharacterAccessorySets` handles `CHARACTERACCESSORYSETS.BIN` files
63+
- `CATHODE.CustomCharacterInfo` handles `CUSTOMCHARACTERINFO.BIN` files
64+
- `CATHODE.CustomCharacterConstrainedComponents` handles `CUSTOMCHARACTERCONSTRAINEDCOMPONENTS.BIN` files
65+
- `CATHODE.Strings` handles `*.TXT` files
6266

6367
## For configurations:
6468
- `CATHODE.BML` handles any `.BML` files
6569
- Get/set content as an `XmlDocument` via `BML.Content`
6670

6771
## For saves:
6872
- `CATHODE.ProgressionSave` handles `PROGRESSION.AIS` files
69-
- `CATHODE.EXPERIMENTAL.MissionSave` handles `PROGRESSION.AIS` files (experimental)
73+
- `CATHODE.EXPERIMENTAL.MissionSave` handles `*.AIS` files (experimental)
7074

7175
---
7276

0 commit comments

Comments
 (0)