Now you can explore the game using the official client with the help of Wine, a tool that allows you to run Windows applications directly on Linux. Follow the steps below to complete the installation.
First, Wine requires the i386 architecture to install and run 32-bit Windows applications. In the terminal, execute:
sudo dpkg --add-architecture i386
After adding the i386 architecture, update the system repositories to ensure all packages are up to date:
sudo apt update
Now, install Wine (64-bit version) and Wine32 (32-bit version), to ensure you can run both 64-bit and 32-bit programs. Execute the following command:
sudo apt install wine64 wine32
Winetricks is a useful tool for installing necessary libraries and dependencies to run certain programs in Wine. To install winetricks, execute:
sudo apt install winetricks
Retronia requires vcrun2015 (Visual C++ Redistributable 2015) and .NET Framework 4.8. To install these dependencies, execute the following commands:
winetricks vcrun2015
winetricks dotnet48
Now that Wine is installed and configured with the necessary dependencies, you can create a custom shortcut for the game on your desktop.
cd ~/Desktop
nano ~/Desktop/Retronia.desktop
chmod +x ~/Desktop/Retronia.desktop
Now you can go to your Desktop and click the shortcut. Wine will start, and the game will run.
Download the icon to customize your shortcut. For the current setup, place it in the Downloads folder and make sure the file is named "icon.png".
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
:
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
:
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
Loading...
|