OBD:IGSt: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (sigh >__>;)
m (layout updated)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> IGSt File
{{OBD_File_Header | type=IGSt | prev=IGSA | next=Impt | name=IGUI (In-Game User Interface) String | family=Message | align=center}}




<CENTER>[[OBD:IGSA|<==]] <FONT SIZE=5>IGSt File</FONT> [[OBD:Impt|==>]]<BR>
----
<FONT SIZE=2>IGUI (In-Game User Interface) String - Message File</FONT></CENTER>
 


http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/igst_all.gif
http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/igst_all.gif


 
{{Table}}
{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0
{{OBD_Table_Header}}
|- ALIGN=CENTER BGCOLOR="#FFDDBB"
|- ALIGN=CENTER VALIGN=TOP
| WIDTH=15% | <B>Hex</B>
|0x00
| WIDTH=15% | <B>Translation</B>
|res_id
| WIDTH=70% | <B>Meaning</B>
| BGCOLOR="#FF0000" | 01 '''03 00''' 00
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FF0000" | 01 03 00 00
| 2
| 2
| ALIGN=LEFT | 00003-.IGSt
| ALIGN=LEFT | 00003-.IGSt
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|
| BGCOLOR="#FFFF00" | 01 00 00 06
|- ALIGN=CENTER VALIGN=TOP
|0x04
|lev_id
| BGCOLOR="#FFFF00" | 01 00 00 '''06'''
| 3
| 3
| ALIGN=LEFT | level 3
| ALIGN=LEFT | level 3
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|
|- ALIGN=CENTER VALIGN=TOP
|0x08
|TSFF*
| BGCOLOR="#FFC8C8" | 00 00 00 00
| BGCOLOR="#FFC8C8" | 00 00 00 00
| not used
| not used
| ALIGN=LEFT | link to a TSFF file
| ALIGN=LEFT | link to a TSFF file
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x00
|- ALIGN=CENTER VALIGN=TOP
|0x0C
|int32
| BGCOLOR="#FFFFC8" | 00 00 00 00
| BGCOLOR="#FFFFC8" | 00 00 00 00
| not used
| not used
| ALIGN=LEFT | font option; the following options are possible (values in dec):<P>0 - normal font<BR>1 - '''bold font'''<BR>2 - ''italic font''</P>
| ALIGN=LEFT | font option:<P>0 - normal font<BR>1 - '''bold font'''<BR>2 - ''italic font''</P>
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x04
|- ALIGN=CENTER VALIGN=TOP
|0x10
|ARGB
| BGCOLOR="#C8FFC8" | 00 00 00 00
| BGCOLOR="#C8FFC8" | 00 00 00 00
| not used
| not used
| ALIGN=LEFT | font color (blue, green, red); transparency
| ALIGN=LEFT | font color
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x08
|- ALIGN=CENTER VALIGN=TOP
|0x14
|int16
| BGCOLOR="#C8FFFF" | 00 00
| BGCOLOR="#C8FFFF" | 00 00
| not used
| not used
| ALIGN=LEFT | font size
| ALIGN=LEFT | font size
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x0C
|- ALIGN=CENTER VALIGN=TOP
|0x16
|bool16
| BGCOLOR="#FFC8FF" | 00 00
| BGCOLOR="#FFC8FF" | 00 00
| 0
| 0
| ALIGN=LEFT | enabler; it's a bitset; the following bits are possible (values in dec):<P>0 - none<BR>1 - enable TSFF link above<BR>2 - enable font option above<BR>4 - enable font color above<BR>8 - enable font size above</P>
| ALIGN=LEFT | enabler bitset:<P>1 - enable TSFF link above<BR>2 - enable font option above<BR>4 - enable font color above<BR>8 - enable font size above</P>
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x0E
|- ALIGN=CENTER VALIGN=TOP
|0x18
|char[364]
| BGCOLOR="#FFC800" COLSPAN=2 | <TT>It's the...</TT>
| BGCOLOR="#FFC800" COLSPAN=2 | <TT>It's the...</TT>
| ALIGN=LEFT | space for text
| ALIGN=LEFT | space for text
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
|0x10
|- ALIGN=CENTER VALIGN=TOP
|0x198
|filler
| BGCOLOR="#C800C8" | AD DE
| BGCOLOR="#C800C8" | AD DE
| dead
| dead
| ALIGN=LEFT | not used
| ALIGN=LEFT | not used
|0x190
|}
|}




<HR>
----
<CENTER>[[OBD:IGSA|<==]] <B>IGSt File</B> [[OBD:Impt|==>]]</CENTER>
{{OBD_File_Footer | type=IGSt | prev=IGSA | next=Impt | name=IGUI (In-Game User Interface) String}}
<HR>
 
 
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> IGSt File

Revision as of 22:33, 23 May 2007

ONI BINARY DATA
IGSA << Other file types >> Impt
IGSt : IGUI (In-Game User Interface) String
switch to XML:IGSt page
Overview @ Oni Stuff
OBD.png



igst_all.gif

Offset Type Raw Hex Value Description
0x00 res_id 01 03 00 00 2 00003-.IGSt
0x04 lev_id 01 00 00 06 3 level 3
0x08 TSFF* 00 00 00 00 not used link to a TSFF file 0x00
0x0C int32 00 00 00 00 not used font option:

0 - normal font
1 - bold font
2 - italic font

0x04
0x10 ARGB 00 00 00 00 not used font color 0x08
0x14 int16 00 00 not used font size 0x0C
0x16 bool16 00 00 0 enabler bitset:

1 - enable TSFF link above
2 - enable font option above
4 - enable font color above
8 - enable font size above

0x0E
0x18 char[364] It's the... space for text 0x10
0x198 filler AD DE dead not used 0x190



ONI BINARY DATA
IGSA << Other file types >> Impt
IGSt : IGUI (In-Game User Interface) String
[[OBD:File types/{{{family}}}|{{{family}}} file]]