User talk:Ssg: Difference between revisions
Jump to navigation
Jump to search
("nowrap" command moved) |
(two cents from geyser) |
||
Line 49: | Line 49: | ||
|- | |- | ||
| bgcolor="#000000" | http://14mb.de/u/ccc/10x1.gif | | bgcolor="#000000" | http://14mb.de/u/ccc/10x1.gif | ||
|} | |||
==Templates== | |||
Casual contributors such as Neo enjoy using a template in which the user doesn't have to enter anything but the actual information. | |||
Example: [[OFGA]]. This uses the Table template as well as the more recent OBDtr and OBDtrBK templates. | |||
http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/ofga_a.gif | |||
{{Table}} | |||
{{OBD_Table_Header}} | |||
|- ALIGN=CENTER VALIGN=TOP | |||
{{OBDtr| 0x00 | res_id |FF0000| 01 '''C5 02 00''' | 709 | 00709-.OFGA }} | |||
{{OBDtr| 0x04 | lev_id |FFFF00| 01 00 00 '''00''' | 0 | level 0 }} | |||
{{OBDtr| 0x08 | char[16] |00FF00| AD DE ... | dead | unused }} | |||
{{OBDtr| 0x18 | ENVP |00FF00| 00 00 00 00 | 0 | [[ENVP]] link, unused here }} | |||
{{OBDtr| 0x1C | int32 |00FFFF| 05 00 00 00 | 5 | array size }} | |||
{{OBDtrBK}} | |||
{{OBDtr| 0x00 | bool32 |FFC8C8| 00 80 01 00 | 0x18000 | bitset - unknown, some values below: | |||
*00 80 01 00 - console stuff and other stuff | |||
*00 06 00 00 - console collision part (just a rectangular parallelepiped with the rough dimension of the console) | |||
*00 00 00 00 - "other" stuff, e.g. doors}} | |||
{{OBDtr| 0x04 | M3GM |C8FFC8| 01 C6 02 00 | 710 | link to 00710-.[[M3GM]]}} | |||
{{OBDtr| 0x08 | OBLS |C8FFFF| 00 00 00 00 | 0 | [[OBLS]] link, never used}} | |||
|} | |||
The HexRow template can be renamed to HEXtr, and there can be a hex-specific header template. | |||
ASCII hex rows can be alternated with screenshots within a hex table. Suggestions welcome. | |||
{|cellpadding=2 cellspacing=0 | |||
{{HexRow | |||
|0x00| | |||
|01|C5|02|00|01|00|00|00|AD|DE|AD|DE|AD|DE|AD|DE| | |||
|FF|FF|FF|FF|FF|FF|FF|FF|00|00|00|00|00|00|00|00| | |||
|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF| | |||
|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00|00| | |||
}} | |||
{{HexRow | |||
|0x10| | |||
|AD|DE|AD|DE|AD|DE|AD|DE|00|00|00|00|05|00|00|00| | |||
|00|00|00|00|00|00|00|00|FF|FF|FF|FF|00|00|00|00| | |||
|FF|FF|FF|FF|FF|FF|FF|FF|00|00|00|00|FF|FF|FF|FF| | |||
|00|00|00|00|00|00|00|00|FF|FF|FF|FF|FF|FF|FF|FF| | |||
}} | |||
{{HexRow | |||
|0x20| | |||
|'''00|'''80|'''01|'''00|'''01|'''C6|'''02|'''00|'''00|'''00|'''00|'''00|00|80|01|00| | |||
|FF|FF|FF|FF|C8|C8|C8|C8|C8|C8|C8|C8|FF|FF|FF|FF| | |||
|C8|C8|C8|C8|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF|FF| | |||
|C8|C8|C8|C8|C8|C8|C8|C8|FF|FF|FF|FF|FF|FF|FF|FF| | |||
}} | |||
{{HexRow | |||
|0x30| | |||
|01|CE|02|00|00|00|00|00|00|80|01|00|01|D3|02|00| | |||
}} | |||
|} | |} |
Revision as of 09:43, 15 August 2007
test
Hex Image - First 64 Bytes |
Hex Image Description |
Offset | Type | Raw Hex | Value | Description |
0x00 | file id | 01 4C 02 00 | 588 | 00588-.AGDB |
0x04 | level id | 01 00 00 06 | 3 | level 3 |
0x08 | unused (20) | AD DE | dead | not used |
0x1C | long | 15 8A 00 00 | 35349 | 35349 packages follow (the first package is edged in black) |
The cells below show the first package. | ||||
0x20 | raw link | 80 B6 46 00 | 46 B6 80 | at this position starts the "old file name 1" part in the raw file |
0x40 | raw link | A0 B6 46 00 | 46 B6 A0 | at this position starts the "old file name 2" part in the raw file |
Templates
Casual contributors such as Neo enjoy using a template in which the user doesn't have to enter anything but the actual information.
Example: OFGA. This uses the Table template as well as the more recent OBDtr and OBDtrBK templates.
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
0x00 | res_id | 01 C5 02 00 | 709 | 00709-.OFGA |
0x04 | lev_id | 01 00 00 00 | 0 | level 0 |
0x08 | char[16] | AD DE ... | dead | unused |
0x18 | ENVP | 00 00 00 00 | 0 | ENVP link, unused here |
0x1C | int32 | 05 00 00 00 | 5 | array size |
First element (black outline) | ||||
0x00 | bool32 | 00 80 01 00 | 0x18000 | bitset - unknown, some values below:
|
0x04 | M3GM | 01 C6 02 00 | 710 | link to 00710-.M3GM |
0x08 | OBLS | 00 00 00 00 | 0 | OBLS link, never used |
The HexRow template can be renamed to HEXtr, and there can be a hex-specific header template.
ASCII hex rows can be alternated with screenshots within a hex table. Suggestions welcome.
0x00: | 01 | C5 | 02 | 00 | 01 | 00 | 00 | 00 | AD | DE | AD | DE | AD | DE | AD | DE | °°°°°°°°°°°°°°°° |
0x10: | AD | DE | AD | DE | AD | DE | AD | DE | 00 | 00 | 00 | 00 | 05 | 00 | 00 | 00 | °°°°°°°°°°°°°°°° |
0x20: | 00 | 80 | 01 | 00 | 01 | C6 | 02 | 00 | 00 | 00 | 00 | 00 | 00 | 80 | 01 | 00 | °°°°°°°°°°°°°°°° |
0x30: | 01 | CE | 02 | 00 | 00 | 00 | 00 | 00 | 00 | 80 | 01 | 00 | 01 | D3 | 02 | 00 | °°°°°°°°°°°°°°°° |