From db464c0999d8461c156064eddc7b29323873d1de Mon Sep 17 00:00:00 2001 From: nairobi Date: Mon, 27 May 2024 12:59:33 +0200 Subject: [PATCH] feat(chusan): in-game naive rating --- chusansunplus.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chusansunplus.html b/chusansunplus.html index ddccb49..21eca52 100644 --- a/chusansunplus.html +++ b/chusansunplus.html @@ -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.", @@ -158,4 +167,4 @@

CHUNITHM SUN PLUS Modder

- \ No newline at end of file +