- Joined
- Oct 4, 2024
- Messages
- 1
- Reaction score
- 4
- IGN
- LemonScented
- Discord
- ispicycurry
Last Updated: 10/6/24
Hello! This guide will walk you through the steps for installing YunaMS using Lutris! The following steps are applicable to both the Steam Deck and Linux on a whole.
Note (10/6/24): There is a bug pushed to Lutris winetricks where winetricks is not executable. Follow the instructions under the debugging section after you've installed Lutris before installing YunaMS.
Prerequisites
- Install Lutris for your distribution: https://lutris.net/downloads
Note: For Steam Deck follow the SteamOS instructions - Install
winetricks
using your distro's package manager
Note: Only necessary if not using the Flatpak / SteamOS version of Lutris - Download YunaMS game files (no need to extract)
Install YunaMS
Note: If installing on the Steam Deck, first hold the power button and select Switch to Desktop.- Open Lutris. It will automatically install some dependencies for gaming.
- On the left under runners, click on the box icon of the wine runner to manage wine versions.
- Click install on
wine-ge-8-26
. This will install the wine runner we need to run YunaMS. - Once completed, press Ok.
- On the upper left corner, press the + button.
- Select Search the Lutris website for installers.
Note: alternatively you can navigate to https://lutris.net/games/yunams/ and click install from there. Skip to step 8.
- Type in 'yunams' and click on YunaMS.
- Click Install.
- Click Continue on the top right.
- Select the YunaMS.rar file you downloaded above.
- Click Install on the top right.
- The installer will install all necessary dependencies. You should see the Patcher pop up for a second at the end.
- Once the installer completes the setup, click Close on the top left.
- At this point you should have YunaMS installed! Before playing, let's set up the Patcher.
- Right click the YunaMS game above and select Duplicate from the drop down menu.
- Rename the duplicate to YunaMS Patcher.
- Right click YunaMS Patcher and select configure.
- Click the Game options tab and change the executable to Patcher.exe.
- Click Save.
- Select the YunaMS Patcher and press Play to confirm it launches. The Patcher should show a progress bar and then exit.
Note: Running the patcher will reset your settings.ini file! - Now you're all set to play YunaMS! Select YunaMS and hit Play!
Note: For Steam Deck users, the game will show a black screen and play music before crashing when launched in Desktop Mode!- For Steam Deck users you must either add Lutris oradd YunaMS to Steam to play in Gaming Mode:
- Steps to Add Lutris to your Steam library
- Right click YunaMS and select Create Steam Shortcut. Give it a few seconds to add the shortcut and then return to gaming mode.
Note: method 2 might be preferable for controller configuration! The controller config will save to YunaMS in your steam library rather than to Lutris.
- For Steam Deck users you must either add Lutris oradd YunaMS to Steam to play in Gaming Mode:
Steam Deck Tips
Here are some controller configs I set up on my deck that make the experience awesome:- Configure the left track pad to be a virtual menu for all inventory, map, skill, etc buttons. Set it to activate on release.
- Configure the right analog stick to be a virtual menu for F1-12. Configure the center tap to be Z for picking up items.
- For alt, ctrl and shift buttons, go into the button settings and enable turbo repeat. This will allow you to hold down the button!
Debugging Issues
This section contains a compilation of issues that have popped up and how to fix themLutris Winetricks permissions
If you receive the following error when installing:
Code:
Traceback (most recent call last):
File "/app/share/lutris/bin/lutris-wrapper", line 205, in <module>
main()
File "/app/share/lutris/bin/lutris-wrapper", line 132, in main
processpid = subprocess.Popen(args).pid
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1026, in _init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/home/deck/.var/app/net.lutris.Lutris/data/lutris/runtime/winetricks/winetricks'
This is an issue with the bundled winetricks in Lutris. To fix it:
- Navigate to `/home/deck/.var/app/net.lutris.Lutris/data/lutris/runtime/winetricks/`
- Right click
winetricks
- Go to Properties > Permissions
- Check the 'Is executable' box and hit OK
- Re-run the Installer
Credits
Huge shout out to Yuna, FlySlime and DarkSirrush on the Discord community for getting YunaMS working on Linux! This would not have been possible without all of your help! Thank you!Attachments
Last edited: