CHUNITHM SUN support (with basic matchmaking) #20

Merged
Midorica merged 4 commits from Dniel97/artemis:chuni_sun into develop 2023-05-11 13:44:31 +00:00
Contributor

Changes

  • Added CHUNITHM SUN support
  • Added basic matchmaking support with CPU spawning and messages
  • Fixed wrong next_idx calculations
  • Fixed WTF-8 names for cab2cab
  • Added startDate to events to spawn the correct items (sorry for the event notification spam on next bootup)
  • Fixed login bonus per version (changed the PK from (presetId) to (presetId, version))
  • Added information to docs
  • (corrected maimai DX naming lol)

Important

Make sure to update the database for SDHD to version 4 and create the missing matchmaking table:

python dbutils.py --game SDBT upgrade
python dbutils.py create

Also make sure to add the missing version to config/chuni.yaml:

version:
  13:
    rom: 2.10.00
    data: 2.10.00

And import all required data with:

python read.py --series SDBT --version 13 --binfolder /path/to/game/data/folder --optfolder /path/to/game/option/folder
## Changes - Added CHUNITHM SUN support - Added basic matchmaking support with CPU spawning and messages - Fixed wrong `next_idx` calculations - Fixed WTF-8 names for cab2cab - Added `startDate` to events to spawn the correct items (sorry for the event notification spam on next bootup) - Fixed login bonus per version (changed the PK from (`presetId`) to (`presetId`, `version`)) - Added information to docs - (corrected maimai DX naming lol) ## Important Make sure to update the database for SDHD to version 4 and create the missing matchmaking table: ```shell python dbutils.py --game SDBT upgrade python dbutils.py create ``` Also make sure to add the missing version to `config/chuni.yaml`: ```yaml version: 13: rom: 2.10.00 data: 2.10.00 ``` And import all required data with: ```shell python read.py --series SDBT --version 13 --binfolder /path/to/game/data/folder --optfolder /path/to/game/option/folder ```
Dniel97 added 2 commits 2023-05-10 19:40:15 +00:00
b85a65204f
chuni: added SUN support, matchmaking, fixed bugs, added docs
- Added CHUNITHM SUN support
- Added first matchmaking support with CPU spawning and messages
- Fixed wrong `next_idx` calculations
- Added `startDate` to events to spawn the correct items
- Fixed login bonus per version
- Added information to docs
Raymonf added 1 commit 2023-05-10 21:37:22 +00:00
Dniel97 added 1 commit 2023-05-11 13:33:47 +00:00
Midorica merged commit 013e83420b into develop 2023-05-11 13:44:31 +00:00
Dniel97 deleted branch chuni_sun 2023-05-15 19:54:07 +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#20
No description provided.