Installation: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(→‎Retail (PC, Mac & PS2): removing store links, as they are no longer valid)
m (→‎Patches: something was causing the Windows table to stretch across the screen)
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Available versions==
:''Please note that this page is devoted mainly to the PC versions (Windows, Mac) of Oni, as the PS2 version doesn't really require any instructions.''
===Demo (Windows & Mac)===
{{TOCfloat}}
You can still get the Windows demo [http://download.cnet.com/Oni-demo/3000-2095_4-4201532.html HERE], and both the Windows and Mac demos [http://www.atomicgamer.com/games/417/oni/files HERE] (the demos will be backed up on oni2.net if other sources are discontinued).
==Obtaining==
===Demo===
You can get the Windows demo [http://mods.oni2.net/node/335 HERE], and the Mac demo [http://mods.oni2.net/node/334 HERE], repackaged for modern computers. There is no demo for the PS2 version.


===Retail (Windows, Mac & PS2)===
===Retail===
The Windows, Mac and PS2 versions are no longer available to purchase new, but are often for sale secondhand on eBay and Amazon.
The Windows and Mac versions are no longer available to purchase new, but are often for sale secondhand on eBay and Amazon. The PS2 version is still sold by Rockstar [http://www.rockstarwarehouse.com/store/tk2rstar/en_US/pd/productID.304297400 here].


There are documented beta versions of Oni for the Mac that have not been released publicly. You can read about them [[Mac betas|HERE]].
==Installation process==
After installing retail Oni on a modern OS, you will need to install a patch of some kind to run it. The original demos also require patches to run. However, the repackaged demos (linked to above) come with the needed patches, so the "Patches" section below does not apply.


 
After following the instructions below to install a retail copy of the game, see the [[#Patches|Patches]] section, then check out the [[Troubleshooting]] page if you still encounter problems.
----
 
==Installation process (PC & Mac)==
If Oni does not run properly (or at all), be sure to see the section below, "Upgrades and patches", for a possible solution, then check out the [[Troubleshooting]] page if problems persist.


===Windows===
===Windows===
When the Oni CD is inserted, the installation will automatically start with the following steps :
When the Oni CD is inserted, the installation will automatically start with the following steps :
*Language selection : for example, if you happen to have the European TakeAdvantage edition of Oni, you can choose between English/German/French
*Language selection: for example, if you happen to have the European TakeAdvantage edition of Oni, you can choose between English/German/French
*Installation process itself : usual stuff (software licence agreement, installation folder selection...)
*Installation process itself: usual stuff (software license agreement, installation folder selection...)
*Installation of DirectX/OpenGL : skip this, as the versions of DirectX or OpenGL provided with Oni are ''very'' old.
*Installation of DirectX/OpenGL: skip this, as the versions of DirectX or OpenGL provided with Oni are ''very'' old.
A shortcut is automatically generated and placed on your desktop.
A shortcut is automatically generated and placed on your desktop.


===Windows demo===
===Mac===
:The installation process does not start automatically, as there's no CD. The demo's installer extracts the engine and game content to a temporary folder and deletes everything when you exit the game. If you want a persistent demo, try [http://geyser.oni2.net/demoni/demoni.exe THIS].
The installer requires Mac OS 9 to run, so simply open the CD and drag the "Oni ƒ" folder to the desired place on your hard drive. It's recommended that you then rename the folder to simply "Oni". See the [[#Patches|Patches]] section below to get the right version of the Oni game application for your system. If Oni still does not run properly, see [[Troubleshooting]].


===Mac OS X===
:The installer requires OS 9 to run. If you are on an Intel Mac, OS X does not have the Classic environment it needs to run this Installer, so simply open the CD and drag the "Oni ƒ" folder to the desired place on your hard drive; it contains everything you need. See the section "Upgrades and patches" below, and if Oni still does not run properly after installing the latest upgraded engine, see [[Troubleshooting]].
----
==Installation notes==
==Installation notes==
All of Oni's files will be found in a folder called [[Oni (folder)|Oni]] (default is '''C:\Program Files\Oni''' on Windows, and '''/Applications/Oni''' on the Mac). The name of the folder does not have to be "Oni"; the game application can be renamed, too, but it is not recommended (some community tools expect the app to be called by its original name).
All of Oni's files will be found in '''C:\Program Files\Oni''' on Windows, and '''wherever you dragged the folder to''' on the Mac. The name of the folder does not have to be "Oni" and the Oni application can be renamed, too, but it is not recommended (some community tools expect the app to be called by its original name). Look at [[Oni_(folder)|this page]] for a listing of the files you should have and a description of what they do.


===Windows notes===
===Windows===
#Oni does not create any registry entries, so an installation of Oni is essentially a copy of the Oni folder; this makes it easy to back up Oni before experimenting with it (hint, hint!).
#Oni does not create any important registry entries, so an installation of Oni is essentially a copy of the Oni folder; this makes it easy to back up Oni before experimenting with it (hint, hint!).
#Retail versions of Oni typically check for the installation CD. You can get rid of the CD check [[Customizing#CD_check|with a custom patch]] or, better, by using the [[Daodan DLL]]. Otherwise, you need to have an Oni CD in the drive to play (any CD will do as long as its volume name is "ONI").
#Retail versions of Oni sometimes check for the installation CD. You can get rid of the CD check using the Oni.exe that gets installed automatically by the [[AE]] (found [[Customizing#CD_check|here]]). Otherwise, you need to have an Oni CD in the drive in order to play (any CD will do as long as its volume name is "ONI").
#The engine (Oni.exe) doesn't have to be present in the folder where it is launched from. The Edition takes advantage of this and runs the original engine remotely, without copying it around. This feature is a bit technical, but it can make life easier sometimes.
#If Oni.exe is opened by double-clicking it or its shortcut, it first looks for the GameDataFolder in the same directory as the EXE. If Oni.exe is launched from the command line, it first looks for the "GDF" in the directory of the command or .bat that called it. Wherever it starts looking, Oni will also look for a folder in that directory called "OniEngine" and look inside there too for a GameDataFolder. If neither location contains the GDF, Oni progressively checks the parent directories, all the way up to C:\ if necessary, looking for the GDF (or an OniEngine folder with the GDF inside) at each level.
#If Oni.exe is opened by double-clicking it or its shortcut, it first looks for the GameDataFolder in the same directory as the EXE. If Oni.exe is launched from the command line, it first looks for the "GDF" in the directory of the command or .bat that called it. Wherever it starts looking, Oni will also look for a folder in that directory called "OniEngine" and look inside there too for a GameDataFolder. If neither location contains the GDF, Oni checks the parent directory, all the way up to C:\ if necessary, looking for the GDF (or an OniEngine folder with the GDF inside) at each level.


===Mac notes===
===Mac===
#Omni's port remembers the absolute location of the Oni folder between runs. This means you can move the Oni application to another location and, and as long as the rest of Oni's files are left in place, the game will still find the folder with that game data. If you move your Oni folder somewhere new without the application in it, the Oni application will ask for the folder's location on its next launch, and then remember the new location after that point.
#The Mac app never checks for the Oni disc in the CD-ROM drive.
#Omni's port (and the community-patched versions thereof) doesn't check for the Oni disc in the CD-ROM drive.
#When opened, the app first looks for the GameDataFolder in the same directory as itself. If the "GDF" is not found there, it continues to look in each parent directory up to the root of the hard drive. Unlike in Windows, the app does not look for "OniEngine/".


----
==Patches==
==Patches==
Oni may not run without downloading a patched engine. Please download the appropriate files for your platform below and if you still encounter problems, see the [[Troubleshooting]] page.
Retail Oni will not run on any modern computers without a patched game application. For the sake of historical completeness, below is a table of Oni's compatibility with every version of Windows and the Mac OS going back to the minimum required OS that was listed for Oni when it launched in 2001. If you still encounter problems after following these directions, see the [[Troubleshooting]] page.
 
===PC engine upgrades===
:There were never any official patches for the English PC engine, but there was a minor fix for the [http://www.buka.ru/cgi-bin/show.pl?id=92 Russian version] [http://www.buka.ru/cgi-bin/show.pl?option=Show_patch&id=92 HERE].
:Oni for Windows has been patched by the community through the [[Daodan DLL]], which gets installed alongside the original Oni application and patches Oni at runtime.  The Daodan DLL's bug fixes and unlocked/new features are listed [[Oni engine patches (Win)|HERE]].


===Mac engine upgrades===
{|class="wikitable" style="margin-left:auto; margin-right:auto; width:700px"
:There was one official "patch" for the Mac version of Oni, a rebuild of the Oni application for Mac OS X. To run Oni on a modern Mac, you'll need to download it from one of [http://www.insidemacgames.com/news/story.php?ArticleID=7003 these] [http://www.omnigroup.com/ftp/pub/software/MacOSX/10.1/Oni-1.0v1.36.dmg two] sources.
|+Windows
:Oni for the Mac has been patched by the community through direct hex-edits made to the binary. The latest patched binary is [http://edt.oni2.net/files/Oni.zip here]. Its bug fixes and unlocked/new features are documented [[Oni engine patches (Mac)|HERE]].
!Version
!width=530|Notes
|-
|Windows 98, 2000, ME
|The original version of Oni should work out of the box.
|-
|Windows XP, Vista, 7
|A crashing bug began to manifest in Oni around the time of XP. It is fixed by installing the [[Daodan DLL]] by itself or by installing the [[AE]] modding framework, which includes the DLL.
|-
|Windows 8, 10
|As above, install the Daodan DLL. Starting with Win8, however, you may experience mouse-pointing issues, which requires turning off display scaling for Oni. See the Troubleshooting page if you don't know how to do that.
|}


{|class="wikitable" style="margin-left:auto; margin-right:auto;"
|+Macintosh
!Version
!width=530|Notes
|-
|Mac OS 8.6-9.x
|The original version of Oni should work out of the box.
|-
|macOS 10.0-10.5
|Use the community-patched version of Omni Group's "Mac OS X port" found [[AE:OMNI|HERE]].
|-
|macOS 10.6
|Use the archived Feral Interactive build of Oni for Intel Macs found [[AE:FERAL|HERE]].
|-
|macOS 10.7-10.12
|Use the latest Feral Interactive build of Oni for Intel Macs found [[AE:FERAL|HERE]].
|}


----
==Customization==
==Customization==
For information on setting the controls and making other changes to Oni, see [[Customizing]].
For information on customizing the controls and making other changes to Oni's settings, see [[Customizing]].
 


----
==Mods==
==Mods==
The community has produced a number of mods, which can be browsed on the [http://mods.oni2.net Mod Depot].
<onlyinclude>The community has produced a number of mods. You can browse the mods on the [http://mods.oni2.net Mod Depot], but you might just want to start at the [[Anniversary Edition]] page since mods are generally installed through the Anniversary Edition's Installer.
 
Be sure to check out the [[Anniversary Edition]] for an overall improvement of Oni. If you're new to Oni, you might want to beat it once before installing the Edition.


The central introduction to making your own mods is found [[Modding Oni|HERE]].
The central introduction to making your own mods is found [[Modding Oni|HERE]].</onlyinclude>


[[Category:Oni Support]]
[[Category:Oni Support]]

Revision as of 19:25, 9 September 2018

Please note that this page is devoted mainly to the PC versions (Windows, Mac) of Oni, as the PS2 version doesn't really require any instructions.

Obtaining

Demo

You can get the Windows demo HERE, and the Mac demo HERE, repackaged for modern computers. There is no demo for the PS2 version.

Retail

The Windows and Mac versions are no longer available to purchase new, but are often for sale secondhand on eBay and Amazon. The PS2 version is still sold by Rockstar here.

Installation process

After installing retail Oni on a modern OS, you will need to install a patch of some kind to run it. The original demos also require patches to run. However, the repackaged demos (linked to above) come with the needed patches, so the "Patches" section below does not apply.

After following the instructions below to install a retail copy of the game, see the Patches section, then check out the Troubleshooting page if you still encounter problems.

Windows

When the Oni CD is inserted, the installation will automatically start with the following steps :

  • Language selection: for example, if you happen to have the European TakeAdvantage edition of Oni, you can choose between English/German/French
  • Installation process itself: usual stuff (software license agreement, installation folder selection...)
  • Installation of DirectX/OpenGL: skip this, as the versions of DirectX or OpenGL provided with Oni are very old.

A shortcut is automatically generated and placed on your desktop.

Mac

The installer requires Mac OS 9 to run, so simply open the CD and drag the "Oni ƒ" folder to the desired place on your hard drive. It's recommended that you then rename the folder to simply "Oni". See the Patches section below to get the right version of the Oni game application for your system. If Oni still does not run properly, see Troubleshooting.

Installation notes

All of Oni's files will be found in C:\Program Files\Oni on Windows, and wherever you dragged the folder to on the Mac. The name of the folder does not have to be "Oni" and the Oni application can be renamed, too, but it is not recommended (some community tools expect the app to be called by its original name). Look at this page for a listing of the files you should have and a description of what they do.

Windows

  1. Oni does not create any important registry entries, so an installation of Oni is essentially a copy of the Oni folder; this makes it easy to back up Oni before experimenting with it (hint, hint!).
  2. Retail versions of Oni sometimes check for the installation CD. You can get rid of the CD check using the Oni.exe that gets installed automatically by the AE (found here). Otherwise, you need to have an Oni CD in the drive in order to play (any CD will do as long as its volume name is "ONI").
  3. If Oni.exe is opened by double-clicking it or its shortcut, it first looks for the GameDataFolder in the same directory as the EXE. If Oni.exe is launched from the command line, it first looks for the "GDF" in the directory of the command or .bat that called it. Wherever it starts looking, Oni will also look for a folder in that directory called "OniEngine" and look inside there too for a GameDataFolder. If neither location contains the GDF, Oni progressively checks the parent directories, all the way up to C:\ if necessary, looking for the GDF (or an OniEngine folder with the GDF inside) at each level.

Mac

  1. The Mac app never checks for the Oni disc in the CD-ROM drive.
  2. When opened, the app first looks for the GameDataFolder in the same directory as itself. If the "GDF" is not found there, it continues to look in each parent directory up to the root of the hard drive. Unlike in Windows, the app does not look for "OniEngine/".

Patches

Retail Oni will not run on any modern computers without a patched game application. For the sake of historical completeness, below is a table of Oni's compatibility with every version of Windows and the Mac OS going back to the minimum required OS that was listed for Oni when it launched in 2001. If you still encounter problems after following these directions, see the Troubleshooting page.

Windows
Version Notes
Windows 98, 2000, ME The original version of Oni should work out of the box.
Windows XP, Vista, 7 A crashing bug began to manifest in Oni around the time of XP. It is fixed by installing the Daodan DLL by itself or by installing the AE modding framework, which includes the DLL.
Windows 8, 10 As above, install the Daodan DLL. Starting with Win8, however, you may experience mouse-pointing issues, which requires turning off display scaling for Oni. See the Troubleshooting page if you don't know how to do that.
Macintosh
Version Notes
Mac OS 8.6-9.x The original version of Oni should work out of the box.
macOS 10.0-10.5 Use the community-patched version of Omni Group's "Mac OS X port" found HERE.
macOS 10.6 Use the archived Feral Interactive build of Oni for Intel Macs found HERE.
macOS 10.7-10.12 Use the latest Feral Interactive build of Oni for Intel Macs found HERE.

Customization

For information on customizing the controls and making other changes to Oni's settings, see Customizing.

Mods

The community has produced a number of mods. You can browse the mods on the Mod Depot, but you might just want to start at the Anniversary Edition page since mods are generally installed through the Anniversary Edition's Installer.

The central introduction to making your own mods is found HERE.