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 247: Line 247:
  
 
∗ 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 =  
 
= JACT =  
Line 318: Line 272:
 
|Object name
 
|Object name
 
|-
 
|-
|0xC+length rounded up to multiple of 4
+
|0xC+length
|JACT data
+
|jact data
 
|unknown
 
|unknown
 
|}
 
|}

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: