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

From PCGamingWiki, the wiki about fixing PC games
m (→‎Video settings: updated template usage)
Line 72: Line 72:
 
|fov notes                  =  
 
|fov notes                  =  
 
|windowed                  = hackable
 
|windowed                  = hackable
|windowed notes            = 640x480 only. See [[#Windowed|Windowed]].
+
|windowed notes            = 640x480, requires a workaround for higher resolutions. See [[#Windowed|Windowed]].
 
|borderless windowed        = false
 
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
Line 92: Line 92:
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Starting in windowed mode}}
 
{{Fixbox/fix|Starting in windowed mode}}
* Start a game with an attribute: <code>-window</code>
+
:1. Start a game with an attribute: <code>-window</code>.
 
+
:2. For higher resolutions instal AutoHotKey and use the script:
'''Notes:'''
+
<pre>F12::
{{--}} Window is 640x480 resolution, with no option to change it.
+
WinGet, TempWindowID, ID, A
 +
If (WindowID != TempWindowID)
 +
{
 +
  WindowID:=TempWindowID
 +
  WindowState:=0
 +
}
 +
If (WindowState != 1)
 +
{
 +
  WinGetPos, 0, 0, 1280, 960, ahk_id %WindowID%
 +
  WinSet, Style, -0xC40000, ahk_id %WindowID%
 +
  WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight
 +
}
 +
Else
 +
{
 +
  WinSet, Style, +0xC40000, ahk_id %WindowID%
 +
  WinMove, ahk_id %WindowID%, , WinPosX, WinPosY, WindowWidth, WindowHeight
 +
}
 +
WindowState:=!WindowState
 +
return</pre>
 +
:3. Edit the resolution in line <code>  WinGetPos, 0, 0, '''1280''', '''960''', ahk_id %WindowID%</code>.
 +
:4. After you've changed the window size using the script, go to options and change the in-game resolution for the game's render to adjust to changes.
 
}}
 
}}
  

Revision as of 14:10, 31 August 2015

AquaNox
AquaNox cover
Developers
Massive Development
Publishers
Fishtank Interactive
Engines
KRASS engine
Release dates
Windows November 30, 2001
AquaNox on Wikipedia

Warnings

GameSpy online services have been shut down (see Network for solutions).
AquaNox
Archimedean Dynasty 1996
AquaNox 2001
AquaNox 2: Revelation 2003
Aquanox: Deep Descent 2020

General information

GOG.com Community Discussions for game series
GOG.com Support Page
Steam Community Discussions
Steam Users' Forums for game series

Availability

Source DRM Notes Keys OS
Retail
DRM details are not known
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
GamersGate
DRM details are not known
DRM: Other DRM.
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
Incorrect store name. See here for available options.
Icon overlay.png
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
GOG.com
DRM-free
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
Humble Store
Icon overlay.png
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty
Steam
Icon overlay.png
Error: key type '{{{5}}}' not recognised
Error: OS parameter cannot be empty

Game data

Configuration file(s) location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/39630/pfx/[Note 1]

Save game data location

Template:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/39630/pfx/[Note 1]

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video settings

Video settings.
Video settings.

Template:Video settings

Windowed

Instructions

Input settings

Template:Input settings

Xbox 360 Controller

This game works well with Xbox 360 Controller. However actions can not be bound to Left and Right Triggers. Below are recommended settings for X360 and similar controllers.

Recommended settings for X360 controller.
Recommended settings for X360 controller.
Instructions

Audio settings

Audio settings.
Audio settings.

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
German
Italian
Spanish

Network

Multiplayer types

Type Native Players Notes
LAN play
2-16
Online play
2-16 GameSpy services have been shut down;[1] see GameSpy for workarounds.

Connection types

Issues fixed

Unresponsive mouse

Instructions

Screen flickering (black frame)

Instructions

System requirements

Windows
Minimum Recommended
Operating system (OS) 98, ME, 2000
Processor (CPU) 400 MHz Pentium 3 or Athlon
System memory (RAM) 128 MB
Hard disk drive (HDD) 500 MB
Video card (GPU) 16 MB AGP2X Video Card

Notes

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

References