XML:WMCL

From OniGalore
Revision as of 10:45, 13 April 2013 by Paradox-01 (talk | contribs)
WMCL : Window Menu Cursor List
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

VCRA << Other file types >> WMDD

switch to OBD page

general information

  • The xml code on this page was extracted with onisplit version v0.9.61.0
  • WMCL is stored globally (AE\GameDataFolder\level0_Final)
  • It is the file link 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>