Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ALX-2.5.0.tar.gz | 2018-07-05 | 523.4 kB | |
ALX-2.5.0.zip | 2018-07-05 | 669.6 kB | |
README.md | 2018-07-05 | 2.9 kB |
|
Totals: 3 Items | 1.2 MB | 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 Magics)
- Character stats (EXP curves, Magic EXP curves and parameters)
- Crew members
- Enemy ship stats (action patterns and parameters)
- Enemy skills (Super Moves and Magics)
- Enemy stats (action patterns, encounters, events and parameters)
- Items (accessories, armors, ship cannons, ship accessories, ship items, special items, usable items and weapons)
- Playable ship stats
- Shops
Prerequisites
The commands respectively scripts in the bin
directory require:
- Ruby 2.4.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:
- Spreadsheet application with UTF-8 support (e.g. LibreOffice Calc or uniCSVed)
- Editor for plain text (e.g. Notepad++)
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/csv
for NTSC-Jshare/geaj8p/csv
for NTSC-Ushare/geae8p/csv
for PAL-E
The scripts require at least one extracted image of Skies of Arcadia Legends, or rather, Eternal Arcadia Legends. The directory structure should look like this:
share/*/csv
(replace the asterisk with any name you choose, i.e.share/geae8p/csv
or similar) for CSV filesshare/*/root
(replace the asterisk with any name you choose, i.e.share/geae8p/root
or similar) for game data
To obtain the game files, you need a corresponding 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.
export.rb
Executes all export commands in bin
.
import.rb
Executes all import commands in bin
.
Links
License
Copyright (C) 2018 Marcel Renner. ALX is licensed under the GNU General Public License, Version 3.0. See LICENSE.md for the full license text.