XML:WMCL: Difference between revisions
Jump to navigation
Jump to search
m (Iritscen moved page OBD talk:WMCL to XML:WMCL without leaving a redirect) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{XML_File_Header | type=WMCL | prev=VCRA | next=WMDD | name=Window Menu Cursor List }} | ||
'''general information''' | '''general information''' | ||
* WMCL is stored globally ( | * The xml code on this page was extracted with onisplit version '''v0.9.61.0''' | ||
* the file | * 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 | * Oni always looks for a cursor with id 1 | ||
Line 25: | Line 22: | ||
</WMCL> | </WMCL> | ||
</Oni> | </Oni> | ||
{{XML}} |
Revision as of 10:45, 13 April 2013
WMCL : Window Menu Cursor List | ||
---|---|---|
XML
VCRA << Other file types >> WMDD |
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>