ついに、このスクリプトはCSInputで使えるようになりました!
Finally, this script can be used with CSInput!
どうもみなさん。初音、いや、波常未来です。ついにHold仕様が変更可能になりました。
新ACSkinFT達成率に対応するため通常の長押しHoldを使わない、パラメーターを使ってHoldを作成します。
スクリプトは3つあり、こちらは:
CustomHold Main: スクリプト本体。変更することが必要ない。ノード数が500超えた(現在の時点で648個)のでスクリプトを開くときお時間をかかります。
Main script. Do not need to changed. It will take some time to open the script because it used more than 500 nodes.
CustomHold Setting: スクリプト設定。デフォルト数値をここに変更してください。
Script Setting. Change the default stats here.
CustomHold Disable Button: LRにHoldを設定したときに○△ボタンを無効になるスクリプトです。
Script that will disable the ○△ while LR is set to Hold.
利用できるパラメーターは:
Hold: Holdだけ、設定はスクリプト内の設定になっています。(もちろん変更可能。)
Just a Hold, which will use the setting in the script. (Of cource can be changed.)
HoldMode: Holdの計算方式を変更する。Falseでフレームに依存(PPDデフォルト)、Trueで64分拍子数に依存する。
Change the way to calculating. If set to False it will based on frames (Which is the default mode of PPD.), if set to True it will based on 64th beats.
HoldBPM: HoldModeがTrueなら64分拍子のBPMを変更する。
Change the BPM of the 64th beat while Holdmode is set to True.
HoldBonus: Holdの毎回加算するスコアを変更する。
Change the score that adds every time.
MaxHoldBonus: Max Hold Bonusを変更する。
Change the Max Hold Bonus.
ShowHoldBonus & ShowMaxHoldBonus: Falseならボーナス数値(+xxxx)を非表示になる。HoldBonusやMaxHoldBonusが0ならTrueでも非表示になる。
Hide the Bonus Value if set to False. If HoldBonus or MaxHoldBonus is set to 0 it will be hided even if set to True.
HoldTimes: Holdのスコア加算する回数を変更する。(例:HoldBonusが10でHoldTimesが300なら、Max Holdするまで合計10×300=3000点を獲得する。)
Change the times the score will add. (Example: If HoldBonus is set to 10 while HoldTimes is set to 300, it will add 10×300=3000 points before Max Hold.)
HoldLength: Holdのスコア加算長さを設定します。HoldModeがTrueなら何回64分、Falseなら何フレームごと1回スコア加算。(例:HoldModeがFalseでHoldLengthが2なら、2フレームごと1回加算。)
Set the Length of the score adding. If the HoldMode is True, how many 64th beats, If False, how many frames will add the score. (Example: If HoldLength is set to 2 while HoldMode set to False, it will add the score once every 2 frames.)
HoldChecker: HoldCheckerがついたHoldがMax Holdした時点で、この前のすべてのHoldがMax Holdした場合でボーナスを獲得します。一部のHoldが見逃してもすこしだけのボーナスが獲得できる。この数値をスクリプト内で変更してください。
Get a bonus if all of the Holds before it was Max Holded. If you missed some of them you can still get a fewer bonus. You have to change the value in the script.
です。
以下はスクリプト内だけで…