mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 13:27:28 +08:00
[F] Some compatability for 2p mode
This commit is contained in:
@@ -12,10 +12,13 @@ namespace AquaMai.UX
|
||||
[HarmonyPatch(typeof(AdvDemoProcess), "OnStart")]
|
||||
public static void AdvDemoProcessPostStart()
|
||||
{
|
||||
var userOption = Singleton<GamePlayManager>.Instance.GetGameScore(0).UserOption;
|
||||
userOption.NoteSpeed = OptionNotespeedID.Speed7_0;
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
var userOption = Singleton<GamePlayManager>.Instance.GetGameScore(i).UserOption;
|
||||
userOption.NoteSpeed = OptionNotespeedID.Speed6_5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(GamePlayManager), "InitializeAdvertise")]
|
||||
public static void PreInitializeAdvertise()
|
||||
@@ -24,4 +27,4 @@ namespace AquaMai.UX
|
||||
GameManager.SelectDifficultyID[1] = 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user