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
This commit is contained in:
12
build.py
12
build.py
@@ -113,11 +113,19 @@ chapter_to_build_variants = {
|
|||||||
# 'matsuribayashi 5.6.7f1 unix'
|
# 'matsuribayashi 5.6.7f1 unix'
|
||||||
],
|
],
|
||||||
"matsuribayashi": [
|
"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:
|
# Special version for GOG/Mangagamer Linux with SHA256:
|
||||||
# A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9
|
# A200EC2A85349BC03B59C8E2F106B99ED0CBAAA25FC50928BB8BA2E2AA90FCE9
|
||||||
# CRC32L 51100D6D
|
# 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),
|
BuildVariant("GOG-MG-Steam", "matsuribayashi", "2017.2.5", "win", translation_default=True),
|
||||||
],
|
],
|
||||||
'rei': [
|
'rei': [
|
||||||
|
|||||||
Reference in New Issue
Block a user