XML:WMCL: Difference between revisions

From OniGalore
Jump to navigation Jump to search
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''' |} '''general informa...")
 
m (Iritscen moved page OBD talk:WMCL to XML:WMCL without leaving a redirect)
(No difference)

Revision as of 21:49, 12 April 2013

Template:XMLModdingHints

The xml code on this page is compatible with onisplit v0.9.61.0


general information

  • WMCL is stored globally (edition\GameDataFolder\level0_Final)
  • the file links to Oni's mouse icon (cursor) (PSpc -> TXMP)
  • Oni always looks for a cursor with id 1


XML

WMCLcursor_list.xml

<?xml version="1.0" encoding="utf-8"?>
<Oni>
   <WMCL id="0">
       <Cursors>
           <WMCLCursor>
               <Id>1</Id>
               <Part>PSpcps_cursor_arrow</Part>
           </WMCLCursor>
       </Cursors>
   </WMCL>
</Oni>