From b2bf618b6e2d19cf1c73a2a437f6b8ba39d7cd80 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:03:33 +1100 Subject: [PATCH] Add UI file URLs and remove og-dll-asset-update for now --- installData.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/installData.json b/installData.json index 704f0d4a..53657f08 100644 --- a/installData.json +++ b/installData.json @@ -738,15 +738,12 @@ {"name": "voices", "url": "https://07th-mod.com/rikachama/voice/Hou-Plus-Voices.7z", "priority": 0}, {"name": "bgm-se", "url": "https://07th-mod.com/rikachama/audio/Hou-Plus-BGM-SE.7z", "priority": 0}, {"name": "ui", "url": null, "priority": 0, "installOnRepair": true}, - {"name": "og-dll-asset-update", "url":"https://07th-mod.com/rikachama/og-dll-asset-update/hou-plus-og-dll-asset-update.7z", "priority": 0}, {"name": "script", "url": "https://github.com/07th-mod/hou-plus/releases/latest/download/Hou.Voice.and.Graphics.Patch.zip", "priority": 5, "installOnRepair": true} ], "fileOverrides": [ {"name": "movie", "id": "movie-unix", "os": ["mac", "linux"], "url":"https://07th-mod.com/rikachama/video/Hou-Plus-Movie_UNIX.7z", "wine": true}, - {"name": "ui", "id": "ui-windows", "os": ["windows"], "unity": "2019.4.3", "url":"TODO"}, - {"name": "ui", "id": "ui-windows-mg","os": ["windows"], "unity": "2019.4.4", "url":"TODO"}, - {"name": "ui", "id": "ui-unix", "os": ["mac", "linux"], "unity": "2019.4.3", "url":"TODO"}, - {"name": "ui", "id": "ui-unix-mg", "os": ["mac", "linux"], "unity": "2019.4.4", "url":"TODO"} + {"name": "ui", "id": "ui-windows-mg","os": ["windows"], "unity": "2019.4.4", "url":"https://07th-mod.com/rikachama/ui/Hou-Plus-UI_2019.4.4_win.7z"}, + {"name": "ui", "id": "ui-unix-mg", "os": ["mac", "linux"], "unity": "2019.4.4", "url":"https://07th-mod.com/rikachama/ui/Hou-Plus-UI_2019.4.4_unix.7z"} ] } ],