Jump to content

Playing in Linux: Difference between revisions

m
oops, make sure the prefix is set here
m (some more clarity on your launching options; corrected name of prefix to be consistent)
m (oops, make sure the prefix is set here)
Line 61: Line 61:
This is a more complex process which builds a patched copy of Oni on top of a vanilla Oni installation, but it will allow you to install mods.
This is a more complex process which builds a patched copy of Oni on top of a vanilla Oni installation, but it will allow you to install mods.


1. In a terminal, run the command <code>winetricks</code> without any arguments. This will open the GUI. First choose "Select the default wineprefix". On the next screen, choose "Install a Windows DLL or component". When presented with a long list, scroll down to the "dotnet" section. The AE requires .NET 2.0, so select dotnet20. When Microsoft .NET Framework 2.0 Setup appears, proceed through the installation normally. You will return to the Winetricks GUI, which you can exit.
1. First you need to install .NET in Wine. In a terminal, run the commands:
: <code>export WINEPREFIX=/full/path/to/prefix</code>
: <code>winetricks</code>
 
2. Running winetricks without any arguments will launch a GUI. First choose "Select the default wineprefix". On the next screen, make sure that the window title has the correct prefix set. Choose "Install a Windows DLL or component". When presented with a long list, scroll down to the "dotnet" section. The AE requires .NET 2.0, so select dotnet20. When Microsoft .NET Framework 2.0 Setup appears, proceed through the installation normally. You will return to the Winetricks GUI, which you can exit.


2. Download the latest Windows version of the AE Installer, linked from [[Anniversary Edition]].
2. Download the latest Windows version of the AE Installer, linked from [[Anniversary Edition]].


3. Open a Linux terminal, export the WinXP prefix, navigate to the folder with the AE Installer, and initiate the installation process:
3. In the terminal, export the WinXP prefix if it isn't already exported, then navigate to the folder with the AE Installer and initiate the installation process:
: <code>export WINEPREFIX=/full/path/to/prefix</code>
: <code>export WINEPREFIX=/full/path/to/prefix</code>
: <code>cd /full/path/to/folder/with/AE/Setup</code>
: <code>cd /full/path/to/folder/with/AE/Setup</code>