Added support for maimai and Chunithm in Card Maker 1.34/1.35 #14

Merged
Hay1tsme merged 6 commits from Dniel97/artemis:cardmaker_maimai_chunithm into develop 2023-03-15 20:03:23 +00:00
Contributor

Changes (a lot again)

  • Fixed Ping requests for maimai, ONGEKI and Chunithm
  • Removed useless SDED upgrade script
  • Fixed a lot of maimai DX bugs and problems, therefore a database upgrade to version 3 is necessary
  • Added all required Card Maker tables to maimai and Chunithm
  • Added a dummy database class to Card Maker to prevent an error message
  • Actually made maimai DX Uni+ playbale without errors lol
  • ...

First use

First create all required database table schemas using:

python dbutils.py create

After that fill the tables with the required data, using:

python read.py --series SDED --version 1 --binfolder path\to\cm\CardMaker_Data --optfolder path\to\cm\option

Notices

Card Maker 1.34 only supports maimai DX Uni and Chunithm New!!, whereas Card Maker 1.35 supports maimai DX Universe Plus and Chunithm New!! plus. In order to get both working, checks are implemented to only show cards, gachas for New!! Plus (and below) and Uni+ (and below).

Chunithm Gachas

All cards in Chunithm (basically just the characters) have the same rarity to it just pulls randomly from all cards from a given gacha but made sure you cannot pull the same card twice in the same request.

Working

  • maimai DX cards printing for Freedom pass and Deluxe pass with all possible (and all available cards)
  • Chunithm New!! card printing, with proper "Select Card" after every 10 pulls (and all available cards)
  • Chunithm New!! failed printing cards detection
  • Print logs with every serial number printed

Not working

  • Currently there is no way to test the printed maimai DX Uni(+) cards at all
## Changes (a lot again) - Fixed Ping requests for maimai, ONGEKI and Chunithm - Removed useless SDED upgrade script - Fixed a lot of maimai DX bugs and problems, therefore a database upgrade to version 3 is necessary - Added all required Card Maker tables to maimai and Chunithm - Added a dummy database class to Card Maker to prevent an error message - Actually made maimai DX Uni+ playbale without errors lol - ... ## First use First create all required database table schemas using: ``` python dbutils.py create ``` After that fill the tables with the required data, using: ``` python read.py --series SDED --version 1 --binfolder path\to\cm\CardMaker_Data --optfolder path\to\cm\option ``` ## Notices Card Maker 1.34 only supports maimai DX Uni and Chunithm New!!, whereas Card Maker 1.35 supports maimai DX Universe Plus and Chunithm New!! plus. In order to get both working, checks are implemented to only show cards, gachas for New!! Plus (and below) and Uni+ (and below). ## Chunithm Gachas All cards in Chunithm (basically just the characters) have the same rarity to it just pulls randomly from all cards from a given gacha but made sure you cannot pull the same card twice in the same request. ## Working - maimai DX cards printing for Freedom pass and Deluxe pass with all possible (and all available cards) - Chunithm New!! card printing, with proper "Select Card" after every 10 pulls (and all available cards) - Chunithm New!! failed printing cards detection - Print logs with every serial number printed ## Not working - Currently there is no way to test the printed maimai DX Uni(+) cards at all
Dniel97 added 4 commits 2023-03-12 00:49:33 +00:00
Dniel97 added 1 commit 2023-03-12 01:13:00 +00:00
Dniel97 changed title from Added support for maimai and Chunithm in Card Maker 1.34/1.36 to Added support for maimai and Chunithm in Card Maker 1.34/1.35 2023-03-14 14:07:17 +00:00
Dniel97 added 1 commit 2023-03-14 14:16:36 +00:00
Dniel97 force-pushed cardmaker_maimai_chunithm from 88b4f0d954 to 7d3442478f 2023-03-14 14:20:10 +00:00 Compare
Dniel97 force-pushed cardmaker_maimai_chunithm from 7d3442478f to 2a7ae4e03a 2023-03-14 14:22:57 +00:00 Compare
Dniel97 force-pushed cardmaker_maimai_chunithm from 2a7ae4e03a to bbf9c1317d 2023-03-14 15:01:48 +00:00 Compare
Dniel97 force-pushed cardmaker_maimai_chunithm from bbf9c1317d to 5f9def5945 2023-03-14 15:35:57 +00:00 Compare
Hay1tsme merged commit 2af7751504 into develop 2023-03-15 20:03:23 +00:00
Dniel97 deleted branch cardmaker_maimai_chunithm 2023-04-10 16:59:37 +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#14
No description provided.