Skip to content

Commit 5f40393

Browse files
committed
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 #16 - See orian34/matsuribayashi#9 - See 07th-mod/python-patcher#128
1 parent 8f3128f commit 5f40393

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,19 @@ def get_translation_sharedassets_name(self) -> str:
113113
# 'matsuribayashi 5.6.7f1 unix'
114114
],
115115
"matsuribayashi": [
116-
BuildVariant("M_GOG-M_MG-Steam", "matsuribayashi", "2017.2.5", "unix"),
116+
# Based on the GOG MacOS sharedassets, but works on Linux too.
117+
# Working on:
118+
# - Linux Steam (2023-07-09)
119+
# - Linux GOG (2023-07-09)
120+
# - MacOS GOG (2023-07-09)
121+
BuildVariant("GOG-MG-Steam", "matsuribayashi", "2017.2.5", "unix"),
122+
123+
# NOTE: I'm 99% certain this file is no longer used, as we just upgrade the entire GOG/Mangagamer game
117124
# Special version for GOG/Mangagamer Linux with SHA256:
118125
# A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9
119126
# CRC32L 51100D6D
120-
BuildVariant("L_GOG-L_MG", "matsuribayashi", "2017.2.5", "unix", "51100D6D"),
127+
# BuildVariant("GOG-MG", "matsuribayashi", "2017.2.5", "unix", "51100D6D"), # TO BE REMOVED
128+
121129
BuildVariant("GOG-MG-Steam", "matsuribayashi", "2017.2.5", "win", translation_default=True),
122130
],
123131
'rei': [

0 commit comments

Comments
 (0)