autopatrol
55
edits
(Create BCAMANIM page) |
(Start adding Header info) |
||
Line 1: | Line 1: | ||
<onlyinclude>'''BCAMANIM''' is a binary file format for '''B'''inary '''Cam'''era '''Anim'''ations.</onlyinclude> They have the file magic '''FRES''', and have the internal file structure of a '''BFRES''' file. Known files they can contain include '''.brtcamera''' and '''.bfscn'''. | <onlyinclude>'''BCAMANIM''' is a binary file format for '''B'''inary '''Cam'''era '''Anim'''ations.</onlyinclude> They have the file magic '''FRES''', and have the internal file structure of a '''BFRES''' file. Known files they can contain include '''.brtcamera''' and '''.bfscn'''. | ||
=BRTCAMERA= | |||
== Header == | |||
{|class="wikitable" | |||
! Offset !! Type !! Description | |||
|- | |||
| 0x0 || char[64] || Demo Name/BCAMANIM Name (Demo700_0/C10-0) | |||
|- | |||
| 0x40 || int || Count (find out what this is for) | |||
|- | |||
| 0x44 || float || Number of frames in the animation | |||
|} |