Jump to content

Playing in Linux: Difference between revisions

oops, the AEI launch process is different now that we're not having the user install a global JRE
(added instructions for installing Oni+Daodan under Lutris)
(oops, the AEI launch process is different now that we're not having the user install a global JRE)
Line 98: Line 98:


====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 WinXP 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:
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 WinXP prefix, and use the AE's local Java Runtime Environment to launch the AEI jar file:
: <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/</code>
: <code>wine start /ProgIDOpen jarfile AEInstaller2.jar</code>
: <code>wine AEInstaller/JRE/bin/javaw.exe -jar AEInstaller/bin/AEInstaller2.jar</code>


===E: Launching patched Oni===
===E: Launching patched Oni===