18,970
edits
m (Edition -> AE) |
m (wikilinked Data Comlink) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{XML_File_Header | type=WPge | {{XML_File_Header | prev=WMM | type=WPge | next=AISA | name=Weapon Page}} | ||
== | ==General information== | ||
* The | * The XML on this page is compatible with OniSplit '''v0.9.61.0'''. | ||
* | * WPges are global (level0_Final.dat). | ||
* A weapon page | * A weapon page becomes available to read under the [[Data Comlink]]'s Weapons tab when the player finds the weapon linked to that page. | ||
* An IGPA instance here will make Oni crash. | * An IGPA instance here will make Oni crash. | ||
==XML structure== | |||
Think of "instances" (#N) as file sections, they go from 1 to N. 0 is the header (it defines the file type, here "WPge"). | Think of "instances" (#N) as file sections, they go from 1 to N. 0 is the header (it defines the file type, here "WPge"). | ||
Line 19: | Line 18: | ||
: IGSt means a (text) string | : IGSt means a (text) string | ||
Example from WPgew1_tap: | |||
: #0 (WPge instance) links to #1 (IGPG instance) | : #0 (WPge instance) links to #1 (IGPG instance) | ||
: #1 (unknown placeholder, only | : #1 (unknown placeholder, only present in original files) (can be ignored) | ||
: #2 (IGPG instance) links to #4 and #5 (IGSA instances) | : #2 (IGPG instance) links to #4 and #5 (IGSA instances) | ||
: #3 (unknown placeholder, only | : #3 (unknown placeholder, only present in original files) (can be ignored) | ||
: #4 (IGSA instance) links from #9 up to #14 (IGSt instances) | : #4 (IGSA instance) links from #9 up to #14 (IGSt instances) | ||
: #5 (IGSA instance) links from #6 up to #8 (IGSt instances) | : #5 (IGSA instance) links from #6 up to #8 (IGSt instances) | ||
==XML tags and options== | |||
'''WPge instance tags''' | '''WPge instance tags''' | ||
: <WeaponClass> (file name without prefix "ONWC" and suffix ".oni") | : <WeaponClass> (file name without prefix "ONWC" and suffix ".oni") | ||
Line 43: | Line 40: | ||
::: '''Bold''' | ::: '''Bold''' | ||
::: ''Italic'' | ::: ''Italic'' | ||
:: <Color> ([[wikipedia:RGB_color_model# | :: <Color> ([[wikipedia:RGB_color_model#Numeric_representations|RGB]] range, e.g. <Color>255 0 77</Color>) | ||
:: <Size> (10 and 12 are usually used) | :: <Size> (10 and 12 are usually used) | ||
: <Image> (links to a TXMP or PSpc file) | : <Image> (links to a TXMP or PSpc file) | ||
Line 63: | Line 60: | ||
:: <Color> | :: <Color> | ||
:: <Size> | :: <Size> | ||
:: <Flags> (Every IGSt can | :: <Flags> (Every IGSt can have its own properties. The <Flag> tag let you enable these. Add "Size" when you want to get a new font size, add "Color" when you want to get a new font color, etc.) | ||
::: <font style="color:#777">Family</font> | ::: <font style="color:#777">Family</font> | ||
::: Style | ::: Style | ||
Line 70: | Line 67: | ||
:: <Text> (contains the actual text but can also create a bare paragraph (see example at instance #13)) | :: <Text> (contains the actual text but can also create a bare paragraph (see example at instance #13)) | ||
==Example== | |||
[[Image:XML_WPge_w1_tap.jpg|thumb|200px]] | |||
[[Image:XML_WPge_Silenced_Machine_Gun.jpg|thumb|200px]] | |||
[ | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
Line 84: | Line 78: | ||
</WPge> | </WPge> | ||
You can display a | You can display a small image if you use the image tag in the IGPG instance. (Either a non-animated TXMP or a [[XML:PSpc|PSpc]].) | ||
<Text2> is used for the hint field | <Text2> is used for the hint field — see examples at right. | ||
<IGPG id="2"> | <IGPG id="2"> | ||
Line 101: | Line 95: | ||
</IGPG> | </IGPG> | ||
Instance #13 | Instance #13 uses a space between the text tags (<Text> </Text>) to produce a new paragraph. OniSplit currently ignores that space, but you can fix it by writing "<Text xml:space="preserve"> </Text>". | ||
<IGSA id="4"> | <IGSA id="4"> |