Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Eleusis

From PCGamingWiki, the wiki about fixing PC games
Eleusis
Eleusis cover
Developers
Nocturnal Works
Engines
Unreal Engine 3
Release dates
Windows February 22, 2013
Reception
Metacritic 49
Taxonomy
Monetization One-time game purchase
Microtransactions None
Modes Singleplayer
Perspectives First-person
Controls Direct control
Genres Adventure
Art styles Realistic
Themes Horror
Eleusis on HowLongToBeat
Eleusis on IGDB
Eleusis on MobyGames

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Official website
DRM details are not known
Windows
GamersGate
DRM-free after installation (requires an internet connection during installation)
Windows
Steam
Icon overlay.png
Windows

Essential improvements

Skip intro videos

.bik removal[citation needed]
  1. Go to <path-to-game>\UDKGame\Movies\
  2. Remove/rename/move these files:
UE3_logo.bik
NocturnalLogo.bik

Adding binoculars

This tweak will add switchable two staged zoom simulating binoculars behavior from other games.
Binoculars tweak[citation needed]
  1. Go to <path-to-game>\UDKGame\Config\
  2. Open EDKELPlayerInput.ini. Start the game first, if file is not present.
  3. Search for section [Engine.PlayerInput] and add this lines in it:
Bindings=(Name="ZoomIn1",Command="FOV 50 | setbind YYY ZoomIn2",Control=False,Shift=False,Alt=False)
Bindings=(Name="ZoomIn2",Command="FOV 30 | setbind YYY ZoomOut",Control=False,Shift=False,Alt=False)
Bindings=(Name="ZoomOut",Command="FOV XXX | setbind YYY ZoomIn1",Control=False,Shift=False,Alt=False)
Bindings=(Name="YYY",Command="ZoomIn1",Control=False,Shift=False,Alt=False)

Notes

XXX is your desired FOV (90 is game default), and YYY is name of key which will trigger zoom. Look out for examples in EDKELPlayerInput.ini. Alternatively you can set your custom magnification by changing values 50 and 30.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\Binaries\Win32[Note 1]
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/251310/pfx/[Note 2]

Save game data location

System Location
Windows <path-to-game>\Binaries\Win32\SaveSystemNew.bin[Note 1]
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/251310/pfx/[Note 2]

Save game cloud syncing

System Native Notes
Steam Cloud

Video

General settings.
General settings.

Widescreen resolution

The game does not automatically detect all available resolutions from operating system.
.bin edit[citation needed]
  1. Launch the game and set any resolution. Remember, what you have set.
  2. Go to <path-to-game>\Binaries\Win32\
  3. Open EL_Options.bin in text editor.
  4. Locate resolution, you've just set, and change it to your desired resolution.

Field of view (FOV)

.ini edit[citation needed]
  1. Go to <path-to-game>\UDKGame\Config\
  2. Open EDKELPlayerInput.ini. Start the game first, if file is not present.
  3. Add these lines into [Eleusis2.ELPlayerInput] section:
Bindings=(Name="NumPadZero",Command="FOV 0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadOne",Command="FOV 32",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadTwo",Command="FOV 75",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadThree",Command="FOV 80",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadFour",Command="FOV 85",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadFive",Command="FOV 90",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadSix",Command="FOV 95",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadSeven",Command="FOV 100",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadEight",Command="FOV 105",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="NumPadNine",Command="FOV 110",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

Notes

Binds your numpad keys to different FOV values with 0 key resets FOV to default and 1 key triggers zoom.
You can bind your favorite FOV on F-keys simply by replacing "NupadPadXXXX" with "Fx".
When custom FoV is set, cutscenes will be showed in that FoV. Press Num 0 to reset FoV to default.
Best and most flexible way to change FOV on the fly in-game.

High frame rate

Change frame rate smoothing[citation needed]
  1. Go to <path-to-game>\UDKGame\Config\
  2. Edit UDKEngine.ini.
  3. Change bSmoothFrameRate to FALSE or raise MaxSmoothedFrameRate value.
  4. Save the file.

Input

Input settings.
Input settings.

Keyboard and mouse State Notes
Remapping
Some keys cannot be used. See Additional bindings for details.
Mouse acceleration
Acceleration is turned off by default.
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Controller types

Additional bindings

Some special keys cannot be assigned to in-game actions (Caps lock for example). Use this guide for circumvent and/or bind several keys to one action.
.ini edit[citation needed]
  1. Go to <path-to-game>\UDKGame\Config\.
  2. Open EDKELPlayerInput.ini. Start the game first, if file is not present.
  3. Locate action, you want to rebind. Syntax: key name first, action second.
  4. Replace key name for your desired key. For proper key names see UDK documentation.

Disable mouse smoothing

.ini edit[citation needed]
  1. Go to <path-to-game>\UDKGame\Config\.
  2. Open EDKELPlayerInput.ini. Start the game first, if file is not present.
  3. Locate line bEnableMouseSmoothing=true and change it to bEnableMouseSmoothing=false.

Audio

Audio feature State Notes
Separate volume controls
Only one master volume slider is present.
Surround sound
Auto-detection of surround sound system.
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
Polish
Russian
Spanish

VR support

3D modes State Notes
Nvidia 3D Vision
See Helix Mod: Eleusis.

Other information

API

Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) XP, Vista, 7
Processor (CPU) Intel Core 2 Duo
AMD Athlon 64 X2
System memory (RAM) 2 GB
Hard disk drive (HDD) 2 GB
Video card (GPU) Nvidia GeForce 9600 GT
ATI Radeon HD 4670
DirectX 9.0 compatible
Sound (audio device) DirectX compatible


Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).
  2. 2.0 2.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/251310/ in addition to or instead of this directory. The app ID (251310) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References