8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
==[[OBD:IPge|IPeg]]: item page== | ==[[OBD:IPge|IPeg]]: item page== | ||
{{Template:XMLModdingHints}} | {{Template:XMLModdingHints}} | ||
{| border=0 cellspacing=20 cellpadding=0 align=center | |||
| The xml code on this page is compatible with onisplit '''v0.9.61.0''' | |||
|} | |||
===general notes=== | ===general notes=== | ||
Line 126: | Line 130: | ||
| [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/IPge.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/IPge_preview.png] | | [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/IPge.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/IPge_preview.png] | ||
|} | |} | ||
IPgekeys.xml | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
< | <IPge id="0"> | ||
<PageNumber>5</PageNumber> | <PageNumber>5</PageNumber> | ||
<Page>#1</Page> | <Page>#1</Page> | ||
</ | </IPge> | ||
You can display a little image if you use the image tag in the IGPG instance. (Either non-animated TXMP or [[PSpc]].) | You can display a little image if you use the image tag in the IGPG instance. (Either non-animated TXMP or [[PSpc]].) | ||
< | <IGPG id="1"> | ||
<nowiki><Font></nowiki> | <nowiki><Font></nowiki> | ||
<Family></Family> | <Family></Family> | ||
Line 147: | Line 152: | ||
<Text1>#3</Text1> | <Text1>#3</Text1> | ||
<Text2>#4</Text2> | <Text2>#4</Text2> | ||
</ | </IGPG> | ||
< | <IGSA id="3"> | ||
<Strings> | <Strings> | ||
<Link>#7</Link> | <Link>#7</Link> | ||
</Strings> | </Strings> | ||
</ | </IGSA> | ||
< | <IGSA id="4"> | ||
<Strings> | <Strings> | ||
<Link>#5</Link> | <Link>#5</Link> | ||
<Link>#6</Link> | <Link>#6</Link> | ||
</Strings> | </Strings> | ||
</ | </IGSA> | ||
< | <IGSt id="7"> | ||
<nowiki><Font></nowiki> | <nowiki><Font></nowiki> | ||
<Family></Family> | <Family></Family> | ||
Line 167: | Line 172: | ||
<Flags></Flags> | <Flags></Flags> | ||
<nowiki></Font></nowiki> | <nowiki></Font></nowiki> | ||
<Text> | <Text>TRUCK KEYS..........................................</Text> | ||
</ | </IGSt> | ||
A space between the text tags (<Text> </Text>) can produce a new paragraph. The import ignores that so far but you can fix it by writing "<Text xml:space="preserve"> </Text>". (Not used in | A space between the text tags (<Text> </Text>) can produce a new paragraph. The import ignores that so far but you can fix it by writing "<Text xml:space="preserve"> </Text>". (Not used in this example.) | ||
< | <IGSt id="5"> | ||
<nowiki><Font></nowiki> | <nowiki><Font></nowiki> | ||
<Family></Family> | <Family></Family> | ||
Line 180: | Line 185: | ||
<Flags></Flags> | <Flags></Flags> | ||
<nowiki></Font></nowiki> | <nowiki></Font></nowiki> | ||
<Text> | <Text>Hint:</Text> | ||
</ | </IGSt> | ||
< | <IGSt id="6"> | ||
<nowiki><Font></nowiki> | <nowiki><Font></nowiki> | ||
<Family></Family> | <Family></Family> | ||
Line 190: | Line 195: | ||
<Flags></Flags> | <Flags></Flags> | ||
<nowiki></Font></nowiki> | <nowiki></Font></nowiki> | ||
<Text> | <Text>Maybe the truck can help you get through the doors to the computer core...</Text> | ||
</ | </IGSt> | ||
</Oni> | </Oni> | ||
Line 271: | Line 276: | ||
local (level19_Final/NoGlobal) | local (level19_Final/NoGlobal) | ||
|} | |} | ||
edits