Skip to content

Commit c59d733

Browse files
committed
[F] MovieLoader error on 1.50
1 parent 9b4b0c5 commit c59d733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AquaMai.Mods/GameSystem/Assets/MovieLoader.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class MovieLoader
2929
[ConfigEntry(
3030
en: "Load Movie from LocalAssets mp4 files",
3131
zh: "从 LocalAssets 中加载 MP4 文件作为 PV")]
32-
private static bool loadMp4Movie = false; // default false
32+
private static bool loadMp4Movie = true;
3333

3434

3535
[ConfigEntry(
@@ -41,7 +41,7 @@ public class MovieLoader
4141
[ConfigEntry(
4242
en: "Use jacket as movie\nUse together with `LoadLocalImages`.",
4343
zh: "用封面作为背景 PV\n请和 `LoadLocalImages` 一起用")]
44-
private static bool jacketAsMovie = false; // default false
44+
private static bool jacketAsMovie = true;
4545

4646

4747
private static readonly Dictionary<string, string> optionFileMap = [];
@@ -170,7 +170,7 @@ public static void LoadLocalBgaAwake(GameObject ____movieMaskObj, int ___monitor
170170

171171
[HarmonyPrefix]
172172
[HarmonyPatch(typeof(GameMonitor), "SetMovieMaterial")]
173-
[EnableGameVersion(minVersion: 15500)]
173+
[EnableGameVersion(minVersion: 25500)]
174174
public static bool SetMovieMaterial(Material material, int ___monitorIndex)
175175
{
176176
# if DEBUG

0 commit comments

Comments
 (0)