Jump to content

XML:TXMB: Difference between revisions

5 bytes removed ,  8 November 2012
+ temp + cat
m (Iritscen moved page OBD talk:TXMB to XML:TXMB without leaving a redirect)
(+ temp + cat)
Line 1: Line 1:
=TXMB: texture map big=
{{XML_File_Header | type=TXMP | prev=TRSC | next=AITR | name=Texture Map Big }}


{{Template:XMLModdingHints}}
{| border=0 cellspacing=20 cellpadding=0 align=center
| The xml code on this page is compatible with onisplit '''v0.9.61.0'''
|}


{| border=0 cellspacing=10 cellpadding=0 align=right
===general information===
{| border=0 cellspacing=10 cellpadding=0 style="float:right"
|valign=top|
|valign=top|
<pre>640x480 made of ...
<pre>640x480 made of ...
Line 53: Line 50:
|}
|}


 
* The xml code on this page is compatible with onisplit '''v0.9.61.0'''
'''general information'''
* TXMB files are ''splash screens'' which we see at level start, and at end (one for losing the level and one for winning).
* TXMB files are ''splash screens'' which we see at level start, and at end (one for losing the level and one for winning).
* A TXMB file hold links to TXMPs which then together make a big picture.<br>This is needed because the current max resolution for a single TXMP on PC is 512x512 and on Mac 1024x1024. (9 April 2012)
* A TXMB file hold links to TXMPs which then together make a big picture.<br>This is needed because the current max resolution for a single TXMP on PC is 512x512 and on Mac 1024x1024. (9 April 2012)
Line 80: Line 76:




{| border=0 cellspacing=20 cellpadding=0 align=right
{| border=0 cellspacing=20 cellpadding=0 style="float:right"
| template: 640x480<br>[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/creating_TXMB.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/creating_TXMB_preview.png]
| template: 640x480<br>[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/creating_TXMB.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/creating_TXMB_preview.png]
|}
|}
Example TXMP -- TXMPlevel01_win_0.xml (from level1_Final/NoGlobal)
Example TXMP -- TXMPlevel01_win_0.xml (from level1_Final/NoGlobal)
  <?xml version="1.0" encoding="utf-8"?>
  <?xml version="1.0" encoding="utf-8"?>
Line 94: Line 92:




Example on createing a 640x480 TXMB:
Example on creating a 640x480 TXMB:


* The actual work is to split the image into six smaller.
* The actual work is to split the image into six smaller.
Line 102: Line 100:
* Now we can right-click, load a selection, crop and save it as "..._N" (whereas N is a number from 0 to 5).
* Now we can right-click, load a selection, crop and save it as "..._N" (whereas N is a number from 0 to 5).
* Let's redo crop, load another selection, save this piece, and so on.
* Let's redo crop, load another selection, save this piece, and so on.
{{XML}}
8,046

edits