Editing RCOXML Coding
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
<RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="psp" minFirmwareVer="1.5"> <!-- XML root element, generally does not need to be modified --> | <RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="psp" minFirmwareVer="1.5"> <!-- XML root element, generally does not need to be modified --> | ||
<MainTree name="sample"> <!-- root RCO node from which everything must descend from --> | <MainTree name="sample"> <!-- root RCO node from which everything must descend from --> | ||
<VSMXFile name="main" src="main.vsmx"></VSMXFile> <!-- attached virtual machine instruction code, only one may exist in an RCO file --> | <VSMXFile name="main" src="main.vsmx"></VSMXFile> <!-- attached UMD virtual machine instruction code, only one may exist in an RCO file --> | ||
<ImageTree> <!-- parent node from which all image resources descend from --> | <ImageTree> <!-- parent node from which all image resources descend from --> | ||
<Image name="texture" src="texture.gim" format="gim" compression="zlib" unknownByte="0" /> | <Image name="texture" src="texture.gim" format="gim" compression="zlib" unknownByte="0" /> |