8,452
edits
Paradox-01 (talk | contribs) m (removing out-dated XP advice) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 208: | Line 208: | ||
: [[Image:Aqua Dot-Grey.png]] : not available, useless file type | : [[Image:Aqua Dot-Grey.png]] : not available, useless file type | ||
|- | |- | ||
|'''[[OBD:AKEV|AKEV]]''' [[Image:Aqua Dot-Red | |'''[[OBD:AKEV|AKEV]]''' [[Image:Aqua Dot-Red.png]] | ||
:Akira Environment. You can take a look into it but it's not recommended to tweak this by hand at all. | :Akira Environment. You can take a look into it but it's not recommended to tweak this by hand at all. | ||
|- | |- | ||
Line 356: | Line 356: | ||
: Big texture map. Only used for spalsh screens, you know .. these big Intro, WinLevel and LoseLevel images. | : Big texture map. Only used for spalsh screens, you know .. these big Intro, WinLevel and LoseLevel images. | ||
|- | |- | ||
|'''[[OBD_talk:TXMP|TXMP]]''' [[Image:Aqua Dot- | |'''[[OBD_talk:TXMP#XML_section|TXMP]]''' [[Image:Aqua Dot-Green.png]] | ||
: Texture map. Well, this type covers all images in Oni. (TXMB | : Texture map. Well, this type covers all images in Oni. (TXMB use multiple TXMPs to create a big texture.) | ||
|- | |- | ||
|'''[[OBD_talk:TxtC|TxtC]]''' [[Image:Aqua Dot-Green.png]] | |'''[[OBD_talk:TxtC|TxtC]]''' [[Image:Aqua Dot-Green.png]] | ||
Line 380: | Line 380: | ||
* '''text position in a line''': most tags have some distance towards line begin. It is not needed but preserve the overview. | * '''text position in a line''': most tags have some distance towards line begin. It is not needed but preserve the overview. | ||
* '''structure''': some tags have ''children''. Destroying the structure doesn't affect the reconversion but it is not good for the overview. Example: | * '''structure''': some tags have ''children''. Destroying the structure doesn't affect the reconversion but it is not good for the overview. Example: | ||
good: | |||
<Instance id="4" type="IGSA"> | <Instance id="4" type="IGSA"> | ||
<Strings> | <Strings> | ||
Line 386: | Line 386: | ||
</Strings> | </Strings> | ||
</Instance> | </Instance> | ||
bad: | |||
<Instance id="4" type="IGSA"><Strings><Link>#7</Link></Strings></Instance> | <Instance id="4" type="IGSA"><Strings><Link>#7</Link></Strings></Instance> | ||
* '''code folding''': | * '''code folding''': A simple text editor (and being aware of the search function) is actually enough to work with Oni's xml. Anyway, big files might be easier to handle with code folding. So, if you like code folding, you maybe try [http://www.microsoft.com/express/download/ Microsoft Visual ... Express] (PC) or [http://developer.apple.com/technology/Xcode.html xcode] (Mac). Both are for free. | ||
: You can fold whole instances and parent tags. | : You can fold whole instances and parent tags. | ||
:: Folded code can be previewed in Microsoft Visual Express applications, although xcode provides an extra scroll popup. | :: Folded code can be previewed in Microsoft Visual Express applications, although xcode provides an extra scroll popup. | ||
{| | {| | ||
|[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/collapse_code.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/collapse_code_preview.png]<br>Windows | |[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/collapse_code.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/collapse_code_preview.png]<br>Windows | ||
| | | | ||
[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/hover_an_instance.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/hover_an_instance_preview.png]<br>Windows | [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/hover_an_instance.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/hover_an_instance_preview.png]<br>Windows |
edits