OBD:IGPG: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
m (design + update)
Line 1: Line 1:
[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> IGPG File
{{OBD_File_Header | type=IGPG | prev=IGPA | next=IGSA | name=IGUI (In-Game User Interface) Page | family=Message | align=center}}




<CENTER>[[OBD:IGPA|<==]] <FONT SIZE=5>IGPG File</FONT> [[OBD:IGSA|==>]]<BR>
[[image:igpg_all.gif]]
<FONT SIZE=2>IGUI (In-Game User Interface) Page - Message File</FONT></CENTER>




http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/igpg_all.gif
{{Table}}
{{OBDth}}
{{OBDtr| 0x00 | res_id  |FF0000| 01 01 00 00 | 1    | 00001-.IGPG }}
{{OBDtr| 0x04 | lev_id  |FFFF00| 01 00 00 06 | 3    | level 3 }}
{{OBDtr| 0x08 | link    |FFC8C8| 00 00 00 00 | unused| link to a [[OBD:TSFF|TSFF]] file }}
{{OBDtr| 0x0C | int32    |FFFFC8| 00 00 00 00 | unused| font option; the following options are possible:




{| BORDER=1 WIDTH=100% CELLPADDING=2 CELLSPACING=0
:0 - normal font
|- ALIGN=CENTER BGCOLOR="#FFDDBB"
:1 - '''bold font'''
| WIDTH=15% | <B>Hex</B>
:2 - ''italic font''
| WIDTH=15% | <B>Translation</B>
 
| WIDTH=70% | <B>Meaning</B>
 
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
}}
| BGCOLOR="#FF0000" | 01 01 00 00
{{OBDtr| 0x10 | int32    |C8FFC8| 00 00 00 00 | unused| font color (blue, green, red); transparency }}
| 1
{{OBDtr| 0x14 | int16    |C8FFFF| 00 00       | unused| font size }}
| ALIGN=LEFT | 00001-.IGPG
{{OBDtr| 0x16 | bitset16 |FFC8FF| 00 00       | 0     | enabler; the following bits are possible:
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
 
| BGCOLOR="#FFFF00" | 01 00 00 06
 
| 3
:0 - nothing
| ALIGN=LEFT | level 3
:1 - enable [[OBD:TSFF|TSFF]] link above
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
:2 - enable font option above
| BGCOLOR="#FFC8C8" | 00 00 00 00
:4 - enable font color above
| 0
:8 - enable font size above
| ALIGN=LEFT | not used
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | 01 02 00 00
| 2
| ALIGN=LEFT | link to 00002-.[[OBD:IGSA|IGSA]]
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#FFFFC8" | 01 0A 00 00
| 10
| ALIGN=LEFT | link to 00010-.[[OBD:IGSA|IGSA]]
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD"
| BGCOLOR="#C8FFC8" | AD DE
| dead
| ALIGN=LEFT | not used
|}




<HR>
}}
<CENTER>[[OBD:IGPA|<==]] <B>IGPG File</B> [[OBD:IGSA|==>]]</CENTER>
{{OBDtr| 0x18 | link    |FFC800| 00 00 00 00 | unused| link to a [[OBD:PSpc|PSpc]] file }}
<HR>
{{OBDtr| 0x1C | link    |FFC800| 01 02 00 00 | 2    | link to 00002-.[[OBD:IGSA|IGSA]] }}
{{OBDtr| 0x20 | link    |FFC800| 01 0A 00 00 | 10    | link to 00010-.[[OBD:IGSA|IGSA]] }}
{{OBDtr| 0x24 | char[28] |C800C8| AD DE      | dead  | unused }}
|}




[[Main Page]] >> [[OBD:Oni Binary Data|Oni Binary Data]] >> [[OBD:File types|File Types]] >> IGPG File
{{OBD_File_Footer | type=IGPG | prev=IGPA | next=IGSA | name=IGUI (In-Game User Interface) Page | family=Message}}

Revision as of 12:26, 14 September 2007

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


Igpg all.gif


Offset Type Raw Hex Value Description
0x00 res_id 01 01 00 00 1 00001-.IGPG
0x04 lev_id 01 00 00 06 3 level 3
0x08 link 00 00 00 00 unused link to a TSFF file
0x0C int32 00 00 00 00 unused font option; the following options are possible:


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


0x10 int32 00 00 00 00 unused font color (blue, green, red); transparency
0x14 int16 00 00 unused font size
0x16 bitset16 00 00 0 enabler; the following bits are possible:


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


0x18 link 00 00 00 00 unused link to a PSpc file
0x1C link 01 02 00 00 2 link to 00002-.IGSA
0x20 link 01 0A 00 00 10 link to 00010-.IGSA
0x24 char[28] AD DE dead unused


ONI BINARY DATA
IGPA << Other file types >> IGSA
IGPG : IGUI (In-Game User Interface) Page
Message file