XML:KeyI: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (Iritscen moved page OBD talk:KeyI to XML:KeyI without leaving a redirect)
mNo edit summary
Line 1: Line 1:
{{Template:XMLModdingHints}}
{{XML_File_Header | type=KeyI | prev=IPge | next=M3GA | name=Key Icons  }}
{| border=0 cellspacing=20 cellpadding=0 align=center
| The xml code on this page is compatible with onisplit '''v0.9.61.0'''
|}


This is used in the Playstation 2 version, where the text from the dmsg command can be combined with little images from this list.
 
The xml code on this page was extracted with onisplit version '''v0.9.61.0'''
 
It is probably used in the Playstation 2 version, where the text from the dmsg command can be combined with little images from this list.


  <?xml version="1.0" encoding="utf-8"?>
  <?xml version="1.0" encoding="utf-8"?>
Line 21: Line 21:
     </KeyI>
     </KeyI>
  </Oni>
  </Oni>
{{XML}}

Revision as of 10:37, 13 April 2013

KeyI : Key Icons
XML modding tips
  • See HERE to start learning about XML modding.
  • See HERE if you are searching for information on how to handle object coordinates.
  • See HERE for some typical modding errors and their causes.
XML.png
XML

IPge << Other file types >> M3GA

switch to OBD page


The xml code on this page was extracted with onisplit version v0.9.61.0

It is probably used in the Playstation 2 version, where the text from the dmsg command can be combined with little images from this list.

<?xml version="1.0" encoding="utf-8"?>
<Oni>
   <KeyI id="0">
       <Punch>TXMPPunch</Punch>
       <Kick>TXMPKick</Kick>
       <Forward>TXMPForward</Forward>
       <Backward>TXMPBackward</Backward>
       <Left>TXMPLeft</Left>
       <Right>TXMPRight</Right>
       <Crouch>TXMPCrouch</Crouch>
       <Jump>TXMPJump</Jump>
       <Hold>TXMPHold</Hold>
       <Plus>TXMPPlus</Plus>
   </KeyI>
</Oni>