Chunithm Improvements #16

Merged
Midorica merged 9 commits from Dniel97/artemis:chunithm_improvements into develop 2023-03-30 21:03:38 +00:00
Contributor

Changes

  • Added version specific "romVersion" and "dataVersion" to config/chuni.yaml
  • Added team name to config/chuni.yaml
  • Fixed last played track by sorting sortNumber descending
  • Fixed ticket missing after unsuccessful logout

Notices

Teams will only be activated if a team name is set in config/chuni.yaml, but scores, ranking are not working! It's just pure decoration at the moment.

Login Bonus

In order to use the login bonus, create all required database tables using:

python dbutils.py create

after that you can import the login boni from the binfolder using:

python read.py --series SDBT --version <version ID> --binfolder /path/to/game/data/folder
  • Adds a bonusCount after a user logged in after 24 hours
  • Makes sure loginBonus 30 gets looped
  • Only show the login banner every 24 hours (after successful save)
  • Adds the correct bonus to user items (itemKind 6)
## Changes - Added version specific "romVersion" and "dataVersion" to `config/chuni.yaml` - Added team name to `config/chuni.yaml` - Fixed last played track by sorting `sortNumber` descending - Fixed ticket missing after unsuccessful logout ## Notices Teams will only be activated if a team name is set in `config/chuni.yaml`, but scores, ranking are not working! It's just pure decoration at the moment. ## Login Bonus In order to use the login bonus, create all required database tables using: ``` python dbutils.py create ``` after that you can import the login boni from the binfolder using: ``` python read.py --series SDBT --version <version ID> --binfolder /path/to/game/data/folder ``` - Adds a bonusCount after a user logged in after 24 hours - Makes sure loginBonus 30 gets looped - Only show the login banner every 24 hours (after successful save) - Adds the correct bonus to user items (itemKind 6)
Dniel97 added 6 commits 2023-03-24 17:21:45 +00:00
Dniel97 changed target branch from master to develop 2023-03-24 17:22:40 +00:00
Dniel97 added 1 commit 2023-03-27 23:09:33 +00:00
Dniel97 added 1 commit 2023-03-28 16:29:19 +00:00
Dniel97 added 1 commit 2023-03-28 16:54:29 +00:00
Dniel97 changed title from WIP: Chunithm Improvements to Chunithm Improvements 2023-03-28 17:43:26 +00:00
Dniel97 added 1 commit 2023-03-30 20:59:06 +00:00
Midorica merged commit 979bd7d718 into develop 2023-03-30 21:03:38 +00:00
Dniel97 deleted branch chunithm_improvements 2023-04-10 16:59:26 +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#16
No description provided.