Added individual Card Maker versions and maimai DX card/passes working #21

Merged
Midorica merged 2 commits from Dniel97/artemis:cardmaker_maimai into develop 2023-05-30 23:59:45 +00:00
Contributor

Changes:

  • Added the possibility to change required game versions per Card Maker in config/cardmaker.yaml version:
versions:
  0:
    ongeki: 1.30.01
    chuni: 2.00.00
    maimai: 1.20.00
  • Updated game_specific_info.md on how to get the required version number
  • Working maimai DX Freedom and Gold Passes
  • Card Maker is now FEATURE COMPLETE! Wuhuu!
  • Changed the Card Maker version to allow all versions from 1.30 to 1.34

Important

Make sure to update the database for SDEZ to version 5:

python dbutils.py --game SDEZ  upgrade
## Changes: - Added the possibility to change required game versions per Card Maker in `config/cardmaker.yaml` version: ```yaml versions: 0: ongeki: 1.30.01 chuni: 2.00.00 maimai: 1.20.00 ``` - Updated `game_specific_info.md` on how to get the required version number - Working maimai DX Freedom and Gold Passes - Card Maker is now FEATURE COMPLETE! Wuhuu! - Changed the Card Maker version to allow all versions from 1.30 to 1.34 ## Important Make sure to update the database for SDEZ to version 5: ``` python dbutils.py --game SDEZ upgrade ```
Dniel97 added 2 commits 2023-05-30 10:22:22 +00:00
Midorica merged commit 4854bcfcad into develop 2023-05-30 23:59:45 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#21
No description provided.