From 5f4039370646fb29455e00049ad65518d5ad2a4e Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sun, 9 Jul 2023 17:00:08 +1000 Subject: [PATCH] Remove unused Ch.8 Matsuribayashi sharedassets variant - I re-tested the "GOG Linux" mod with the normal linux sharedassets and it works, so the special variant is not is not required. - I think this is because we upgrade the GOG/MG Linux variant anyway, which means no special sharedassets is required (maybe it was required in the past, but not now) - If there are still issues, we should fix it by upgrading the variant, rather than creating new sharedassets - See https://github.com/07th-mod/ui-editing-scripts/issues/16 - See https://github.com/orian34/matsuribayashi/issues/9 - See https://github.com/07th-mod/python-patcher/issues/128 --- build.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 28da706..77e29f5 100644 --- a/build.py +++ b/build.py @@ -113,11 +113,19 @@ chapter_to_build_variants = { # 'matsuribayashi 5.6.7f1 unix' ], "matsuribayashi": [ - BuildVariant("M_GOG-M_MG-Steam", "matsuribayashi", "2017.2.5", "unix"), + # Based on the GOG MacOS sharedassets, but works on Linux too. + # Working on: + # - Linux Steam (2023-07-09) + # - Linux GOG (2023-07-09) + # - MacOS GOG (2023-07-09) + BuildVariant("GOG-MG-Steam", "matsuribayashi", "2017.2.5", "unix"), + + # NOTE: I'm 99% certain this file is no longer used, as we just upgrade the entire GOG/Mangagamer game # Special version for GOG/Mangagamer Linux with SHA256: # A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9 # CRC32L 51100D6D - BuildVariant("L_GOG-L_MG", "matsuribayashi", "2017.2.5", "unix", "51100D6D"), + # BuildVariant("GOG-MG", "matsuribayashi", "2017.2.5", "unix", "51100D6D"), # TO BE REMOVED + BuildVariant("GOG-MG-Steam", "matsuribayashi", "2017.2.5", "win", translation_default=True), ], 'rei': [