18,975
edits
m (correcting prev/next types in nav header) |
(updating information pertaining to the Tool mode PSUI) |
||
Line 3: | Line 3: | ||
==General information== | ==General information== | ||
*PSUI is a global type (level0_Final.dat) and only two of them exist in vanilla Oni: PSUIpsui_g206 and PSUIpsui_oniUI. | *PSUI is a global type (level0_Final.dat) and only two of them exist in vanilla Oni: PSUIpsui_g206 and PSUIpsui_oniUI. | ||
*Only PSUIpsui_oniUI is called upon in Oni. It contains a list of [[XML:PSpc|PSpcs]] that should be used to draw the game's interface, | *Only PSUIpsui_oniUI is called upon in Oni. It contains a list of [[XML:PSpc|PSpcs]] that should be used to draw the game's interface, both in-game and out-of-game. | ||
*PSUIpsui_g206 provided the GUI for [[Tool mode]]. Apparently _oniUI was created from _g206, as any elements in _oniUI that aren't actually used still link to PSpcs belonging to _g206. | |||
*If you follow the PSpc links back to the actual TXMPs which they slice up to get their visual data from, the _oniUI PSpcs all link to TXMPnavi and the _g206 PSpcs all link to TXMPg206_controls_128x64. | |||
==Example== | ==Example== | ||
Line 56: | Line 58: | ||
</PSUI> | </PSUI> | ||
</Oni> | </Oni> | ||
{{XML}} | {{XML}} |