mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
feat(chusan): in-game naive rating
This commit is contained in:
parent
229eb9e9a8
commit
82345a7b85
|
|
@ -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 @@
|
|||
<h1>CHUNITHM SUN PLUS Modder</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user