18,700
edits
(added intro template to template section; renamed and rewrote section as well) |
m (forcing tables with mock TXMBs to be wide enough for their contents) |
||
Line 1: | Line 1: | ||
{{XML_File_Header | type=TXMB | prev=TRSC | next=AITR | name=Texture Map Big }} | {{XML_File_Header | type=TXMB | prev=TRSC | next=AITR | name=Texture Map Big}} | ||
==General information== | ==General information== | ||
{| border=0 cellspacing=10 cellpadding=0 style="float:right" | {| border=0 cellspacing=10 cellpadding=0 style="float:right; width:22em;" | ||
|valign=top| | |||
<pre>1024x768 made of ... | |||
_00 - 256x256 | |||
_01 - 256x256 | |||
_02 - 256x256 | |||
_03 - 256x256 | |||
_04 - 256x256 | |||
_05 - 256x256 | |||
_06 - 256x256 | |||
_07 - 256x256 | |||
_08 - 256x256 | |||
_09 - 256x256 | |||
_10 - 256x256 | |||
_11 - 256x256 | |||
+-----+-----+-----+-----+ | |||
| _00 | _01 | _02 | _03 | | |||
| | | | | | |||
+-----+-----+-----+-----+ | |||
| _04 | _05 | _06 | _07 | | |||
| | | | | | |||
+-----+-----+-----+-----+ | |||
| _08 | _09 | _10 | _11 | | |||
| | | | | | |||
+-----+-----+-----+-----+</pre> | |||
|} | |||
{| border=0 cellspacing=10 cellpadding=0 style="float:right; width:16em;" | |||
|valign=top| | |valign=top| | ||
<pre>640x480 made of ... | <pre>640x480 made of ... | ||
Line 13: | Line 41: | ||
_5 - 128x224 | _5 - 128x224 | ||
+-----+-----+ | +-----+-----+--+ | ||
| _0 | _1 |_2 | | | _0 | _1 |_2| | ||
| | | | | | | | | ||
| | | | | | | | | ||
+-----+-----+--+ | |||
| _3 | _4 |_5| | |||
| | | | | |||
+ | +-----+-----+--+</pre> | ||
+-----+ | |||
| _4 | _5 | |||
| | | | |||
+----- | |||
+ | |||
|} | |} | ||
*The XML code on this page is compatible with OniSplit '''v0.9.61.0''' | *The XML code on this page is compatible with OniSplit '''v0.9.61.0'''. | ||
*TXMB files create the ''splashscreens'' which we see at the start and end of levels (making three total: the title screen, an endscreen for losing the level, and one for winning). | *TXMB files create the ''splashscreens'' which we see at the start and end of levels (making three total: the title screen, an endscreen for losing the level, and one for winning). | ||
*A TXMB file simply hold links to TXMPs which are assembled by Oni to display a larger picture than the maximum size of a single texture.<br>The current max resolution for a single TXMP in Windows is 512x512 and on Mac is 1024x1024 as of 2018. | *A TXMB file simply hold links to TXMPs which are assembled by Oni to display a larger picture than the maximum size of a single texture.<br>The current max resolution for a single TXMP in Windows is 512x512 and on Mac is 1024x1024 as of 2018. |