O.N.G.E.K.I.: Card Maker fixes, improvements and bug fixes #25

Merged
Midorica merged 1 commits from Dniel97/artemis:cardmaker_ongeki_fix into develop 2023-07-16 17:06:45 +00:00
Contributor

Changes:

  • Added the possibility to change compatibleCardMakerVersion per O.N.G.E.K.I. game version in config/ongeki.yaml:
versions:
  6: # O.N.G.E.K.I. bright
    card_maker: 1.30.01
  • Changed the credits config to the default 370 instead of 360
  • Added start_date to the events to show new events
  • Fixed Card Maker Gachas to only allow "Select Gacha" once
  • Fixed the get_profile_rating_log database query

Important

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

python dbutils.py --game SDDT  upgrade
## Changes: - Added the possibility to change `compatibleCardMakerVersion` per O.N.G.E.K.I. game version in `config/ongeki.yaml`: ```yaml versions: 6: # O.N.G.E.K.I. bright card_maker: 1.30.01 ``` - Changed the credits config to the default 370 instead of 360 - Added `start_date` to the events to show new events - Fixed Card Maker Gachas to only allow "Select Gacha" once - Fixed the `get_profile_rating_log` database query ## Important Make sure to update the database for SDDT to version 5: ``` python dbutils.py --game SDDT upgrade ```
Dniel97 added 2 commits 2023-07-12 09:31:41 +00:00
6a41dac46c
ongeki: card maker config added, small fixes, improved credits
- Changed the credits config to the default 370 instead of 360
- Added `start_date` to the events to show new events
- Fixed Card Maker Gachas to only allow "Select Gacha" once
- Fixed the `get_profile_rating_log` database query
Collaborator

Hello Dniel,

From the look of it, this seems to fix a few things that we did typo and forgot entirely.

I'll approve the merge now

Hello Dniel, From the look of it, this seems to fix a few things that we did typo and forgot entirely. I'll approve the merge now
Midorica merged commit c6e7100f51 into develop 2023-07-16 17:06:45 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 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#25
No description provided.