Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chusan: add a patch that removes recent scores from rating calculation #357

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion chusansunplus.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@
min: 3,
max: 12,
},
{
name: "Remove recent scores from rating calculation",
tooltip: "Changes the rating algorithm from (Best30+Recent10)÷40 to (Best30)÷30",
danger: "Decreases the rating ceiling",
patches: [
{ offset: 0x6FF272, off: [0x0a], on: [0x00] },
{ offset: 0x6FF285, off: [0x28], on: [0x1e] },
],
},
{
name: "Ignore some errors from amdaemon",
danger: "[DEPRECATED] May relieve some errors like error 6401, but may also cause problems elsewhere.",
Expand Down Expand Up @@ -158,4 +167,4 @@
<h1>CHUNITHM SUN PLUS Modder</h1>
</body>

</html>
</html>