Skip to content

Commit

Permalink
Remove unused Ch.8 Matsuribayashi sharedassets variant
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
drojf committed Jul 9, 2023
1 parent 8f3128f commit 5f40393
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,19 @@ def get_translation_sharedassets_name(self) -> str:
# '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': [
Expand Down

0 comments on commit 5f40393

Please sign in to comment.