Editing Pikmin 2 cutscene file

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 18: Line 18:
 
|uint16
 
|uint16
 
|Byte order mark? Always <code>0xFEFF</code>
 
|Byte order mark? Always <code>0xFEFF</code>
|-
 
|0x6
 
|uint16
 
|Unknown. Always 0x0003?
 
 
|-
 
|-
 
|0x8
 
|0x8
Line 247: Line 243:
  
 
∗ Ending offset differs depending on the amount of JMSG objects there are since each object gets its own 12 bytes of control values.
 
∗ Ending offset differs depending on the amount of JMSG objects there are since each object gets its own 12 bytes of control values.
 
= JCMR =
 
Object that deals with the camera movement.
 
{| class="wikitable"
 
|+JCMR object
 
|-
 
!Offset
 
!Type
 
!Description
 
|-
 
|0x0
 
|uint32
 
|Size of section in bytes
 
|-
 
|0x4
 
|char[4]
 
|String that spells "JACT"
 
|-
 
|0x8
 
|uint32
 
|Length of object name.
 
|-
 
|0xC
 
|char[length]
 
|Object name
 
|-
 
|0xC+length rounded up to multiple of 4
 
|JCMR data entries
 
|See below
 
|}
 
 
{| class="wikitable"
 
|+JCMR data entry
 
|-
 
!Offset
 
!Type
 
!Description
 
|-
 
|0x0
 
|uint32
 
|If equal to 0, terminates list of data entries and no further JCMR data follows. Otherwise equal to 0x8000003C
 
|-
 
|0x4
 
|0x40 bytes of data
 
|Only exists if previous value was 0x8000003C, purpose unknown
 
|}
 
 
= JACT =
 
{| class="wikitable"
 
|+JACT object
 
|-
 
!Offset
 
!Type
 
!Description
 
|-
 
|0x0
 
|uint32
 
|Size of section in bytes
 
|-
 
|0x4
 
|char[4]
 
|String that spells "JACT"
 
|-
 
|0x8
 
|uint32
 
|Length of object name.
 
|-
 
|0xC
 
|char[length]
 
|Object name
 
|-
 
|0xC+length rounded up to multiple of 4
 
|JACT data
 
|unknown
 
|}
 
The first character in the name of a JACT object has a meaning: "+" means special actor, "@" means particle actor, "*" means creature.
 
 
= JSND =
 
 
still being looked into atm but is suspected to be for music
 
 
= JCNT =
 
 
have no idea but i suspect that it either does nothing or is for the frames in a cutscene- Cube 2024
 
  
 
[[Category:Pikmin 2]]
 
[[Category:Pikmin 2]]
 
[[Category:File formats]]
 
[[Category:File formats]]

Please note that all contributions to Pikmin Technical Knowledge Base are considered to be released under the Creative Commons Attribution-ShareAlike (see Pikmin Technical Knowledge Base:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: