This project is forked from Ouroboros/EDDecompiler and illidan2004/EDDecompiler.
It can be used to decompile/recompile script files of PSP & PC games Zero/Ao no Kiseki and PC game Trails in the Sky series(Published by Xseed). This fork adds support for the Japanese version of the PS Vita Trails in the Sky Evolution series.
Just give the usage here:
And install missing libs with this command:
pip3 install xmltodict aiohttp rsa hexdump
git clone https://github.com/the-database/EDDecompiler
git clone https://github.com/ZhenjianYang/PyLibs
set PYTHONPATH=EDDecompiler/Decompiler;PyLibs
python .\ED6FCEvoScenarioScript.py --gp="<game data folder>" <script file or folder>
set PYTHONPATH=EDDecompiler/Decompiler;PyLibs
python .\ED6SCEvoScenarioScript.py --gp="<game data folder>" <script file or folder>
set PYTHONPATH=EDDecompiler/Decompiler;PyLibs
python .\ED63RDEvoScenarioScript.py --gp="<game data folder>" <script file or folder>
The game data folder refers to the folder containing the scenario folder (data, data_sc, or data_3rd). This must be extracted from the data.psarc file.
Decompiled scripts will have a filename like xxxx.py (xxxx stands for the script's name).
Trails in the Sky Evolution series:
set PYTHONPATH=EDDecompiler/Decompiler;PyLibs
python <decompiled script file> --gp=<game folder> <output folder>