Camera (CMRA) Section - Troodon80/Summoner-Save-File-Editor GitHub Wiki

Camera (CMRA) Section

Contains camera settings. These are provisional names. I've not tested many modifications outside of the position (X/Y/Z). The others don't really seem to do anything, but I'll name them based on what I think they're supposed to do (note, it's probably wrong):

Field Offset Size Description
Signature 0x00037EB3 4 bytes "CMRA" ASCII string
Unknown +0x04 4 bytes Unknown (int)
Field of View +0x08 4 bytes Camera field of view (float)
Pitch +0x0C 4 bytes Camera pitch angle (float)
Yaw +0x10 4 bytes Camera yaw angle (float)
Zoom +0x14 4 bytes Camera zoom level (float)
Position X +0x18 4 bytes Camera X position (float)
Position Y +0x1C 4 bytes Camera Y position (float)
Position Z +0x20 4 bytes Camera Z position (float)
Camera Mode +0x24 4 bytes Camera mode value, high/low/auto? (int)

For the purposes of the save editor, I'm disabling these fields until I can properly verify.