Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Persona 3 and 4/Models: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The RMD format is Atlus' model format for the Shin Megami Tensei games. Currently, the format is not very well documented. [[Persona 3 and 4|However, there are a few editors/viewers for the format.]]
The RMD format is Atlus' model format for the Shin Megami Tensei games. Currently, the format is not very well documented. [[Persona 3 and 4|However, there are a few editors/viewers for the format.]]


RMD files are little endian.  
RMD files are little endian.
 
{| class="wikitable"
|-
! Offset
! Type
! Description
|-
| 0x00
| UInt32
| Hex Value of F000F0F0, probably a identifier
|}
 
 
Animations
 
{| class="wikitable"
|-
! Offset
! Type
! Description
|-
| 0x00
| UInt32
| Name of animation entry
|-
| 0x04
| UInt16
| Size of file, relative to 0xC
|}

Revision as of 15:43, 2 September 2015

The RMD format is Atlus' model format for the Shin Megami Tensei games. Currently, the format is not very well documented. However, there are a few editors/viewers for the format.

RMD files are little endian.