Common Extensions: rsd, mii.
There is currently no way to load RevolutionStoreData. Please commit to the GitHub repo if you can solve this issue.
Common Extensions: ffsd, cfsd, 3dsmii.
Use Ver3StoreData.SetFromBytes to assign properties to a Ver3CharInfo.
You can then use Ver3StoreData.ToStoreDataBytes to encode back to a bytearray.
Example:
// Load from byte[]
byte[] data; // File content
Ver3CharInfo charInfo = new Ver3CharInfo();
Ver3StoreData.SetFromBytes(data, charInfo);
// Encode back to byte[]
byte[]# output = new byte[96]; // Ver3StoreData is always 96 bytes long
Ver3StoreData.ToStoreDataBytes(output, charInfo);
Common Extensions: charinfo.
There is currently no way to load CHARINFO files. Please commit to the GitHub repo if you can solve this issue.
Common Extensions: miic.