This repo shows how I run Elona under Wine, in Guix.
Download Elona from its official website, and unpack it under a sub-directory named elona
in this root directory. Patch it as needed.
Use ./env
to enter the Guix Shell.
When in the Guix Shell environment, use one of the run(_zh|_jp)?.sh
to start the game. Enjoy!
Full screen does not work on my site, even with Wine configured under virtual desktop mode. However, we can change the X11 resolution instead, for example:
xrandr --output DisplayPort-0 --mode 1920x1080
- The way search for the locale path is from https://lists.gnu.org/archive/html/help-guix/2020-02/msg00170.html
- The way to run Wine under non-Latin locale (and specifically for Elona) is from this post
- The way to do this with Guix shell is from this post