During my research I found the following helpful resources:
- http://aluigi.altervista.org/bms/frostbite.bms
- https://github.com/mitsuhiko/frostbite2-stuff
- https://github.com/GreyDynamics/Frostbite3_Editor
Questions:
- .toc files, wtf? What are they used for? The .sb files look more like a table of content. Are the .sb files enough to unpack?
- .toc encryption? In other games if the file is encrypted it starts with x00D1CE. In MAE it doesn't but always starts with x??D1 and ends withare they encrypted? The D1 makes me think so.
Code: Select all
B9 73 E9 D4 88 43 59 08 A5 9F 30 6A E4 D2 79 94
B2 BB D1 7F 75 F4 D0 D1 01 00 00 40 65 21 61 64
6E 58 64 24 5E 21 72 66 4F 73 72 44 79 49 72 49
21 78 56 67 48 65 41 21 36 56 63 - How does variable4 work? It says in the manual it's a Frostbite specific type.
I've uploaded a sample of .toc/.sb pairs here and a sample of .cas/.cat files here.
Any help is much appreciated