[chuni] Add correct endpoint iter_counts for all versions with encryption #151

Open
beerpsi wants to merge 3 commits from beerpsi/artemis:fix/chuni/correct-iter-counts into develop
Contributor

Also add support for international encryption keys, closing #129

Also add support for international encryption keys, closing #129
beerpsi added 1 commit 2024-06-12 09:11:14 +00:00
beerpsi added 1 commit 2024-06-15 15:22:48 +00:00
Collaborator

Regarding this pull request, could you modify the docs/game_specific_info.md to reflect the changes you just did so people knows how to assign the key, iv and hash for intl?

Also please add the change to the changelog

Thanks!

Regarding this pull request, could you modify the docs/game_specific_info.md to reflect the changes you just did so people knows how to assign the key, iv and hash for intl? Also please add the change to the changelog Thanks!
Hay1tsme added the
enhancement
chuni
waiting
labels 2024-06-17 15:24:52 +00:00
beerpsi added 1 commit 2024-06-18 02:39:28 +00:00
Author
Contributor

Should be done. However, as discussed in Discord, there's still the problem of SUPER STAR (SDGS 1.00) and SUPER STAR+ (SDGS 1.05) being treated as the same internal version (VER_CHUNITHM_PARADISE), which makes assigning encryption keys difficult since they have different keys and salts. I'm open to suggestions on how to solve this. 9_int could be assigned to SUPER STAR and 10_int to SUPER STAR+, but that will add a bunch of checks and look fairly ugly.

Should be done. However, as discussed in Discord, there's still the problem of SUPER STAR (SDGS 1.00) and SUPER STAR+ (SDGS 1.05) being treated as the same internal version (`VER_CHUNITHM_PARADISE`), which makes assigning encryption keys difficult since they have different keys and salts. I'm open to suggestions on how to solve this. `9_int` could be assigned to SUPER STAR and `10_int` to SUPER STAR+, but that will add a bunch of checks and look fairly ugly.
Owner

This PR fell out of date with the lumi update, oops

This PR fell out of date with the lumi update, oops
This pull request has changes conflicting with the target branch.
  • changelog.md
  • titles/chuni/index.py

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/chuni/correct-iter-counts:beerpsi-fix/chuni/correct-iter-counts
git checkout beerpsi-fix/chuni/correct-iter-counts

Merge

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff beerpsi-fix/chuni/correct-iter-counts
git checkout develop
git merge --ff-only beerpsi-fix/chuni/correct-iter-counts
git checkout beerpsi-fix/chuni/correct-iter-counts
git rebase develop
git checkout develop
git merge --no-ff beerpsi-fix/chuni/correct-iter-counts
git checkout develop
git merge --squash beerpsi-fix/chuni/correct-iter-counts
git checkout develop
git merge --ff-only beerpsi-fix/chuni/correct-iter-counts
git checkout develop
git merge beerpsi-fix/chuni/correct-iter-counts
git push origin develop
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 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#151
No description provided.