This version fixes a issue that the game won't run in Japanese language.
Application Details:
Version: | 1.0.1.5e |
License: | |
URL: | http://www.projectmoon.kr/game... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 5.14 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Main features of the game (opening movie, main menu, reception, stories, book management) are all tested. Everything works flawlessly. However, if you set the game to windowed mode, you should enable Wine's virtual window feature, because keyboard and mouse input won't work without doing it.
What does not
The game won't work out-of-box. Both installation and running the game requires some workarounds.
Workarounds
For installation, first launch steam by following command:
wine steam.exe -no-browser +open steam://open/minigameslist
Then double-click the game title "Library of Ruina" and install.
After installation, download the GitHub repository here (by cloning or by downloading zip file): https://github.com/z0z0z/mf-install. Then, run following bash commands inside the repo:
override_dll() { wine reg add "HKEY_CURRENT_USER\Software\Wine\DllOverrides" /v $1 /d native /f } cp -v syswow64/* "$WINEPREFIX/drive_c/windows/syswow64" cp -v system32/* "$WINEPREFIX/drive_c/windows/system32" override_dll "colorcnv" override_dll "mf" override_dll "mferror" override_dll "mfplat" override_dll "mfplay" override_dll "mfreadwrite" override_dll "msmpeg2adec" override_dll "msmpeg2vdec" override_dll "sqmapi" wine start regedit.exe mf.reg wine start regedit.exe wmf.reg wine64 start regedit.exe mf.reg wine64 start regedit.exe wmf.reg wine regsvr32 colorcnv.dll wine regsvr32 msmpeg2adec.dll wine regsvr32 msmpeg2vdec.dll wine64 regsvr32 colorcnv.dll wine64 regsvr32 msmpeg2adec.dll wine64 regsvr32 msmpeg2vdec.dll
Then, just launch the application from Steam.
What was not tested
100% run of the game is not tested.
Hardware tested
Graphics:
Additional Comments
This game is dxvk compatible. You can install dxvk to improve performance by running "winetricks dxvk". Tested winetricks version is 20200412.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Aug 09 2020 | 5.14 | Yes | Yes | Yes | Gold | Archie Sugo |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.