|
|
Line 1: |
Line 1: |
| ==Animating GIF on hover==
| |
| Looks like this won't work unless I include the direct paths for the GIF and JPEG in a table similar to hovertable_descrip, since images are stored in various subdirectories on the server, and thus swapping just the image's suffix does not generate a valid URI.
| |
|
| |
| <span class="hovergif" id="barabas">Insert GIF here</span>
| |
|
| |
|
| |
| ==Fixing the XEB script== | | ==Fixing the XEB script== |
| References: | | References: |
Line 14: |
Line 8: |
| *Is ResourceLoader on? | | *Is ResourceLoader on? |
| *The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318 | | *The diffs here make the toolbar-modifying code use mw.toolbar, a necessary change: http://de.wikipedia.org/w/index.php?title=MediaWiki%3AGadget-Extra-Editbuttons.js&diff=94521213&oldid=94132318 |
|
| |
| ==XML Overview==
| |
| {|class="hovertable" style="width:100%; text-align:center"
| |
| |-
| |
| |''Explanation of file type''
| |
| |style="width:11.66%;" class="hovercell" id="txtc"| [[TxtC]]
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| | rowspan=11 class="hovertable_descrip" |
| |
| <span style="display:none" id="txtc">This is console text.</span>
| |
| <span style="display:none" id="igpa">In-Game User Interface Page Array.</span>
| |
| <span style="display:none" id="igpg">In-Game User Interface Page.</span>
| |
| <span style="display:none" id="tsff">A font family.</span>
| |
| <span style="display:none" id="tsfl">A font language.</span>
| |
| <span style="display:none" id="tsft">Actual font bitmaps.</span>
| |
| <span style="display:none" id="tsga">A glyph array linking 256 possible symbols to their bitmaps (TSFTs).</span>
| |
| <span style="display:none" id="pspc">Part Specification (coordinates for finding a UI symbol in a bitmap collection of UI elements.</span>
| |
| <span style="display:none" id="txmp">A texture map!</span>
| |
| <span style="display:none" id="igsa">In-Game user interface String Array.</span>
| |
| <span style="display:none" id="igst">In-Game user interface STring.</span>
| |
| |-
| |
| |
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |style="width:11.66%;" class="hovercell embedded" id="igpa"| [[IGPA]]
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| | style="width:11.66%;" class="hovercell embedded" id="igpg"| [[IGPG]]
| |
| |
| |
| |
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20b.gif
| |
| |style="width:11.66%;" class="hovercell" id="tsff"| [[TSFF]]
| |
| |
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20a.gif
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |style="width:11.66%;" class="hovercell embedded" id="tsfl"| [[TSFL]]
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20a.gif
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |class="hovercell embedded" id="tsft"| [[TSFT]]
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20a.gif
| |
| |
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |style="width:11.66%;" class="hovercell embedded" id="tsga"| [[TSGA]]
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20b.gif
| |
| | class="hovercell" id="pspc" | [[PSpc]]
| |
| |
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20a.gif
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| | class="hovercell" id="txmp" | [[TXMP]]
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |class="hovercell embedded" id="igsa"| [[IGSA]]
| |
| |
| |
| |
| |
| |-
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | http://ssg.oni2.net/design/60x20c.gif
| |
| |" class="hovercell embedded" id="igst"| [[IGSt]]
| |
| |
| |
| |}
| |
|
| |
| <span class="hovertable_frame">'''''Sorry, you must have JavaScript enabled to view this content.'''''
| |
| <span class="hovertable_source" style="display:none">
| |
| TxtC~This is console text.~IGPA;
| |
| IGPA~In-Game user interface Page Array.~IGPG;
| |
| IGPG~In-Game user interface PaGe~TSFF,PSpc,IGSA;
| |
| TSFF~A font family.~TSFL,TSFT;
| |
| PSpc~Parts specification.~TXMP;
| |
| IGSA~In-Game user interface String Array.~IGSt;
| |
| TSFL~A font language.~;
| |
| TSFT~Font bitmaps.~TSGA;
| |
| TSGA~A glyph array.~;
| |
| TXMP~Texture map.~;
| |
| IGSt~In-Game user interface STring.~;
| |
| </span></span>
| |
|
| |
| ==File types page prototype==
| |
| ===Type categories===
| |
| [[#Level data|Level]] * [[#Character data|Characters]] * [[#Images|Images]] * [[#Text|Text]] * [[#Audio|Audio]]
| |
|
| |
| ===Type index===
| |
| [[#ABNA|ABNA]], [[#AGQC|AGQC]], [[#AGQG|AGQG]], [[#AGQR|AGQR]]...
| |
|
| |
| ===Level data===
| |
| {|class="wikitable" width="100%"
| |
| |{{Anchor|AKEV}}'''[[AKEV]]: Akira Environment.''' Edit as: Collada (.dae). Contained by: [[#ONLV|ONLV]]. Contains: ABNA, AGDB, AGQC, AGQG, AGQR, AKAA, AKBA, AKBP, AKDA, AKOT, AKVA, IDXA, PLEA, PNTA, TXCA, TXMA.
| |
| :It's the level's 3D model. All the subtypes under AKEV are kinds of 3D data that you do not edit directly.
| |
| |-
| |
| |{{Anchor|ONLV}}'''[[ONLV]]: Oni Level.''' Edit as: XML. Contained by: --. Contains: AISA, AITR, [[#AKEV|AKEV]], CRSA, ENVP, OBDC, OBOA, ONFA, ONMA, ONOA, ONSA, ONSK, ONTA.
| |
| :The top level of information about a level. Holds the name of the BSL folder with the level's scripts, and links to the level's 3D data, skybox data, and flag data, among other things.
| |
| |}
| |
|
| |
| ===Character data===
| |
| {|class="wikitable" width="100%"
| |
| |{{Anchor|ONCC}}'''[[ONCC]]: Oni Character Class.''' Edit as: XML. Contained by: --. Contains: CBPI, CBPM, [[#TXMP|TXMP]], ONCP, ONCV, ONIA, TRAC, TRBS, TRMA, TRSC.
| |
| :The top level of information about a character class (type of character). Holds (yada yada yada).
| |
| |}
| |
|
| |
| ===Images===
| |
| {|class="wikitable" width="100%"
| |
| |{{Anchor|TXMP}}'''[[TXMP]]: Texture Map.''' Edit as: PNG, TGA. Contained by: [[#AKEV|AKEV]], CONS, DOOR, IGHH, IGPG, KeyI, M3GM, ONCC, ONGS, ONWC, PSpc, TMBD, TRMA, TXAN, TXMA, WMDD. Contains: TXAN.
| |
| :The top level of information about a character class (type of character).
| |
| |}
| |
|
| |
| ===Text===
| |
|
| |
| ===Audio===
| |
|
| |
|
| [[Category:Userspace]] | | [[Category:Userspace]] |