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 "Elementium"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Input settings: updated template usage)
(Added info and screenshots. Removed stub tag.)
Line 1: Line 1:
{{stub}}
 
 
{{Infobox game
 
{{Infobox game
 
|cover        = Elementium cover.jpg
 
|cover        = Elementium cover.jpg
Line 6: Line 5:
 
|publishers  =  
 
|publishers  =  
 
|engines      =  
 
|engines      =  
 +
{{Infobox game/row/engine|Unreal Engine 4}}
 
|release dates=  
 
|release dates=  
{{Infobox game/row/date|Windows|February 1, 2018}}
+
{{Infobox game/row/date|Windows|February 2, 2018}}
 
|steam appid  = 783420
 
|steam appid  = 783420
 
|steam appid side  =  
 
|steam appid side  =  
Line 17: Line 17:
  
 
'''General information'''
 
'''General information'''
{{mm}} [http://steamcommunity.com/app/783420/discussions/ Steam Community Discussions]
+
{{mm}} [https://steamcommunity.com/app/783420/discussions/ Steam Community Discussions]
  
 
==Availability==
 
==Availability==
 
{{Availability|
 
{{Availability|
 
{{Availability/row| Steam | 783420 | Steam |  |  | Windows }}
 
{{Availability/row| Steam | 783420 | Steam |  |  | Windows }}
 +
}}
 +
 +
==Essential improvements==
 +
===Skip intro videos===
 +
{{Fixbox|description=Delete or rename files|ref=<ref name="Wasch" />|fix=
 +
# Go to {{code|{{P|game}}\Elementium\Content\Movies\}}.
 +
# Delete or rename {{file|Game_Logo.mp4}} and {{file|UE4_Logo.mp4}}.
 
}}
 
}}
  
Line 27: Line 34:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows|}}
+
{{Game data/config|Windows|{{P|localappdata}}\Elementium\Saved\Config\WindowsNoEditor\}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|}}
+
{{Game data/saves|Windows|{{P|localappdata}}\Elementium\Saved\SaveGames\}}
 
}}
 
}}
  
Line 41: Line 48:
 
|origin                =  
 
|origin                =  
 
|origin notes          =  
 
|origin notes          =  
|steam cloud          = unknown
+
|steam cloud          = false
 
|steam cloud notes    =  
 
|steam cloud notes    =  
 
|uplay                =  
 
|uplay                =  
Line 50: Line 57:
  
 
==Video settings==
 
==Video settings==
 +
{{Image|Elementium graphics settings.png|In-game graphics settings.}}
 
{{Video settings
 
{{Video settings
 
|wsgf link                  =  
 
|wsgf link                  =  
Line 56: Line 64:
 
|ultrawidescreen wsgf award =  
 
|ultrawidescreen wsgf award =  
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
|widescreen resolution      = unknown
+
|widescreen resolution      = true
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = true
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
|4k ultra hd                = unknown
+
|4k ultra hd                = true
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = false
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = unknown
+
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = unknown
+
|borderless windowed        = true
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
|anisotropic                = unknown
+
|anisotropic                = hackable
|anisotropic notes          =  
+
|anisotropic notes          = Scales with texture quality preset. To set manually see [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
|antialiasing              = unknown
+
|antialiasing              = true
 
|antialiasing notes        =  
 
|antialiasing notes        =  
|vsync                      = unknown
+
|vsync                      = hackable
|vsync notes                =  
+
|vsync notes                = Always disabled. See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = true
 
|120 fps notes              =  
 
|120 fps notes              =  
 
|hdr                        = unknown
 
|hdr                        = unknown
 
|hdr notes                  =  
 
|hdr notes                  =  
|color blind                = unknown
+
|color blind                = false
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
{{Fixbox|description=Adjust sample rate manually|ref=<ref name="Wasch" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}}.
 +
# Add the following to the end of the file and save it.
 +
<pre>
 +
[SystemSettings]
 +
r.MaxAnisotropy=16
 +
</pre>
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|description=Enable Vsync|ref=<ref name="Wasch">{{Refcheck|user=Waschbär|date=2018-08-23}}</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Gameusersettings.ini}}.
 +
# Change <code>bUseVSync=False</code> to {{code|True}}.
 +
}}
 +
 +
===Lens flare===
 +
{{Fixbox|description=Disable lens flares|ref=<ref name="Wasch" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}}.
 +
# Add the following to the end of the file and save it.
 +
<pre>
 +
[SystemSettings]
 +
r.LensFlareQuality=0
 +
</pre>
 +
}}
 +
 +
===Motion blur===
 +
{{Fixbox|description=Disable motion blur|ref=<ref name="Wasch" />|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Open {{file|Engine.ini}}.
 +
# Add the following to the end of the file and save it.
 +
<pre>
 +
[SystemSettings]
 +
r.motionblurquality=0
 +
</pre>
 
}}
 
}}
  
 
==Input settings==
 
==Input settings==
 +
{{Image|Elementium input settings.png|In-game input settings.}}
 
{{Input settings
 
{{Input settings
|key remap                = unknown
+
|key remap                = false
 
|key remap notes          =  
 
|key remap notes          =  
|acceleration option      = unknown
+
|acceleration option      = false
|acceleration option notes =  
+
|acceleration option notes = No acceleration.
|mouse sensitivity        = unknown
+
|mouse sensitivity        = true
 
|mouse sensitivity notes  =  
 
|mouse sensitivity notes  =  
|mouse menu                = unknown
+
|mouse menu                = true
 
|mouse menu notes          =  
 
|mouse menu notes          =  
|invert mouse y-axis      = unknown
+
|invert mouse y-axis      = true
 
|invert mouse y-axis notes =  
 
|invert mouse y-axis notes =  
 
|touchscreen              = unknown
 
|touchscreen              = unknown
Line 102: Line 151:
 
|controller support        = true
 
|controller support        = true
 
|controller support notes  =  
 
|controller support notes  =  
|full controller          = unknown
+
|full controller          = false
|full controller notes    =  
+
|full controller notes    = Menus can't be navigated with a controller.
|controller remap          = unknown
+
|controller remap          = false
 
|controller remap notes    =  
 
|controller remap notes    =  
|controller sensitivity    = unknown
+
|controller sensitivity    = true
 
|controller sensitivity notes=  
 
|controller sensitivity notes=  
|invert controller y-axis  = unknown
+
|invert controller y-axis  = true
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
|xinput controllers        = unknown
+
|xinput controllers        = true
 
|xinput controllers notes  =  
 
|xinput controllers notes  =  
|xbox prompts              = unknown
+
|xbox prompts              = true
 
|xbox prompts notes        =  
 
|xbox prompts notes        =  
|impulse triggers          = unknown
+
|impulse triggers          = false
 
|impulse triggers notes    =  
 
|impulse triggers notes    =  
|dualshock 4              = unknown
+
|dualshock 4              = false
 
|dualshock 4 notes        =  
 
|dualshock 4 notes        =  
 
|dualshock prompts        = unknown
 
|dualshock prompts        = unknown
Line 124: Line 173:
 
|dualshock 4 modes        = unknown
 
|dualshock 4 modes        = unknown
 
|dualshock 4 modes notes  =  
 
|dualshock 4 modes notes  =  
|tracked motion controllers= unknown
+
|tracked motion controllers= false
 
|tracked motion controllers notes =  
 
|tracked motion controllers notes =  
 
|tracked motion prompts    = unknown
 
|tracked motion prompts    = unknown
Line 132: Line 181:
 
|other button prompts      = unknown
 
|other button prompts      = unknown
 
|other button prompts notes=  
 
|other button prompts notes=  
|controller hotplug        = unknown
+
|controller hotplug        = true
 
|controller hotplug notes  =  
 
|controller hotplug notes  =  
|haptic feedback          = unknown
+
|haptic feedback          = false
 
|haptic feedback notes    =  
 
|haptic feedback notes    =  
|simultaneous input        = unknown
+
|simultaneous input        = true
 
|simultaneous input notes  =  
 
|simultaneous input notes  =  
 
|steam input api          = unknown
 
|steam input api          = unknown
 
|steam input api notes    =  
 
|steam input api notes    =  
 +
|steam hook input          = unknown
 +
|steam hook input notes    =
 
|steam input presets      = unknown
 
|steam input presets      = unknown
 
|steam input presets notes =  
 
|steam input presets notes =  
 
|steam controller prompts  = unknown
 
|steam controller prompts  = unknown
 
|steam controller prompts notes =  
 
|steam controller prompts notes =  
 +
|steam cursor detection    = unknown
 +
|steam cursor detection notes =
 
}}
 
}}
  
 
==Audio settings==
 
==Audio settings==
 +
{{Image|Elementium audio settings.png|In-game audio settings.}}
 
{{Audio settings
 
{{Audio settings
|separate volume          = unknown
+
|separate volume          = true
 
|separate volume notes    =  
 
|separate volume notes    =  
|surround sound          = unknown
+
|surround sound          = true
 
|surround sound notes    =  
 
|surround sound notes    =  
 
|subtitles                = n/a
 
|subtitles                = n/a
 
|subtitles notes          =  
 
|subtitles notes          =  
|closed captions          = unknown
+
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost      = unknown
+
|mute on focus lost      = true
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
 
|eax support              =  
 
|eax support              =  
Line 195: Line 249:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 11
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 215: Line 269:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|64-bit executable      = unknown
+
|64-bit executable      = true
 
|64-bit executable notes=  
 
|64-bit executable notes=  
 
}}
 
}}

Revision as of 12:42, 23 August 2018

Elementium
Elementium cover
Developers
Ignite studio
Engines
Unreal Engine 4
Release dates
Windows February 2, 2018

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Steam
Icon overlay.png
Windows

Essential improvements

Skip intro videos

Delete or rename files[1]
  1. Go to <path-to-game>\Elementium\Content\Movies\.
  2. Delete or rename Game_Logo.mp4 and UE4_Logo.mp4.

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\Elementium\Saved\Config\WindowsNoEditor\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/783420/pfx/[Note 1]

Save game data location

System Location
Windows %LOCALAPPDATA%\Elementium\Saved\SaveGames\
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/783420/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

In-game graphics settings.
In-game graphics settings.

Template:Video settings

Anisotropic filtering (AF)

Adjust sample rate manually[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following to the end of the file and save it.
[SystemSettings]
r.MaxAnisotropy=16

Vertical sync (Vsync)

Enable Vsync[1]
  1. Go to the configuration file(s) location.
  2. Open Gameusersettings.ini.
  3. Change bUseVSync=False to True.

Lens flare

Disable lens flares[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following to the end of the file and save it.
[SystemSettings]
r.LensFlareQuality=0

Motion blur

Disable motion blur[1]
  1. Go to the configuration file(s) location.
  2. Open Engine.ini.
  3. Add the following to the end of the file and save it.
[SystemSettings]
r.motionblurquality=0

Input settings

In-game input settings.
In-game input settings.

Template:Input settings

Audio settings

In-game audio settings.
In-game audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
Russian

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

System requirements

A 64-bit system is required.
Windows
Minimum Recommended
Operating system (OS) 7
Processor (CPU) Intel Core i3
System memory (RAM) 2 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) Nvidia GeForce GTX 660
DirectX 11 compatible

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References

  1. 1.0 1.1 1.2 1.3 1.4 Verified by User:Waschbär on 2018-08-23