XML:Mtrl: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) (Created page with '=Mtrl: materials= '''general information''' * '''Mtrl*.oni''' files are global. (They can be found in edition/GameDataFolder/level0_...) * See [[XML basic tutorial|H...') |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
=[[OBD:Mtrl|Mtrl]]: materials= | =[[OBD:Mtrl|Mtrl]]: materials= | ||
{{Template:XMLModdingHints}} | |||
'''general information''' | '''general information''' | ||
* '''Mtrl*.oni''' files are global. (They can be found in edition/GameDataFolder/level0_...) | * '''Mtrl*.oni''' files are global. (They can be found in edition/GameDataFolder/level0_...) | ||
* They are used by [[OBD_talk:BINA/ONIE|ONIE]], [[OBD_talk:BINA/TMBD|TMBD]] and [[OBD_talk:ONCC#CBPM|CBPM]]. | * They are used by [[OBD_talk:BINA/ONIE|ONIE]], [[OBD_talk:BINA/TMBD|TMBD]] and [[OBD_talk:ONCC#CBPM|CBPM]]. | ||
* Material is only specified by the file name, for example "Mtrl'''Explosive'''.oni" | * Material is only specified by the file name, for example "Mtrl'''Explosive'''.oni" |
Revision as of 11:50, 7 August 2011
Mtrl: materials
general information
- Mtrl*.oni files are global. (They can be found in edition/GameDataFolder/level0_...)
- They are used by ONIE, TMBD and CBPM.
- Material is only specified by the file name, for example "MtrlExplosive.oni"
- Every material has a parent material to organize effects in ONIE.
XML structure
<?xml version="1.0" encoding="utf-8"?> <Oni Version="0.9.37.0"> <Instance id="0" type="Mtrl"> <ParentMaterial>MtrlGlass</ParentMaterial> </Instance> </Oni>