From 654772f1934de6721861a328733d4afd51f9a2b8 Mon Sep 17 00:00:00 2001 From: 0aubsq <0aubsq@gmail.com> Date: Thu, 4 Nov 2021 14:54:44 +0100 Subject: [PATCH] Set Oni timings (25 75 108) by default, if you want to play with og TJAP3 timings (30 100 130) or futsuu timings (42, 108, 125) please change the settings directly on the config.ini file --- TJAPlayer3/Common/CConfigIni.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TJAPlayer3/Common/CConfigIni.cs b/TJAPlayer3/Common/CConfigIni.cs index fbcef04e..f11ba247 100644 --- a/TJAPlayer3/Common/CConfigIni.cs +++ b/TJAPlayer3/Common/CConfigIni.cs @@ -1360,10 +1360,10 @@ namespace TJAPlayer3 this.bAuto先生の連打 = true; #endregion this.nヒット範囲ms = new STRANGE(); - this.nヒット範囲ms.Perfect = 30; + this.nヒット範囲ms.Perfect = 25; this.nヒット範囲ms.Great = -1; //使用しません。 - this.nヒット範囲ms.Good = 100; - this.nヒット範囲ms.Poor = 130; + this.nヒット範囲ms.Good = 75; + this.nヒット範囲ms.Poor = 108; this.ConfigIniファイル名 = ""; this.dicJoystick = new Dictionary( 10 ); this.tデフォルトのキーアサインに設定する();