Skip to content

Commit

Permalink
Add workaround for Umineko Question Proton/Wine wrong movie issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Dec 2, 2023
1 parent ad0d936 commit 4823772
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cachedDownloadSizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"https://07th-mod.com/Beato-voice/Umineko1to4.exe": 8903849,
"https://07th-mod.com/Beato/1080p/Umineko-Graphics-1080p-v3.7z.meta4": 2711465782,
"https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-Rolling-ALL-OS.7z": 34425895,
"https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_MAC_LINUX.7z": 237786109,
"https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_MAC_LINUX.7z.meta4": 237786109,
"https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_WINDOWS.7z": 300219979,
"https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_WINDOWS.7z.meta4": 300219979,
"https://07th-mod.com/Beato/1080p/Umineko1to4": 1481788,
"https://07th-mod.com/Beato/1080p/Umineko1to4.app.zip": 3074943,
Expand Down
15 changes: 15 additions & 0 deletions installData.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,21 @@
}
]
},
{
"name": "Proton / Wine Small Movie Fixes", "type": "downloadAndExtract",
"submods": ["full"],
"radio": [
{"name": "No Change (default)", "description": "Don't apply any Proton/Wine fixes"},
{
"name": "Small Movie Fix", "description": "Enable this option if you are playing the game on Linux/Steam Deck with Wine/Proton.\n\nFor the Question Arcs under Linux with Wine/Proton, the installer will install the wrong (small) movie files, causing movie playback to only display on the top left of the screen. This override installs the correct 'big' movie files.",
"data": {"url": "https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_WINDOWS.7z.meta4", "relativeExtractionPath": ".", "priority": 10}
},
{
"name": "Revert Movie Fix", "description": "This reverts the above 'Proton Wine Movie Fix' by installing the (small) Native Linux movie files",
"data": {"url": "https://07th-mod.com/Beato/1080p/Umineko-Update-1080p-v3_2019_01_03_MAC_LINUX.7z.meta4", "relativeExtractionPath": ".", "priority": 10}
}
]
},
{
"name" : "Experimental Script", "type": "downloadAndExtract",
"submods" : ["full"],
Expand Down

0 comments on commit 4823772

Please sign in to comment.