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 "E.T. Armies"

From PCGamingWiki, the wiki about fixing PC games
m (→‎top: General maintenance with AutoWikiBrowser in Bot mode)
 
Line 7: Line 7:
 
{{Infobox game/row/publisher|Merge Games}}
 
{{Infobox game/row/publisher|Merge Games}}
 
|engines      =  
 
|engines      =  
 +
{{Infobox game/row/engine|Unreal Engine 3}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|March 3, 2016}}
 
{{Infobox game/row/date|Windows|March 3, 2016}}
 
|taxonomy    =  
 
|taxonomy    =  
{{Infobox game/row/taxonomy/monetization      | One-time game purchase }}
+
{{Infobox game/row/taxonomy/monetization      | }}
{{Infobox game/row/taxonomy/microtransactions | }}
+
{{Infobox game/row/taxonomy/microtransactions | No microtransactions }}
{{Infobox game/row/taxonomy/modes            | Multiplayer }}
+
{{Infobox game/row/taxonomy/modes            | Singleplayer, multiplayer }}
{{Infobox game/row/taxonomy/pacing            | }}
+
{{Infobox game/row/taxonomy/pacing            | Real-time }}
{{Infobox game/row/taxonomy/perspectives      | }}
+
{{Infobox game/row/taxonomy/perspectives      | First-person }}
{{Infobox game/row/taxonomy/controls          | }}
+
{{Infobox game/row/taxonomy/controls          | Direct control }}
{{Infobox game/row/taxonomy/genres            | }}
+
{{Infobox game/row/taxonomy/genres            | FPS, Action }}
 
{{Infobox game/row/taxonomy/sports            | }}
 
{{Infobox game/row/taxonomy/sports            | }}
 
{{Infobox game/row/taxonomy/vehicles          | }}
 
{{Infobox game/row/taxonomy/vehicles          | }}
{{Infobox game/row/taxonomy/art styles        | }}
+
{{Infobox game/row/taxonomy/art styles        | Realistic }}
{{Infobox game/row/taxonomy/themes            | }}
+
{{Infobox game/row/taxonomy/themes            | Sci-fi }}
{{Infobox game/row/taxonomy/series            | }}
+
{{Infobox game/row/taxonomy/series            | }}
 
|steam appid  = 382420
 
|steam appid  = 382420
 
|steam appid side  =  
 
|steam appid side  =  
Line 44: Line 45:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows|}}
+
{{Game data/config|Windows|{{p|game}}\UDKGame\Config\}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|}}
+
{{Game data/saves|Windows|{{p|game}}\Binaries\Win32\SaveData\}}
 
}}
 
}}
  
Line 83: Line 84:
 
|ultrawidescreen            = hackable
 
|ultrawidescreen            = hackable
 
|ultrawidescreen notes      = See [[#Widescreen resolution|Widescreen resolution]].
 
|ultrawidescreen notes      = See [[#Widescreen resolution|Widescreen resolution]].
|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                  = false
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = unknown
+
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
|anisotropic                = unknown
+
|anisotropic                = true
|anisotropic notes          =  
+
|anisotropic notes          = 1x, 2x, 4x, 8x and 16x.
|antialiasing              = unknown
+
|antialiasing              = true
|antialiasing notes        =  
+
|antialiasing notes        = 1x, 2x, 4x, 8x, 16x and 32x, unknown method.
 
|upscaling                  = unknown
 
|upscaling                  = unknown
 
|upscaling tech            =  
 
|upscaling tech            =  
 
|upscaling notes            =  
 
|upscaling notes            =  
|vsync                      = unknown
+
|vsync                      = true
 
|vsync notes                =  
 
|vsync notes                =  
 
|60 fps                    = true
 
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
 
|120 fps                    = hackable
 
|120 fps                    = hackable
|120 fps notes              = By modifying UDKEngine.ini
+
|120 fps notes              = Capped at 62 FPS. See [[#High frame rate|High frame rate]].
 
|hdr                        = unknown
 
|hdr                        = unknown
 
|hdr notes                  =  
 
|hdr notes                  =  
Line 114: Line 115:
 
# Edit <code>{{p|game}}\UDKGame\Config\UDKEngine.ini</code>
 
# Edit <code>{{p|game}}\UDKGame\Config\UDKEngine.ini</code>
 
# Change <code>AspectRatioAxisConstraint=AspectRatio_MaintainXFOV</code> to <code>AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</code>
 
# Change <code>AspectRatioAxisConstraint=AspectRatio_MaintainXFOV</code> to <code>AspectRatioAxisConstraint=AspectRatio_MaintainYFOV</code>
 +
}}
 +
 +
===[[Glossary:Frame rate (FPS)|High frame rate]]===
 +
{{Fixbox|description=Edit {{file|UDKEngine.ini}}|fix=
 +
<ol>
 +
<li> Go to {{folder|{{p|game}}\UDKGame\Config\}} and open {{file|UDKEngine.ini}} with a notepad.
 +
<li> {{key|Ctrl|F}} to find the line <code>bSmoothFrameRate=TRUE</code>
 +
<li> Change it to <code>bSmoothFrameRate=FALSE</code>
 +
<li> Save the file and launch the game.
 +
</ol>
 +
{{ii}} This has not been tested if it has effects or issues related to the game's physics or logic. Please fill this information.
 
}}
 
}}
  
 
==Input==
 
==Input==
 
{{Input
 
{{Input
|key remap                = unknown
+
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
 
|acceleration option      = unknown
 
|acceleration option      = unknown
 
|acceleration option notes =  
 
|acceleration option notes =  
|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
 
|touchscreen notes        =  
 
|touchscreen notes        =  
|controller support        = false
+
|controller support        = true
 
|controller support notes  =  
 
|controller support notes  =  
|full controller          = unknown
+
|full controller          = limited
|full controller notes    =  
+
|full controller notes    = Main menu can be navigated with a controller, other menus require mouse input first before detecting controller input.
|controller remap          = unknown
+
|controller remap          = false
 
|controller remap notes    =  
 
|controller remap notes    =  
 
|controller sensitivity    = unknown
 
|controller sensitivity    = unknown
 
|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= Also has X-axis inversion.
|xinput controllers        = unknown
+
|xinput controllers        = true
 
|xinput controllers notes  =  
 
|xinput controllers notes  =  
|xbox prompts              = unknown
+
|xbox prompts              = false
 
|xbox prompts notes        =  
 
|xbox prompts notes        =  
 
|impulse triggers          = unknown
 
|impulse triggers          = unknown
Line 182: Line 194:
 
==Audio==
 
==Audio==
 
{{Audio
 
{{Audio
|separate volume          = unknown
+
|separate volume          = true
|separate volume notes    =  
+
|separate volume notes    = Master, music, voice and SFX.
 
|surround sound          = unknown
 
|surround sound          = unknown
 
|surround sound notes    =  
 
|surround sound notes    =  
|subtitles                = unknown
+
|subtitles                = true
 
|subtitles notes          =  
 
|subtitles notes          =  
 
|closed captions          = unknown
 
|closed captions          = unknown
Line 247: Line 259:
 
|local play modes    =  
 
|local play modes    =  
 
|local play notes    = Use [https://github.com/SplitScreen-Me/splitscreenme-nucleus/releases Nucleus Co-op].
 
|local play notes    = Use [https://github.com/SplitScreen-Me/splitscreenme-nucleus/releases Nucleus Co-op].
|lan play            = unknown
+
|lan play            = true
 
|lan play players    =  
 
|lan play players    =  
 
|lan play modes      =  
 
|lan play modes      =  
Line 322: Line 334:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 9
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 342: Line 354:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|windows 32-bit exe    = unknown
+
|windows 32-bit exe    = true
|windows 64-bit exe    = unknown
+
|windows 64-bit exe    = false
 
|windows arm app        = false
 
|windows arm app        = false
 
|windows exe notes      =  
 
|windows exe notes      =  

Latest revision as of 13:11, 24 March 2024

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
E.T. Armies
E.T. Armies cover
Developers
Raspina Studio
Publishers
Merge Games
Engines
Unreal Engine 3
Release dates
Windows March 3, 2016
Taxonomy
Microtransactions None
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives First-person
Controls Direct control
Genres FPS, Action
Art styles Realistic
Themes Sci-fi

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Icon overlay.png
Windows
Steam
Icon overlay.png
Windows

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\UDKGame\Config\[Note 1]
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/382420/pfx/[Note 2]

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video

Graphics feature State WSGF Notes
Widescreen resolution
Multi-monitor
See Widescreen resolution.
Ultra-widescreen
See Widescreen resolution.
4K Ultra HD
Field of view (FOV)
Windowed
See the glossary page for potential workarounds.
Borderless fullscreen windowed
See the glossary page for potential workarounds.
Anisotropic filtering (AF)
1x, 2x, 4x, 8x and 16x.
Anti-aliasing (AA)
1x, 2x, 4x, 8x, 16x and 32x, unknown method.
Vertical sync (Vsync)
60 FPS
120+ FPS
Capped at 62 FPS. See High frame rate.
High dynamic range display (HDR)
See the glossary page for potential alternatives.

Widescreen resolution

Instructions[1]
  1. Edit <path-to-game>\UDKGame\Config\UDKEngine.ini
  2. Change AspectRatioAxisConstraint=AspectRatio_MaintainXFOV to AspectRatioAxisConstraint=AspectRatio_MaintainYFOV

High frame rate

Edit UDKEngine.ini
  1. Go to <path-to-game>\UDKGame\Config\ and open UDKEngine.ini with a notepad.
  2. Ctrl+F to find the line bSmoothFrameRate=TRUE
  3. Change it to bSmoothFrameRate=FALSE
  4. Save the file and launch the game.
This has not been tested if it has effects or issues related to the game's physics or logic. Please fill this information.

Input

Keyboard and mouse State Notes
Remapping
Mouse acceleration
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Full controller support
Main menu can be navigated with a controller, other menus require mouse input first before detecting controller input.
Controller remapping
See the glossary page for potential workarounds.
Controller sensitivity
Controller Y-axis inversion
Also has X-axis inversion.
Controller types
XInput-compatible controllers
Xbox button prompts
Impulse Trigger vibration
PlayStation controllers
Generic/other controllers
Additional information
Controller hotplugging
Haptic feedback
Digital movement supported
Simultaneous controller+KB/M

Audio

Audio feature State Notes
Separate volume controls
Master, music, voice and SFX.
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
French
German
Russian
Spanish

Network

Multiplayer types

Type Native Notes
Local play
Use Nucleus Co-op.
LAN play
Online play

VR support

3D modes State Notes
vorpX
G3D
User created game profile, see vorpx forum profile introduction.

Other information

API

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

System requirements

Windows
Minimum Recommended
Operating system (OS) XP
Processor (CPU) 2 GHz Dual Core
System memory (RAM) 4 GB
Hard disk drive (HDD) 4 GB
Video card (GPU) Nvidia GeForce 9800 GTX
AMD Radeon HD 5670
512 MB of VRAM
DirectX 9.0c compatible
Shader model 3.0 support


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 Notes regarding Steam Play (Linux) data:

References