diff --git a/httpGUI.py b/httpGUI.py index e2f126a9..08df3bef 100644 --- a/httpGUI.py +++ b/httpGUI.py @@ -857,6 +857,7 @@ def startInstallHandler(requestData): retval['partialReinstallDetected'] = partialReinstallDetected retval['scriptNeedsUpdate'] = scriptNeedsUpdate retval['isWine'] = fullInstallConfiguration.isWine + retval['isSteam'] = fullInstallConfiguration.isSteam return retval # requestData: Not necessary - will be ignored diff --git a/httpGUI/installer.html b/httpGUI/installer.html index e76e4da3..d1c226c4 100644 --- a/httpGUI/installer.html +++ b/httpGUI/installer.html @@ -211,15 +211,51 @@

The below folders were not uninstalled properly.

Please manua

- +
+

Linux PLEASE READ

+ There are two ways to run the game on Linux: +
    +
  1. Running the Native Linux version of the game
  2. +
  3. Running the Windows version of the game using Proton (Steam/Mangagamer/GOG) or Wine (Mangagamer/GOG)
  4. +
+
+ + Your game is detected as: + + {{ isWine ? (isSteam ? "2. Proton" : "2. Wine/Proton") : "1. Native Linux" }} + + + Install path not yet selected or auto-detected! Please select it below! + +

+ + As some users have issues with the Native Linux version of the game, we recommend the following: +
+
    +
  • + If you bought from Steam, it is suggested you enable Proton compatibility mode before installing the mod. +
  • +
  • + If you bought from GOG/Mangagamer: +
      +
    • We suggest trying the Native Linux version of the game first
    • +
    • If you have problems with the native version, you can try Wine (plain Wine, using Lutris, or using Minigalaxy for GOG).
    • +
    • You might only encounter issues with the Native version when reaching Chapter 5 onwards
    • +
    +
  • +
+ Please visit our wiki's Higurashi install instructions page, then click the "Linux/Proton/Wine" tab for instructions on how to enable/disable Proton and general information on Wine/Proton. +

+ + +
-

Start The Install

+

Start The Install {{ isWine ? "(Wine/Proton)" : "" }}