8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 279: | Line 279: | ||
==XML section== | ==XML section== | ||
{{Template:XMLModdingHints}} | |||
{| border=0 cellspacing=20 cellpadding=0 align=center | |||
| The xml code on this page is compatible with onisplit '''v0.9.61.0''' | |||
|} | |||
Line 291: | Line 294: | ||
|valign=top| | |valign=top| | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
<Texture> | <Texture> | ||
<Flags>...</Flags> | <Flags>...</Flags> | ||
Line 300: | Line 303: | ||
| | | | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
<Texture> | <Texture> | ||
<Flags>...</Flags> | <Flags>...</Flags> | ||
Line 311: | Line 314: | ||
|valign=top| | |valign=top| | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
<Texture> | <Texture> | ||
<Flags>...</Flags> | <Flags>...</Flags> | ||
Line 320: | Line 323: | ||
</Oni> | </Oni> | ||
|} | |} | ||
Line 341: | Line 337: | ||
|- | |- | ||
|width=25%|RGB888 | |width=25%|RGB888 | ||
|width=25%|BGR | |width=25%|'''BGR''' | ||
|width=25%|<font color="#999999">bgr32</font> | |width=25%|<font color="#999999">bgr32</font> | ||
|width=25%|<font color="#999999">bgr</font> | |width=25%|'''<font color="#999999">bgr</font>''' | ||
|- | |- | ||
|ARGB8888 | |ARGB8888 | ||
|RGBA | |'''RGBA''' | ||
|<font color="#999999">bgra32</font> | |<font color="#999999">bgra32</font> | ||
|<font color="#999999">rgba</font> | |'''<font color="#999999">rgba</font>''' | ||
|- | |- | ||
|RGB555 | |RGB555 | ||
|BGR555 | |'''BGR555''' | ||
|colspan=2 align=center|<font color="#999999">bgr555</font> | |colspan=2 align=center|'''<font color="#999999">bgr555</font>''' | ||
|- | |- | ||
|ARGB5551 | |ARGB5551 | ||
|BGRA5551 | |'''BGRA5551''' | ||
|colspan=2 align=center|<font color="#999999">bgra5551</font> | |colspan=2 align=center|'''<font color="#999999">bgra5551</font>''' | ||
|- | |- | ||
|ARGB4444 | |ARGB4444 | ||
|BGRA4444 | |'''BGRA4444''' | ||
|colspan=2 align=center|<font color="#999999">bgra4444</font> | |colspan=2 align=center|'''<font color="#999999">bgra4444</font>''' | ||
|- | |- | ||
|colspan=2 align=center|DXT1 | |colspan=2 align=center|DXT1 | ||
|colspan=2 align=center|<font color="#999999">dxt1</font> | |colspan=2 align=center|'''<font color="#999999">dxt1</font>''' | ||
|} | |} | ||
Line 378: | Line 374: | ||
DisableUWrap | DisableUWrap | ||
DisableVWrap | DisableVWrap | ||
Unknown0010 | |||
AnimUseLocalTime | AnimUseLocalTime | ||
<!-- HasEnvMap (used via tag, not flag) --> | <!-- HasEnvMap (used via tag, not flag) --> |
edits