| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ALX-2.2.0.tar.gz | 2015-11-03 | 279.2 kB | |
| ALX-2.2.0.zip | 2015-11-03 | 391.2 kB | |
| README.md | 2015-11-03 | 5.2 kB |
|
| Totals: 3 Items | 675.7 kB | 0 | |
ALX - Skies of Arcadia Legends Examiner
ALX is a very simple, fast, cross-platform and object-oriented command line tool to extract the game data from Skies of Arcadia Legends as well as Eternal Arcadia Legends. It is written in Ruby and is able to export and import the data to and from CSV files.
Features
- Character skills (Super Moves and Magic)
- Character stats (EXP curves, Magic EXP curves and parameters)
- Crew members
- Enemy ship stats
- Enemy skills (Super Moves and Magic)
- Items (accessories, armors, ship cannons, ship accessories, ship items, special items, usable items and weapons)
- Playable ship stats
Prerequisites
The commands respectively scripts in the bin directory require:
- Ruby 2.1.0+
- At least one extracted image of Skies of Arcadia Legends, or rather, Eternal Arcadia Legends
The shipped and pre-exported CSV files in the subdirectories of share
require:
Download
- You can get the latest official release on the SourceForge project website: https://sourceforge.net/projects/aex/files/latest/download
- You can also get the current development version from the GitHub repository: https://github.com/Taikocuya/ALX
Installation
Put the files to some directory where you want it. Pre-exported CSV files with
complete game data can already be found in the subdirectories share/geaj8p
for NTSC-J, share/geaj8p for NTSC-U or share/geae8p for PAL-E.
The scripts require at least one extracted image of Skies of Arcadia Legends,
or rather, Eternal Arcadia Legends in a new or existing subdirectory of
share. To obtain these files, you need a corresponding game image (ISO or
GCM) and GCRebuilder. Please do not
ask for download links.
Commands
All commands respectively scripts can be found in the bin directory.
exportaccessories.rb
Exports the accessories to share/*/accessories.csv.
exportarmors.rb
Exports the armos to share/*/armors.csv.
exportcharacters.rb
Exports the characters to share/*/characters.csv.
exportcharacterskills.rb
Exports the character skills to share/*/characterskills.csv.
exportcrewmembers.rb
Exports the crew members to share/*/crewmembers.csv.
exportenemyships.rb
Exports the enemy ships to share/*/enemyships.csv.
exportenemyskills.rb
Exports the enemy skills to share/*/enemyskills.csv.
exportexpcurves.rb
Exports the EXP curves to share/*/expcurves.csv.
exportmagicexpcurves.rb
Exports the Magic EXP curves to share/*/magicexpcurves.csv.
exportplayableships.rb
Exports the playable ships to share/*/playableships.csv.
exportshipcannons.rb
Exports the ship cannons to share/*/shipcannons.csv.
exportshipaccessories.rb
Exports the ship accessories to share/*/shipaccessories.csv.
exportshipitems.rb
Exports the ship items to share/*/shipitems.csv.
exportspecialitems.rb
Exports the special items to share/*/specialitems.csv.
exportusableitems.rb
Exports the usable items to share/*/usableitems.csv.
exportweapons.rb
Exports the weapons to share/*/weapons.csv.
importaccessories.rb
Imports the accessories to share/*/&&systemdata/Start.dol.
importarmors.rb
Imports the armors to share/*/&&systemdata/Start.dol.
importcharacters.rb
Imports the characters to share/*/&&systemdata/Start.dol.
importcharacterskills.rb
Imports the character skills to share/*/&&systemdata/Start.dol.
importcrewmembers.rb
Imports the crew members to share/*/&&systemdata/Start.dol.
importenemyships.rb
Imports the enemy ships to share/*/&&systemdata/Start.dol.
importenemyskills.rb
Imports the enemy skills to share/*/&&systemdata/Start.dol.
importexpcurves.rb
Imports the EXP curves to share/*/battle/first.lmt.
importmagicexpcurves.rb
Imports the Magic EXP curves to share/*/battle/first.lmt.
importplayableships.rb
Imports the playable ships to share/*/&&systemdata/Start.dol.
importshipcannons.rb
Imports the ship cannons to share/*/&&systemdata/Start.dol.
importshipaccessories.rb
Imports the ship accessories to share/*/&&systemdata/Start.dol.
importshipitems.rb
Imports the ship items to share/*/&&systemdata/Start.dol.
importspecialitems.rb
Imports the special items to share/*/&&systemdata/Start.dol.
importusableitems.rb
Imports the usable items to share/*/&&systemdata/Start.dol.
importweapons.rb
Imports the weapons to share/*/&&systemdata/Start.dol.
Links
- EsoArcadia, the Skies of Arcadia resource
- EsoArcadia Wiki, a Skies of Arcadia wiki
- EsoArcadia Forum, a Skies of Arcadia forum
License
Copyright (C) 2015 Marcel Renner. ALX is licensed under the GNU General Public License, Version 3.0. See LICENSE.md for the full license text.