Blame
f7027a | Nathalie | 2024-02-21 23:31 | 1 | # Playing on linux |
2 | ||||
3 | ::: info | |||
4 | **Instructions courtesy of [@Aicaya](https://cohost.org/Aicaya) on cohost.** | |||
5 | ::: | |||
6 | ||||
7 | First, you have to set up Lutris itself. It'll make working with Windows games a heck of a lot easier in the long run since it handles most of the rough parts of working with Wine: | |||
8 | ||||
9 | - Install [Wine](https://www.winehq.org/) and [Lutris](https://lutris.net/) on your system. Instructions vary depending on the distro, but the package names should be similar to that (possibly exactly that, actually). | |||
10 | - On Lutris, click the three-dot button on the top-right, go to `Preferences > Runners`, scroll down to Wine and click the rightmost button. | |||
11 | - Download `wine-ge-8-25`, it's basically a version of Wine with all the niceties from Steam's Proton (you'll still need the system version alongside it, though, according to the Lutris site). | |||
12 | ||||
13 | **Now to set up niceRO:** | |||
14 | ||||
15 | - [Download the niceRO zip file](https://download.ragnarok.gay), create a folder named `niceRO`, unzip the contents there. If you get permission issues extracting the `niceRO_client` folder for some reason (happens sometimes, zip files on linux are weird), run `chmod -R 700 niceRO_client`. | |||
16 | - Lutris options | |||
17 | - Click the top-left plus icon. | |||
18 | - Choose `Add locally installed game`. | |||
19 | - Name it `niceRO` for now and choose `Wine` as the runner. | |||
20 | - Game options | |||
21 | - Executable: `Ragnarok.exe` | |||
22 | - Wine prefix: the folder you unzipped niceRO_client into (niceRO) | |||
23 | - Prefix architecture: 32-bit | |||
24 | - Runner options | |||
25 | - Wine version: `wine-ge-8-25`. | |||
26 | - Enable the following: | |||
27 | - DXVK | |||
28 | - D3D Extras | |||
29 | - Esync | |||
30 | - Fsync (if available) | |||
31 | - FSR | |||
32 | - System options | |||
33 | - Disable `Disable Lutris Runtime`. | |||
34 | - Enable `Prefer system libraries`. | |||
35 | - Click `Save`. | |||
36 | - In Lutris, click on the niceRO entry, hit the arrow next to the wine glass icon, choose `Wine configuration`. On the Applications tab, go down to `Windows Version` and choose `Windows XP`. Hit OK. | |||
37 | - Same arrow as before, choose "Run EXE inside Wine prefix", choose "Setup.exe". Configure to your liking. | |||
38 | ||||
39 | After all that, just double-click on niceRO or click on Play to start `Ragnarok.exe` and get going. |