cross-posted from: https://lemmy.comfysnug.space/post/5060
What steps, if any, do you guys take on the linux distribution of your choice to play visual novels?
I, personally, set the following in my .bashrc
alias vn='env WINEPREFIX=$HOME/.wine LANG=ja_JP.UTF-8 wine start '
so I can just type
vn gameExecutable.exe
and usually just have the game work.For the games I’ve had for a while, I have .desktop entries in my
$XDG_DATA_HOME/applications
directory with more specific commands as needed.If you guys have any other tricks up your sleeves, please feel free to share them here.
I know that some VN engines are open source and probably work fine on Linux. For VNs using those engines, I wonder how many of them would work as expected if you simply replace the Windows binaries with Linux ones. Of course, those with custom or closed-source engines that don’t have a F/OSS counterpart would still require Wine to run. :/