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 "Hacker Evolution: Duality"

From PCGamingWiki, the wiki about fixing PC games
(→‎Availability: Upgrading links to HTTPS with AutoWikiBrowser, replaced: \{\{Availability/row → {{Availability/row)
(This game checks for multiple monitors, then disables windowed mode.)
Line 100: Line 100:
 
|widescreen resolution      = unknown
 
|widescreen resolution      = unknown
 
|widescreen resolution notes=  
 
|widescreen resolution notes=  
|multimonitor              = unknown
+
|multimonitor              = false
|multimonitor notes        =  
+
|multimonitor notes        = Having multiple monitors disables windowed mode.
 
|ultrawidescreen            = unknown
 
|ultrawidescreen            = unknown
 
|ultrawidescreen notes      =  
 
|ultrawidescreen notes      =  
Line 108: Line 108:
 
|fov                        = n/a
 
|fov                        = n/a
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = false
+
|windowed                  = hackable
|windowed notes            = Game offers fullscreen toggle, does not work
+
|windowed notes            = Requires disabling extra monitors. Is a fixed size of 1280x800.
|borderless windowed        = false
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = See [[#Borderless Windowed|Borderless Windowed]]
 
|anisotropic                = n/a
 
|anisotropic                = n/a
 
|anisotropic notes          =  
 
|anisotropic notes          =  
Line 126: Line 126:
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===Borderless Windowed===
 +
{{Fixbox|description=Modify executable file|ref=|fix=
 +
{{ii}} Exercise caution when modifying executable files.
 +
# Open <code>hacker evolution duality.exe</code> in a hex editor.
 +
# Search for a hex sequence <code>68 05 20 00 00</code>. In the steam version, it should appear at offset <code>2c377</code> and is unique.
 +
# Change these bytes to <code>68 14 20 00 00</code>.  (This changes a parameter to a function - SDL_WINDOW_FULLSCREEN is removed from the flag, replaced by SDL_WINDOW_BORDERLESS)
 
}}
 
}}
  

Revision as of 20:36, 25 July 2021

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.
Hacker Evolution: Duality
Hacker Evolution: Duality cover
Developers
exosyphen studios
Release dates
Windows August 15, 2011
macOS (OS X) August 15, 2011
Linux August 15, 2011
Taxonomy
Series Hacker Evolution
Hacker Evolution
Hacker Evolution 2007
Hacker Evolution: Untold 2008
Hacker Evolution: Duality 2011
Hacker Evolution: Immersion EA
Hacker Evolution - 2019 HD Remaster 2019

Key points

Mouse filtering is enabled and can't be turned off

General information

Steam Community Discussions

Availability

Source DRM Notes Keys OS
Official website
DRM-free
Windows
macOS (OS X)
Linux
GamersGate
DRM-free after installation (requires an internet connection during installation)
Windows
macOS (OS X)
Linux
Green Man Gaming
Icon overlay.png
Windows
macOS (OS X)
Linux
Steam
Icon overlay.png
Also available as part of Source Code bundle.
Windows
macOS (OS X)
Linux
Mac App Store (unavailable)
Icon overlay.png
Deluxe Edition is also available.
macOS (OS X)

DLC and expansion packs

Name Notes
Hacker Bootcamp
Windows
macOS (OS X)
Linux
Hardcore Music Pack
Windows
macOS (OS X)
Linux
Hardcore Package Part 1
Windows
macOS (OS X)
Linux
Hardcore Package Part 2
Windows
macOS (OS X)
Linux
Inception Part 1
Windows
macOS (OS X)
Linux
Inception Part 2
Windows
macOS (OS X)
Linux
Inception Part 3
Windows
macOS (OS X)
Linux

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\sys-hed-appdata\settings.ini[Note 1]
macOS (OS X)
Linux <path-to-game>/sys-hed-appdata/settings.ini
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game data location

System Location
Windows
macOS (OS X)
Linux

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Template:Video settings

Borderless Windowed

Modify executable file
Exercise caution when modifying executable files.
  1. Open hacker evolution duality.exe in a hex editor.
  2. Search for a hex sequence 68 05 20 00 00. In the steam version, it should appear at offset 2c377 and is unique.
  3. Change these bytes to 68 14 20 00 00. (This changes a parameter to a function - SDL_WINDOW_FULLSCREEN is removed from the flag, replaced by SDL_WINDOW_BORDERLESS)

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Other information

API

Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
Linux

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 1 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) 100 MB
Video card (GPU) DirectX 8 compatible
macOS (OS X)
Minimum
Operating system (OS) 10.5.8, 10.6.3
Processor (CPU) 1 GHz
System memory (RAM) 512 MB
Hard disk drive (HDD) 200 MB
Video card (GPU) 32 MB of VRAM
Linux
Minimum
Operating system (OS)
Processor (CPU) 1 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) 100 MB
Other FreeGLUT and libSDL packages.

Notes

  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).

References