Skip to content

Commit

Permalink
feat(chusan): in-game naive rating
Browse files Browse the repository at this point in the history
  • Loading branch information
nyairobi committed May 27, 2024
1 parent 229eb9e commit db464c0
Showing 1 changed file with 10 additions and 1 deletion.
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>

0 comments on commit db464c0

Please sign in to comment.