19,721
edits
m (minor instruction tweaks for the AE; it's better to call the prefix WinXP rather than Oni, for mental clarity about what it represents) |
(added instructions for installing .NET – how did things ever work without this step?!; the AEI should be launched directly, not with the AEIU; documented windowing glitches that I'm seeing with the AEI in Wine; linked to Troubleshooting for issues related to the Windows EXE) |
||
| Line 61: | Line 61: | ||
This is a rather straightforward process which builds on a vanilla Oni installation. | This is a rather straightforward process which builds on a vanilla Oni installation. | ||
1. | 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. | ||
2. Open a Linux terminal, export the "Oni" prefix, navigate to the folder with the AE Installer, and initiate the installation process: | 2. Download the latest Windows version of the AE Installer, linked from [[Anniversary Edition]]. | ||
3. Open a Linux terminal, export the "Oni" prefix, 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> | ||
: <code>wine Anniversary-Edition-Setup-vXX.YY_ZZ.exe</code> | : <code>wine Anniversary-Edition-Setup-vXX.YY_ZZ.exe</code> | ||
4. During the AE installation, there will be a prompt to provide Oni's installation directory. Navigate to the appropriate directory. Your Linux system's directory tree should be mapped to "Z:/". Don't bother to create Start Menu or desktop shortcuts, as you will not see them. | |||
5. At the end of the installation, the AE Installer Updater will be automatically executed and will attempt to fetch the current AE Installer. During the fetching process, it may appear that the Updater has hanged, but this is because the initial part of the fetching process takes the longest. | |||
6. The Updater will launch the Installer. When the Installer launches, there is also no visual indication that there is work being done in the background as the AEI talks to the Mod Depot, so be patient. | |||
The progress dialogs for updating and installing the AE may have a glitch under Wine where they hide behind the AEI's main window, but they are still present and working. The Instructions window which presents tips for using the AEI may also be glitched, presenting as a tiny title bar only. Close the tiny window and proceed to choose some mods if you wish. You can leave all mods turned off, but you do have to click the Install button at least once. | |||
====b: Running the AE Installer==== | ====b: Running the AE Installer==== | ||
The AE Installer will be automatically launched after it is installed. However, any other time you want to launch the AE Installer, open a Linux terminal, export the "Oni" prefix, navigate to the folder with the ''' | The AE Installer will be automatically launched after it is installed. However, any other time you want to launch the AE Installer, open a Linux terminal, export the "Oni" prefix, and navigate to the folder with the '''AEInstaller2.jar''' file (starting from Oni's folder, this is AE/AEInstaller/bin/). Launch the .jar file through your Wine prefix's Java Runtime Environment: | ||
: <code>export WINEPREFIX=/full/path/to/prefix</code> | : <code>export WINEPREFIX=/full/path/to/prefix</code> | ||
: <code>cd /full/path/to/folder/with/AE/Installer</code> | : <code>cd /full/path/to/folder/with/AE/Installer</code> | ||
: <code>wine start /ProgIDOpen jarfile | : <code>wine start /ProgIDOpen jarfile AEInstaller2.jar</code> | ||
===E: Launching patched Oni=== | ===E: Launching patched Oni=== | ||
There are two possible ways to launch Oni:<br> | There are two possible ways to launch Oni:<br> | ||
1. Launch the game through the AE Installer application if you installed the AE. | 1. Launch the game through the AE Installer application if you installed the AE using the process in D2(b). | ||
2. Open a Linux terminal, export the "Oni" prefix, navigate to the folder with the patched Oni.exe file, and launch it via Wine: | 2. Open a Linux terminal, export the "Oni" prefix, navigate to the folder with the patched Oni.exe file, and launch it via Wine: | ||
| Line 89: | Line 93: | ||
: <code>wine Oni.exe</code> | : <code>wine Oni.exe</code> | ||
As a shortcut, you can place the above commands | As a shortcut, you can place the above commands into a shell script and then create a desktop file which executes the script (make sure to set both the .sh and .desktop files as executable). | ||
===Troubleshooting=== | ===Troubleshooting=== | ||
| Line 105: | Line 109: | ||
}, | }, | ||
You may be able to get by with the numbers 1024 and 8192, but if that doesn't work, try raising them to the above figures. Unfortunately, the higher the numbers, the more delayed Oni's sound will be. | You may be able to get by with the numbers 1024 and 8192, but if that doesn't work, try raising them to the above figures. Unfortunately, the higher the numbers, the more delayed Oni's sound will be. | ||
;Any other problems | |||
Note that because you are running a Windows application, the problems which crop up in Windows Oni can happen here too. See {{SectionLink|Troubleshooting|Windows}} for further issues and their solutions. | |||
[[Category:Oni Support]] | [[Category:Oni Support]] | ||