XML:KeyI: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) m (Created page with "{{Template:XMLModdingHints}} {| 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...") |
m (Iritscen moved page OBD talk:KeyI to XML:KeyI without leaving a redirect) |
(No difference)
|
Revision as of 21:49, 12 April 2013
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.
<?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>