8,305
edits
(moving FAQ and tips to XML:Introduction) |
Paradox-01 (talk | contribs) m (updated Windows section) |
||
Line 1: | Line 1: | ||
{{XML Home}} | {{XML Home}} | ||
{{update}} | {{update}} | ||
This a step-by-step guide taking an ONCC modification as example. | |||
It will give you an impression of the tools and workflow. Let's roll! | |||
===Windows=== | |||
: '''open AEInstaller, then Vago''' | |||
:: Open AEI, goto "Tools" > "Vago GUI (Win)". (Install Vago via Tools manager if necessary.) | |||
:: When Vago is used for first time it ask you the AE path | |||
: '''Get Konoko's character file (ONCC) by spliting level0_Final.dat''' | |||
:: In Vago goto "Levels" tab. | |||
:: Drag and drop level0_Final.dat from AE\AEInstaller\vanilla into the "Sources" field. Click "Convert". | |||
:: At the top, click onto the blue folder icon. Follow that path "Levels\DAT - ONI FILES\level0_Final". | |||
: '''Convert oni to xml''' | |||
:: In level0_Final folder there are a lot of files. You want to convert TRAM*.oni to xml format. | |||
:: Goto Vago "XML" tab and drag and drop for instance "ONCCk4_L.oni.oni" into the "Sources" field. Click convert. | |||
: '''Edit xml''' | |||
:: Click blue folder again and follow "XML\ONI - XML", there should be a "ONCCk4_L.xml" now. | |||
:: Open that file with a plain text editor. (Windows: Start > notepad.exe) | |||
:: Search for <HasSupershield> and set its value from 0 to '''1'''. | |||
:: Save file. | |||
: '''Convert the xml back to oni format''' | |||
:: Vago, "XML" tab. Choose From "XML" To "Oni" | |||
:: DnD your xml file into the "Sources" field. Convert. | |||
:: Click blue folder again and follow "XML\ONI - XML". | |||
:: Create a new folder "level0_Final" and put your ONCC*.oni file there. | |||
[[Image:HasSuperShield_1.png|thumb|200px|right|For more information on Supershield see [[XML:ONCC#ONCV.2C_death_particle.2C_TRBS.2C_TRMA.2C_TRAC.2C_TRAS.2C_health.2C_daodan.2C_etc.|XML:ONCC page]] ]] | |||
: '''Get the file back into the game''' | |||
:: Vago supports AE package creation: in Vago, goto "Tools", "AEI Mod Package Wizard" | |||
:: Fill all fields. Let Type be "Character". When choosing a number, replace the X and click "Check". | |||
:: DnD your level0_Final folder into the "Common" field. Hit "Next". Leave the optional fields blank. | |||
: '''Test your mod''' | |||
:: Copy your package into "Oni\AE\AEInstaller\packages" | |||
:: Restart AEI and install your mod. (Type your mod's name into the Filter to find it faster.) | |||
:: Start TCTF HQ redux (pre-last level). | |||
:: The supershield becomes automatically switched on at 51% overpower (301 healh points). "chenille" cheat works too. | |||
===Mac=== | |||
[...] | |||
remove pc, update mac section if needed | |||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" |
edits