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 "Arma: Armed Assault"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Video settings: updated template usage)
(copied fov fix from arma 2 page, EAX support tested, input settings, FSAA, high framerate is false.. still I haven't understand if vsync is always off or on)
Line 39: Line 39:
 
===Skip intro videos===
 
===Skip intro videos===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Launch the game with -nosplash parameter|ref=<ref>[http://community.bistudio.com/wiki/ArmA:_Startup_Parameters#Display_Options ArmA: Startup Parameters]</ref>}}
+
{{Fixbox/fix|Launch the game with -nosplash [[Command Line Arguments|parameter]]|ref=<ref name=startup>[http://community.bistudio.com/wiki/ArmA:_Startup_Parameters ArmA: Startup Parameters]</ref>|link=false}}
 
}}
 
}}
  
Line 83: Line 83:
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
 
|fov                        = hackable
 
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = See [[#Field of view (FOV)|Field of view (FOV)]]
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            = Start the game with <code>-window</code> parameter
 
|windowed notes            = Start the game with <code>-window</code> parameter
Line 91: Line 91:
 
|anisotropic notes          =  
 
|anisotropic notes          =  
 
|antialiasing              = true
 
|antialiasing              = true
|antialiasing notes        =  
+
|antialiasing notes        = FSAA
 
|vsync                      = unknown
 
|vsync                      = unknown
 
|vsync notes                =  
 
|vsync notes                =  
 
|oculus rift                = unknown
 
|oculus rift                = unknown
 
|oculus rift notes          =  
 
|oculus rift notes          =  
|high frame rate            = unknown
+
|high frame rate            = false
|high frame rate notes      =  
+
|high frame rate notes      = 60 FPS cap
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 
}}
 
}}
 +
 +
===[[Field of view (FOV)]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Changing FOV|ref=<ref>[http://forums.dayzgame.com/index.php?/topic/31609-ultimate-fov-field-of-view-guide-for-arma-2-and-dayz-from-dayzpvpcom/ Ultimate FOV (Field of View) Guide for ArmA 2 and DayZ from DayZPvP.com - DayZ Forums]</ref>}}
 +
# Go to [[#Configuration file(s) location|configuration file(s) location]]
 +
# Open {{Code|1=Username.ArmA2Profile}} in Notepad.
 +
# Search for "fov". There are only 2 lines that contain fov near the bottom. They are: <br/>{{Code|1=fovTop=XXXX;<br/>fovLeft=XXXX;}}
 +
## "fovTop" is vertical FOV, "fovLeft" is horizontal FOV
 +
# Use [http://www.rjdown.co.uk/projects/bfbc2/fovcalculator.php this calculator] to find your FOV values in degrees by entering your screen resolution.
 +
# Convert these values from degrees to radians by entering "XX degrees in radians" in a Google search.
 +
# Change fovTop to the value you have now, rounded to 2 decimal places.
 +
# Divide your topFov number by the second number of your resolution's [[:File:Vector Video Standards4.svg|aspect ratio]].
 +
# Take the result of step 6 and multiply it by the first number of your resolution's aspect ratio.
 +
# Change fovLeft to the value you have now, rounded to two decimal places.
 +
# Save the file.
 +
}}
 +
Some suggested FOV values in radians<ref>[http://www.dayz.co/change-your-fov-in-dayz/ Change your FOV in DayZ | The Unofficial DayZ Mod Blog]</ref> for typical setups are:
 +
 +
{| class="wikitable"
 +
|-
 +
! Setup Type !! fovTop !! fovLeft
 +
|-
 +
| 1920 x 1080 at 90 FOV || 1.03|| 1.83
 +
|-
 +
| 1680 x 1050 at 90 FOV|| 1.13 || 1.80
 +
|-
 +
| 2560×1600 at 90 FOV|| 1.13|| 1.76
 +
|}
  
 
==Input settings==
 
==Input settings==
Line 107: Line 135:
 
|key remap                = true
 
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
|acceleration option      = unknown
+
|acceleration option      = false
 
|acceleration option notes =  
 
|acceleration option notes =  
 
|mouse menu                = true
 
|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 =  
 
|controller support        = true
 
|controller support        = true
 
|controller support notes  = TrackIR supported
 
|controller support notes  = TrackIR supported
|full controller          = unknown
+
|full controller          = false
 
|full controller notes    =  
 
|full controller notes    =  
|controller remap          = unknown
+
|controller remap          = true
 
|controller remap notes    =  
 
|controller remap notes    =  
|invert controller y-axis  = unknown
+
|invert controller y-axis  = true
 
|invert controller y-axis notes=  
 
|invert controller y-axis notes=  
 
|touchscreen              = unknown
 
|touchscreen              = unknown
Line 139: Line 167:
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
 
|eax support              = true
 
|eax support              = true
|eax support notes        = OpenAL can be used on newer Windows version with <code>-openal</code> parameter
+
|eax support notes        = EAX 2. OpenAL is used by default.<ref>Tested by [[User:Mirh|Mirh]].</ref> <br />
 +
DirectSound3D can be used with {{code|-dsound}} [[Command Line Arguments|parameter]]<ref name=startup/>
 
}}
 
}}
  
Line 155: Line 184:
 
|minSM    = 2.0  
 
|minSM    = 2.0  
 
}}
 
}}
 +
 
{{References}}
 
{{References}}

Revision as of 19:47, 7 February 2014

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.
Arma: Armed Assault
Cover image missing, please upload it
Developers
Bohemia Interactive
Publishers
505 Games
Atari
Engines
Real Virtuality 2
Release dates
Windows November 10, 2006
Arma: Armed Assault on Wikipedia

Warnings

GameSpy online services have been shut down (see Network for solutions).
Arma
Arma: Cold War Assault 2001
Arma: Armed Assault 2006
Arma 2 2009
Arma 2: Operation Arrowhead 2010
Arma Tactics 2013
Arma 3 2013
Arma Reforger 2022

General information

Bohemia Interactive Wiki
Official forum
GOG.com Community Discussions for game series
GOG.com Support Page
Steam Community Discussions
Steam Users' Forums for game series
Armed Assault Info Fansite

Availability

Template:Availability Table

Essential improvements

Patches

Latest game version is 1.18. You must have at least version 1.08 to apply the newest patch, which in turn requires you have already installed 1.05 [International/European]

Skip intro videos

Instructions

Game data

Difficulty settings

Configuration file(s) location

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

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Video settings

Template:Video settings

Field of view (FOV)

Instructions

Some suggested FOV values in radians[1] for typical setups are:

Setup Type fovTop fovLeft
1920 x 1080 at 90 FOV 1.03 1.83
1680 x 1050 at 90 FOV 1.13 1.80
2560×1600 at 90 FOV 1.13 1.76

Input settings

Controls settings

Template:Input settings

Audio settings

Audio settings

Template:Audio settings

System requirements

Windows
Minimum
Operating system (OS) XP
Processor (CPU) 2.5 GHz Intel P4 or AMD Athlon
System memory (RAM)
Hard disk drive (HDD) 6 GB
Video card (GPU) NVIDIA Geforce 6600GT
ATI Radeon x800
256 MB of VRAM
Shader model 2.0 support

Notes

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

References