Bcamanim: Difference between revisions
Jump to navigation
Jump to search
(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 | |||
|} |
Revision as of 23:24, 23 February 2022
BCAMANIM is a binary file format for Binary Camera Animations. 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
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 |