XML:KeyI

From OniGalore
Revision as of 10:37, 13 April 2013 by Paradox-01 (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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>