Posted January 15, 2023
This VN seems to run pretty well to start off with, but a few tweaks are needed for a good experience. First, I start with a clean 64-bit prefix (wine 7.19 on Fedora 36).
I'm not 100% sure if this was necessary or not (I already forgot), but I'm pretty sure you need winetricks quartz for video playback support. At least it's installed in my prefix, and I don't install things for no reason :)
Next, the game by default doesn't seem to install the font it wants. The result in my case was that it picked up an ugly-ish monospace font. It's not unreadable, but being wider than the intended font, you may find that the text on some screens (e.g. scrollback) cuts off at the right edge.
The first three parts come with an installer for the intended font (if you look under font/ directory), but these did not work for me. Instead, I found the required font online (Overlock-Mod2_j.ttf). Note that there are two variants of the overclock mod font and one will have issues with the j character (it's too wide or something).. apparently the _j version is the correct one, but the game *may* look for it under the original name. So I copied that over to drive_c/windows/Fonts/Overclock-Mod.ttf. Text fixed.
Now instead of looking for the font online or trying to fix the broken installer, you'll be happy to find that the final part (Hiver) has a copy of Overlock-Mod2_j.ttf that isn't wrapped in a silly installer, again under font/. So grab that! MD5 sum: 1c157d78f032e498c07e0b6873a8eff8.
Finally, Hiver seems to have a dll injector that patches the game. Regardless of the font setup that fixed the previous three titles, you'll once again run into terrible looking text. By default, wine doesn't load the injector; it's d3d9.dll. Fix by adding an override for d3d9 (native, builtin) in winecfg under Libraries.
After doing that, Hiver will crash at startup.. fix that using winetricks vcrun2019. Now everyhting should look fine. I've yet to finish Hiver though. [EDIT: finished without any problems!]
I guess this is more of a note to self, but if it helps somebody else.. great.
I'm not 100% sure if this was necessary or not (I already forgot), but I'm pretty sure you need winetricks quartz for video playback support. At least it's installed in my prefix, and I don't install things for no reason :)
Next, the game by default doesn't seem to install the font it wants. The result in my case was that it picked up an ugly-ish monospace font. It's not unreadable, but being wider than the intended font, you may find that the text on some screens (e.g. scrollback) cuts off at the right edge.
The first three parts come with an installer for the intended font (if you look under font/ directory), but these did not work for me. Instead, I found the required font online (Overlock-Mod2_j.ttf). Note that there are two variants of the overclock mod font and one will have issues with the j character (it's too wide or something).. apparently the _j version is the correct one, but the game *may* look for it under the original name. So I copied that over to drive_c/windows/Fonts/Overclock-Mod.ttf. Text fixed.
Now instead of looking for the font online or trying to fix the broken installer, you'll be happy to find that the final part (Hiver) has a copy of Overlock-Mod2_j.ttf that isn't wrapped in a silly installer, again under font/. So grab that! MD5 sum: 1c157d78f032e498c07e0b6873a8eff8.
Finally, Hiver seems to have a dll injector that patches the game. Regardless of the font setup that fixed the previous three titles, you'll once again run into terrible looking text. By default, wine doesn't load the injector; it's d3d9.dll. Fix by adding an override for d3d9 (native, builtin) in winecfg under Libraries.
After doing that, Hiver will crash at startup.. fix that using winetricks vcrun2019. Now everyhting should look fine. I've yet to finish Hiver though. [EDIT: finished without any problems!]
I guess this is more of a note to self, but if it helps somebody else.. great.
Post edited February 15, 2023 by clarry