Playing in Linux: Difference between revisions

Finished!
(Writing, writing...)
(Finished!)
Line 33: Line 33:
# The "Oni" WINEPREFIX is now ready.<br/>Remember, that in order to run either Oni or AEInstaller, path to this WINEPREFIX must be specified (exported).<br/>If it is not specified, then the WINE application will use a default WINEPREFIX, and that one is probably set to represent 64bit Windows 7 or 64bit Windows 10 (which is quite sensible for most applications, but unfortunately not good enough for Oni).
# The "Oni" WINEPREFIX is now ready.<br/>Remember, that in order to run either Oni or AEInstaller, path to this WINEPREFIX must be specified (exported).<br/>If it is not specified, then the WINE application will use a default WINEPREFIX, and that one is probably set to represent 64bit Windows 7 or 64bit Windows 10 (which is quite sensible for most applications, but unfortunately not good enough for Oni).


==How to install and run Oni==
==How to install Oni==
# Insert Oni installation medium into the CD/DVD drive (if installed from the CD, 00's style ^_^).
# Insert Oni installation medium into the CD/DVD drive (if installed from the CD, 00's style ^_^).
# Open a Linux terminal, export "Oni" WINEPREFIX, navigate to the folder with contents of the mounted CD drive and initiate the installation process.
# Open a Linux terminal, export "Oni" WINEPREFIX, navigate to the folder with contents of the mounted CD drive and initiate the installation process.
Line 42: Line 42:
#: Instead, choose an appropriate place somewhere in the Linux machine directory tree. Linux machine directory tree should be by default mapped as a different faux drive (usually it is mapped as drive "z:\")
#: Instead, choose an appropriate place somewhere in the Linux machine directory tree. Linux machine directory tree should be by default mapped as a different faux drive (usually it is mapped as drive "z:\")
# The game should install without problems. Ignore the warning regarding DirectX 7, it is harmless.
# The game should install without problems. Ignore the warning regarding DirectX 7, it is harmless.
# DO NOT RUN THE GAME YET !!! More tweaks to come...
# DO NOT RUN THE GAME YET!!!<br/>An attempt to run the raw Oni on a modern system is almost guaranteed to fail as Oni will most probably unceremoniously crash.<br/>The game needs to be patched via AEInstaller.
 
==How to install AEInstaller==
This is a rather straightforward process.
# Download the latest Windows version of the AEInstaller from the Oni Mod Depot ( [http://mods.oni2.net/node/79 click here] ).
# Open a Linux terminal, export "Oni" WINEPREFIX, navigate to the folder with the AEInstaller and initiate the installation process.
#: <code> export WINEPREFIX=/full_path_to_the_folder_where_Oni_WINEPREFIX_is_located </code>
#: <code> cd /full_path_to_the_AEInstaller </code>
#: <code> wine Anniversary-Edition-Setup-vXX.YY_ZZ.exe </code>
#: During the AEInstaller installation, there will be a prompt to provide Oni installation directory.
#: Navigate to the appropriate directory. Linux machine directory tree should be mapped as a drive "/".
# At the end of the installation, the AEInstaller will be automatically executed and will attempt to fetch updates.
#: During the fetching process, it may appear that the AEInstaller has hanged. That is not true, it just does not signalize that there is some work being done in the background. Be patient.
 
==How to launch AEInstaller==
# AEInstaller will be automatically launched once - during the installation process of the AEInstaller. Nice.
# However, to normally launch the AEInstaller as a user, open a Linux terminal, export "Oni" WINEPREFIX, navigate to the folder with the '''AEInstaller2Updater.jar''' file and launch the jar file through Wine JAVA Runtime Environment.
#: <code> export WINEPREFIX=/full_path_to_the_folder_where_Oni_WINEPREFIX_is_located </code>
#: <code> cd /full_path_to_the_AEInstaller2Updater.jar </code>
#: <code> wine start /ProgIDOpen jarfile AEInstaller2Updater.jar </code>
 
==Patch Oni via AEInstaller==
# Let the AEInstaller do its magic. ^_^
 
==How to launch patched Oni==
There are two possible ways to launch Oni.
# Launch the game through the AEInstaller application.
# Open a Linux terminal, export "Oni" WINEPREFIX, navigate to the folder with the patched Oni.exe file and launch it via Wine.
#: <code> export WINEPREFIX=/full_path_to_the_folder_where_Oni_WINEPREFIX_is_located </code>
#: <code> cd /full_path_to_the_patched_Oni.exe </code>
#: <code> wine Oni.exe </code>
 
==????==
# PROFIT! ^_^
271

edits