XML:WMCL

From OniGalore
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.
WMCL : WM 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

TxtC << Other file types >> WMDD

switch to OBD page

General information

  • The XML on this page was extracted with OniSplit version v0.9.61.0.
  • "WM" stands for "Window Manager".
  • The WMCL is stored globally, in level0_Final.dat.
  • There is just one of these resources, and it provides the link to Oni's mouse cursor (PSpc -> TXMP).
  • Oni always loads the cursor with ID 1.

Example

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>