The 1.3.1 build of this app won't launch on macOS. You'll get a warning that the app is damaged and should be deleted. It's not damaged, but for some reason the devs decided to share a version that hasn't been signed properly. There are two ways to fix this. One just requires entering a few commands in the Terminal app, but it may require the free Xcode command line tools to work. Also, if you have an older Mac, you may run into issues with this. The second requires downloading the Ren'Py 8.1.3 SDK (which is free). Do all of this on the Mac you actually want to run the game on.
Command line fix (I can confirm this works on Sonoma and Ventura):
1. Fire up /Applications/Utilities/Terminal.app
2. Open the folder containing the HK1986.app application (the game).
3. Enter the following in the Terminal window:
xattr -cr (note the space after -cr) and then drag and drop the HK1986.app application onto this terminal window. Doing that will paste in the full path to the application, which is typically faster than trying to type in the path yourself manually. Press Return. If everything goes well, all you will see after doing this is another terminal command line.
4. On the new terminal command line, type the following:
sudo codesign --remove-signature Please note the space after --remove-signature . Once again, drag and drop the HK1986.app application into the terminal window so it pastes in the path to the app. Press Return. You will be prompted to enter an administrator account password. Please be aware, as on Unix/Linux, this password prompt won't show you that you are typing anything, just type the password and press Return when you are done. As before, if all goes well, you will just be back on a new command prompt without any errors or feedback.
5. Finally, on the new terminal command line, type the following:
sudo codesign -fs - . Once again, there is a space at the very end of this command. Drag and drop the app one last time into the terminal window to paste in the path to the app and press Return. If successful, you will be dropped into a new terminal command line, but be aware this will take a bit to complete, as your Mac is now signing the app so it will run without errors ON THIS MAC ONLY. You'll need to follow these steps again if you move the app to a new Mac.
Ren'Py SDK fix:
1. Download and install Ren'Py 8.1.3 from here:
You must be registered to see the links
(direct link that works as of the time I am writing this:
You must be registered to see the links
).
2. Launch the RenPy.app SDK application and this will bring you into the standard Ren'Py SDK window. Click +Create New Project.
3. Click Continue and name the project HK1986 and click Continue again.
4. It doesn't really matter what resolution you chose, as the resolution will be dictated by the game files. so keep the default and click Continue.
5. The color scheme also gets dictated by the game files, so just keep the default and click Continue.
6. It will take a few moments while the new project is created with placeholder files. When done, the new HK1986 project will be selected. On the right side, under Open Directory select "game" - Clicking game will open the project's game folder on your Mac.
7. In the game folder, there will be a bunch of existing project files ready to be edited, but in this case we're just going to use the game's existing game content, so select everything in the project's game folder and delete it.
8. Right click on the HK1986.app game and select Show Package Contents.
9. Navigate to the game folder, which is in Contents/Resources/autorun/
10. Once you have the game's own game folder open and you can see the .rpa files, and some folders, copy all of that into the Ren'Py project's game folder (the one you just deleted everything from in step 7). If you did this correctly you'll have at least one .rpa file (two with the patch.rpa file if you want to use it) and at least a tl folder.
11. Go back to the Ren'Py SDK app and select Build Distributions.
12. On this build screen, the only thing you need to deselect is the PC: Windows and Linux option and leave the Macintosh item selected under Build Packages. Then click Build.
13. This step may take a while, especially if you have an older Mac. Once done, Ren'Py's SDK app will automatically open the built project folder that will contain a ZIP file with the HK1986 app. Decompress this and replace your old HK1986.app application with this newly built one. Fire it up. If you get a warning, just right click on the app and select Open from the contextual menu. That should allow you to finish opening the app. From now on this app will launch and run without issue on this Mac (until you update to a new version or move the app to another Mac).
I'm sure someone will "Well, AKTUALLY..." this post, but who cares. These steps do work.
However, as I said, if you have an older Mac, you might run into issues. I no longer have an old Mac to test this on.