SDEW
| Version ID |
Version Name |
| 0 |
SAO |
Importer
In order to use the importer locate your game installation folder and execute:
python read.py --game SDEW --version <version ID> --binfolder /path/to/game/extractedassets
The importer for SAO will import all items, heroes, support skills and titles data.
Config
Config file is located in config/sao.yaml.
| Option |
Info |
hostname |
Changes the server listening address for Mucha |
port |
Changes the listing port |
auto_register |
Allows the game to handle the automatic registration of new cards |
Database upgrade
Always make sure your database (tables) are up-to-date, to do so go to the core/data/schema/versions folder and see which version is the latest, f.e. SDEW_1_upgrade.sql. In order to upgrade to version 3 in this case you need to perform all previous updates as well:
python dbutils.py --game SDEW upgrade
Notes
- Defrag Match will crash at loading
- Co-Op Online is not supported
- Shop is not functionnal
- Player title is currently static and cannot be changed in-game
- QR Card Scanning currently only load a static hero
Network hashing in GssSite.dll must be disabled
Credits for SAO support:
- Midorica - Limited Network Support
- Dniel97 - Helping with network base
- tungnotpunk - Source