OBD:TRSC: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> TRSC File
{{OBD_File_Header | type=TRSC | prev=TRMA | next=TRTA | name=Screen (Aiming) Collection | family=Character | align=center}}
 
 
<CENTER>[[OBD:TRMA|<==]] <FONT SIZE=5>TRSC File</FONT> [[OBD:TRTA|==>]]<BR>
<FONT SIZE=2>Screen (Aiming) Collection - Character File</FONT></CENTER>




Line 9: Line 5:




http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/trsc_a.gif
[[image:trsc_a.gif]]
 


<TABLE BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0>
<TR ALIGN=CENTER BGCOLOR="#FFDDBB"><TD WIDTH=15%><B>Hex</B></TD><TD WIDTH=15%><B>Translation</B></TD><TD WIDTH=70%><B>Meaning</B></TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"><TD BGCOLOR="#FF0000">01 CE 09 00</TD><TD>2510</TD><TD ALIGN=LEFT>02510-konoko_screens.TRSC</TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"><TD BGCOLOR="#FFFF00">01 00 00 00</TD><TD>0</TD><TD ALIGN=LEFT>level 0</TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"><TD BGCOLOR="#00FF00">AD DE</TD><TD>dead</TD><TD ALIGN=LEFT>not used</TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"><TD BGCOLOR="#00FFFF">0D 00</TD><TD>13</TD><TD ALIGN=LEFT>13 packages follow (one package is edged in black)</TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#000000"><TD COLSPAN=3><FONT SIZE=2 COLOR="#FFFFFF">Below follows the first package.</FONT></TD></TR>
<TR ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"><TD BGCOLOR="#FFC8C8">01 C1 09 00</TD><TD>2497</TD><TD ALIGN=LEFT>link to 02497-KONPISaim_screen_run.[[OBD:TRAS|TRAS]]</TD></TR>
</TABLE>


{{Table}}
{{OBD_Table_Header}}
|- ALIGN=CENTER VALIGN=TOP
{{OBDtr| 0x00 | res_id  |FF0000| 01 CE 09 00 | 2510 | 02510-konoko_screens.TRSC }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 00 | 0    | level 0 }}
{{OBDtr| 0x08 | char[22] |00FF00| AD DE      | dead | unused }}
{{OBDtr| 0x1E | int16    |00FFFF| 0D 00      | 13  | array size }}
{{OBDtrBK}}
{{OBDtr| 0x00 | link    |FFC8C8| 01 C1 09 00 | 2497 | link to 02497-KONPISaim_screen_run.[[OBD:TRAS|TRAS]] }}
|}


<HR>
<CENTER>[[OBD:TRMA|<==]] <B>TRSC File</B> [[OBD:TRTA|==>]]</CENTER>
<HR>


{{OBD_File_Footer | type=TRSC | prev=TRMA | next=TRTA | name=Screen (Aiming) Collection | family=Character}}


[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> TRSC File
{{OBD}}

Latest revision as of 00:31, 18 July 2010

ONI BINARY DATA
TRMA << Other file types >> TRTA
TRSC : Screen (Aiming) Collection
switch to XML:TRSC page
Overview @ Oni Stuff
OBD.png


Some of the TRSC files are 0 byte files. That means, that Oni will take the information out of the TRSC files of level 0. Below is an example of a TRSC file of level 0.


Trsc a.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 CE 09 00 2510 02510-konoko_screens.TRSC
0x04 lev_id 01 00 00 00 0 level 0
0x08 char[22] AD DE dead unused
0x1E int16 0D 00 13 array size
First element (black outline)
0x00 link 01 C1 09 00 2497 link to 02497-KONPISaim_screen_run.TRAS


ONI BINARY DATA
TRMA << Other file types >> TRTA
TRSC : Screen (Aiming) Collection
Character file