8,046
edits
m (Iritscen moved page OBD talk:TRGE to XML:TRGE without leaving a redirect) |
Paradox-01 (talk | contribs) (+ temp + cat) |
||
Line 1: | Line 1: | ||
{{ | {{XML_File_Header | type=TRGE | prev=TRBS | next=TRIG | name=Trigger Emitter }} | ||
''' | ===general information=== | ||
* The xml code on this page is compatible with onisplit '''v0.9.61.0''' | |||
* TRGE is stored globally (in edition/GameDataFolder/level0_Final) | * TRGE is stored globally (in edition/GameDataFolder/level0_Final) | ||
* vanilla Oni has only one file of that type: TRGEtrigger_emitter_0 | * vanilla Oni has only one file of that type: TRGEtrigger_emitter_0 | ||
Line 11: | Line 9: | ||
===file structure=== | |||
{| border=0 cellspacing=20 cellpadding=0 style="float:right" | |||
| [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/changed_TRGE_mesh.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/changed_TRGE_mesh_tn.png]<br>test: replaced mesh<br>(screamer warhead) | |||
|} | |||
TRGE | TRGE | ||
| | | | ||
Line 25: | Line 25: | ||
+-- TXMP <Texture> (link to external file) | +-- TXMP <Texture> (link to external file) | ||
===XML tags=== | |||
: '''TRGE''' | : '''TRGE''' | ||
:: <Position> - x y z position of the emitter in connection to the M3GM | :: <Position> - x y z position of the emitter in connection to the M3GM | ||
Line 39: | Line 34: | ||
===M3GM=== | ===embedded M3GM=== | ||
====export==== | |||
You would need to cut TRGE instance so that only the M3GM and its connected instances remain and convert it to oni. | You would need to cut TRGE instance so that only the M3GM and its connected instances remain and convert it to oni. | ||
Line 54: | Line 49: | ||
====import==== | |||
Are there some tags which make together the mesh but you basically need to know that you can replace that content with data from another M3GM. | Are there some tags which make together the mesh but you basically need to know that you can replace that content with data from another M3GM. | ||
Line 66: | Line 60: | ||
Remember to change the links (#N) and instance IDs of the new data. | Remember to change the links (#N) and instance IDs of the new data. | ||
{{XML}} |
edits