Installing the patch¶
Note
Don't forget to check "Patch configuration and extras" after installing the patch manually or using the installer.
Installer (Windows only)¶
The installer combines all the patches available to create the best experience possible. It will automatically download and install the following content:
- Full voiceover
- PS3 backgrounds and CGs in Full HD
- PS3 sprites with lipsync in 1440p
- Updated MangaGamer sprites in 1440p
- Upgraded user interface
- Opening videos
How to use the Windows installer¶
- Download the latest installer from the Installer Releases page
- Open the software
- You will be given the choice of Higurashi or Umineko - select the Higurashi dropdown
- Choose the chapter you want to patch by clicking on the correct icon** (protip: mouse over the icons to see the banners for each chapter!)
- Set the installation directory to your game directory (supports Steam, GOG and MangaGamer releases)
- If you are unsure where the Steam game is located, open Steam and find it in your Steam library, right-click on it and choose
Properties
. In the new window that just opened, click on theLOCAL FILES
tab and then on theBrowse local files...
button. Windows Explorer will then open showing you where the game is installed
- If you are unsure where the Steam game is located, open Steam and find it in your Steam library, right-click on it and choose
- If the directory is correct, the software will validate the path and let you proceed with the installation
- A progress bar and text will show the status of the installation
Warning
As reported, some antivirus software might warn you about the installer. This is a false positive, and it happens because the installer is either new or not verified by the antivirus databases yet. The installer code can be freely accessed in our Github organization and will be only compiled from a trusted source.
Multiplatform installer (Windows, Mac and Linux)¶
Bug
This installer is currently in active development. Bugs might happen and things might not work. If you are running Windows, we recommend using the solution above.
This installer is an alternative to the method above, however fully multiplatform. That means you can automatically install the patch on Linux and Mac from now on, with the small downside of an uglier interface. We promise the plan is to make it look just like the native Windows installer, these things take time to develop.
Using this installer should install the exact same features as the Windows installer. Check above for more information on what the installer does.
How to use the multiplatform installer¶
Click on any of the blocks for the operating system of your choice to see the instructions:
Windows
- Download the Windows Installer (64-bit)
- If you are running a 32-bit Windows or do not know which version you currently have, download the Windows Installer (32-bit)
- Extract the zip file to any folder, with the following requirements:
- The folder must be on the same drive (eg C: drive) as the game
- The folder must not require any special permissions for write access
- If you're not sure which folder to use, your
Downloads
folder will probably work fine, assuming it's on the same drive as the game
- Run the file called
install.bat
Mac
- Download the Mac Installer
-
Double-click on the zip to extract it (your browser may automatically do this after downloading)
Warning
The zip contains two hidden files that are required by the installer. If you try to move the
install
file out of the folder, it won't be able to find them. If you really want to move theinstall
file out of the folder, press โงโ. (Shift-Command-Period) to temporarily enable showing of hidden files and copy the.7za
and.aria2c
files to the same folder. -
Right click on the file called
install
and chooseOpen
- If prompted with a security prompt, choose
Open
Linux
- Install the following using your distribution's package manager:
- Python (2 or 3)
- Python Tkinter
- Ubuntu:
sudo apt-get install python-tk
- Arch Linux:
sudo pacman -S tk
- Fedora:
sudo dnf install python2-tkinter
or
sudo dnf install python3-tkinter
- If your distribution is not listed, you may need to lookup how to install tkinter on your particular distribution
- Ubuntu:
- Download and extract the Linux Installer
- Run the shell script called
install
Power users can also download and run this Python file: higurashiInstaller.py
It requires the following dependencies:
- Python (2 or 3)
- Python Tkinter
- 7-zip
- Aria2