You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the EbxWriter, RiffEbxWriter and the RiffEbxReader. Maybe it will be nice to have Deserialization/Serialization methods instead of the reader/writer in the EbxAsset. The offsets/sizes in the attributes are different than the ones in v1, so this have to be done a bit different than v1. I made a writer for v1 that used these new sizes/offsets if i find it i will post it here so there is some inspiration. EbxWriterV2.txt
This writer is based on the one pre 1.0.6.3, so it is very unoptimized, this commit optimized it a bit.
The v1 and v2 versions frosty v1 had are basically one version, v2 is just using sharedtypedescriptors instead of typedescriptors in every ebx file so i combined them in frosty v2 as u can see in the already implemented ebx reader (feel free to rewrite it if u think its not good enough)
The text was updated successfully, but these errors were encountered:
Implement the EbxWriter, RiffEbxWriter and the RiffEbxReader. Maybe it will be nice to have Deserialization/Serialization methods instead of the reader/writer in the EbxAsset. The offsets/sizes in the attributes are different than the ones in v1, so this have to be done a bit different than v1. I made a writer for v1 that used these new sizes/offsets if i find it i will post it here so there is some inspiration.
EbxWriterV2.txt
This writer is based on the one pre 1.0.6.3, so it is very unoptimized, this commit optimized it a bit.
The v1 and v2 versions frosty v1 had are basically one version, v2 is just using sharedtypedescriptors instead of typedescriptors in every ebx file so i combined them in frosty v2 as u can see in the already implemented ebx reader (feel free to rewrite it if u think its not good enough)
The text was updated successfully, but these errors were encountered: