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


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Enclave"

From PCGamingWiki, the wiki about fixing PC games
m (updated template usage)
Line 339: Line 339:
 
|minCPU  = 1 GHz
 
|minCPU  = 1 GHz
 
|minRAM  = 256 MB
 
|minRAM  = 256 MB
|minHD    =  
+
|minHD    = 5GB
 
|minGPU  =  
 
|minGPU  =  
 
|minDX    = 7
 
|minDX    = 7
Line 349: Line 349:
 
|recGPU  =  
 
|recGPU  =  
 
|recDX    = 9
 
|recDX    = 9
 +
|recSM    = 2.0
 +
}}
 +
 +
{{System requirements
 +
|OSfamily = OS X
 +
 +
|minOS    = Snow Leopard
 +
|minCPU  = Intel Mac 2.GHz
 +
|minRAM  = 512 MB
 +
|minHD    = 3 GB
 +
|minGPU  = Per Pixel Shader 2.0
 +
|minAudio = Soundcard with 5.1 Support
 +
 +
|recOS    =
 +
|recCPU  = Multicore CPU
 +
|recRAM  = 1 GB
 +
|recHD    =
 +
|recGPU  = ATI Radeon X
 +
|minAudio =
 +
}}
 +
 +
{{System requirements
 +
|OSfamily = Linux
 +
 +
|minOS    = Ubuntu 16.04 LTS or SteamOS
 +
|minCPU  = Intel Single Core CPU
 +
|minCPU2  = AMD Single Core CPU
 +
|minRAM  = 512 MB
 +
|minHD    = 3 GB
 +
|minGPU  =
 +
|minVRAM  = 128 MB
 +
 +
|recOS    =
 +
|recCPU  = Intel Multi-Core CPU with 2.0 GHz
 +
|recCPU2  = AMD Multi-Core CPU with 2.0 GHz
 +
|recRAM  = 1 GB
 +
|recHD    =
 +
|recGPU  =
 +
|recVRAM  = 256 MB
 +
|recSM    = 2.0
 +
 
}}
 
}}
  
 
{{References}}
 
{{References}}
 +
http://store.steampowered.com/app/253980/

Revision as of 12:53, 14 March 2018

Enclave
Enclave cover
Developers
Starbreeze Studios
Publishers
Vivendi Universal
Atari
TopWare Interactive
Plug In Digital
Release dates
Windows March 10, 2003
macOS (OS X) November 15, 2013[1]
Linux October 21, 2016[2]
Enclave on Wikipedia

Key points

High frame rate breaks the underwater sections causing the character to drown too quickly.[3]

General information

GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
DRM details are not known
Windows
GamersGate
Error: DRM 'GamersGate' not recognised
Windows
GOG.com
DRM-free
Windows
macOS (OS X)
Linux
Steam
Icon overlay.png
Windows
macOS (OS X)
Linux

Version differences

Languages vary between services but content is otherwise identical (Gold Edition, Gold Edition 2012, etc. are just branding).

Essential improvements

Skip intro videos

Use replacement files

Apply the Enclave intro skip.

Game data

Configuration files location

environment.cfg contains video settings.
options.cfg contains general and input settings.
Config.mpp contains other input settings.
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game data location

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video settings

General settings.
General settings.

Template:Video settings

Input settings

Template:Input settings

Controller support

Use preset Xpadder profile[4]

Use the Enclave Xpadder Profile.

Use custom controller binds[4]
  1. Go to the installation folder.
  2. Open Config.mpp with a text editor.
  3. Replace the controller binds at the top with the following:

    void main()
    {
       // -------------------------------------------------------------------
       // Xbox 360 Controller
       // -------------------------------------------------------------------

       // "bind"
       // "bind2"
       // "bindrep"

       // "joy0_axis00" (A Button)
       // "joy0_axis01" (B Button)
       // "joy0_axis02" (X Button)
       // "joy0_axis03" (Y Button)

       // "joy0_axis04" (Left Shoulder Button)
       // "joy0_axis05" (Right Shoulder Button)

       // "joy0_axis06" (Back Button)
       // "joy0_axis07" (Start Button)

       // "joy0_axis08" (Left Stick click)
       // "joy0_axis09" (Right Stick click)

       // "joy0_axis0c" (Left Stick)
       // "joy0_axis0d" (Right Stick)
       // "joy0_axis0e" (Triggers)
       // "joy0_axis0f" (DPad)

       bindrep "joy0_axis0c", "moveright arg1 / 128.0; moveforward (-arg0) / 128.0"; //Move with Left Stick
       bindrep "joy0_axis0d", "lookvelocity0 arg1*0.2, arg0*0.04"; //Look with Right Stick (modify arg1 and arg0 to change horizontal and vertical sensitivity)
       bind2 "joy0_axis08", "press crouch", "release crouch"; //Crouch by pressing Left Stick
       bind2 "joy0_axis09", "moveup 1; press jump", "moveup 0; release jump"; //Jump by pressing Right Stick
       bind2 "joy0_axis00", "moveup 1; press jump", "moveup 0; release jump"; //Jump by pressing A Button

       bindrep "joy0_axis0e", "int a0 = arg0/255.0; if(a0) { press attack } else { release attack }"; //Attack by pressing either Trigger
       bind2 "joy0_axis04", "press attack2", "release attack2"; //Second attack or use item by pressing Left Shoulder Button
       bind2 "joy0_axis01", "press attack2", "release attack2"; //Second attack or use item by pressing B Button

       bind "joy0_axis0f", "int a0 = arg0/255.0; if(a0) { cmd nextitem } int a1 = arg1/255.1; if(a1) { cmd nextweapon }"; //Horizontal DPad changes item, vertical DPad changes weapon
       //bind "joy0_axis04", "cmd prevweapon"; //Previous weapon by pressing Left Shoulder Button
       //bind "joy0_axis05", "cmd nextweapon"; //Next weapon by pressing Right Shoulder Button
       bind "joy0_axis02", "cyclecameramode 0, 1"; //Switch between third and first person by pressing X Button
       bind "joy0_axis03", "activateitem \"0x106\""; //Use potion by pressing Y Button

       bind "joy0_axis07", "releaseall; cl_opengamemenu"; //Open menu with Start Button
    }
  1. Open Options.cfg and modify or add the line CONFIG=Config.mpp.

Notes

There may be issues with certain controllers (e.g. Triggers and the DPad on an Xbox 360 Controller will not function as individual buttons, and the controller will not work for navigating the game menus).

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
Steam version: add BINK_SOUNDTRACK=2 to environment.cfg
German
Italian
Spanish

Issues fixed

Game always runs windowed (Windows 8)

On Windows 8 the game may ignore resolution choices, always running in windowed mode. Windows 7 compatibility mode fixes this.
Set Windows 7 compatibility mode[citation needed]
  1. Right-click the game's shortcut (or Enclave.exe) and choose Properties.
  2. On the Compatibility tab, choose Run this program in compatibility mode for.
  3. Choose Windows 7 from the list.
  4. Click OK to apply your changes. The game will now run in fullscreen mode correctly.
The desktop may be briefly shown when launching the game but it will go to fullscreen afterwards.

Issues with mouse movement

Use 125hz mouse polling rate[citation needed]

Setting the mouse polling rate to 125hz may alleviate various issues with mouse movement affecting gameplay. If your mouse does not have adjustable polling rate and you still experience problems, using a different/older mouse may work.

Overexposed light effect when using torch

Use dgVoodoo[5]
  1. Download and extract dgVoodoo.
  2. Open the MS folder and copy the contents to the installation folder.
  3. Run dgVoodooCpl.exe.
  4. Click on "Add" and choose the installation folder.
  5. Go to the DirectX tab.
  6. Disable "dgVoodoo Watermark" and click OK.

Other information

API

Technical specs Supported Notes
Direct3D 8
OpenGL 3 Can be set in <path-to-game>\environment.cfg but is not recommended by the developer.
Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
Linux

System requirements

Windows
Minimum Recommended
Operating system (OS) XP, Vista
Processor (CPU) 1 GHz
System memory (RAM) 256 MB
Hard disk drive (HDD) 5GB
Video card (GPU) DirectX 7 compatible
macOS (OS X)
Minimum Recommended
Operating system (OS) Snow Leopard
Processor (CPU) Intel Mac 2.GHz
System memory (RAM) 512 MB
Hard disk drive (HDD) 3 GB
Video card (GPU) Per Pixel Shader 2.0
Linux
Minimum Recommended
Operating system (OS) Ubuntu 16.04 LTS or SteamOS
Processor (CPU) Intel Single Core CPU
AMD Single Core CPU
System memory (RAM) 512 MB
Hard disk drive (HDD) 3 GB
Video card (GPU) 128 MB of VRAM

References

http://store.steampowered.com/app/253980/