Jump to content
Sign in to follow this  
hyknn

Linux Installation [Lutris]

Recommended Posts

image.png.f3b685ffb8740b2f2e71aa2e92bb4d5f.png

image.thumb.png.bc5deec036180863e63182a8f91bc4fb.png

 

My Linux Machine :

Distro: Arch Linux
Kernel: 6.2.8-arch1-1 (64-bit)
RAM: 16 GB
GPU: Mesa Intel® HD Graphics 4600
CPU: Intel® Core™ i5-4300M CPU @ 2.60GHz
DE: KDE Plasma (X11)

NOTE: This installation should work just fine with any Distro.
 

How to install :

1. Make sure you have this package installed on your machine.

  • Wine
  • Winetricks
  • Lutris

 

2. Create a new file named shining-moon.yml, and copy this code.

Quote

name: Shining Moon RO
game_slug: shining-moon
version: Installer
slug: shining-moon
runner: wine

script:
  files:
    - game: N/A:Select the game file
  game:
    exe: $GAMEDIR/drive_c/Games/ShiningMoon/ShiningPatcher.exe
    prefix: $GAMEDIR/shining-moon
    arch: win32
  installer:
    - task:
        arch: win32
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        arch: win32
        name: winekill
        prefix: $GAMEDIR
    - task:
        description: 'Installing Visual C++ Redistributable ..'
        name: winetricks
        app: vcrun2008 vcrun2010 vcrun2012 vcrun2013
        silent: true
    - task:
        description: 'Installing D3DX ..'
        name: winetricks
        app: d3dx9_43 d3dx9_42 d3dx11_43 d3dx11_42
        silent: true
    - extract:
        description: 'Extracting Game Files ..'
        dst: $GAMEDIR/drive_c/Games/ShiningMoon/
        file: $game

 

2. Download the latest official client from the wiki. There are 3 links provided, 2 Google Drive and 1 Mega. I use Mega

3. Open Lutris and click the '+' icon in the top left corner. It will show you a popup to add a new game

image.png.dfae61197b58784a6ba7bbb39a007cfd.png

 

4. Select 'Install' from a local install script'

5. Select the shining-moon.yml file that we've created before and click 'Install'

image.png.c54ffcbce58542a0fcf20cdf195fb4f6.png

 

6. When asked for the game files, select the downloaded game file as-is (.rar files) and click 'Continue'. The script will automatically extract the game for you

image.png.541293d9e9750de1ed30ddb3a512eb35.png

 

7. Let the installer do the wonder. It might take a while, so go grab your coffee! :D

8. After finishing installing you can click 'Launch' to start the launcher. Happy Gaming!

image.png.5a5cdbbb0650bd730a76e2bfd74e2a78.png

 

Tips :

You can right-click on the game and select 'Create application menu shortcut' to make the game appear on your application menu

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×