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 "Max Payne 3"

From PCGamingWiki, the wiki about fixing PC games
m (updated borderless fullscreen windowed usage)
m
Line 50: Line 50:
 
{{Fixbox/fix|Command Lines}}
 
{{Fixbox/fix|Command Lines}}
  
1) Create a new text file by opening Windows Explorer, right-clicking in an empty area and selecting New>Text Document.
+
# Create a new text file by opening Windows Explorer, right-clicking in an empty area and selecting New>Text Document. Rename this text file to commandline.txt.
Rename this text file to commandline.txt.
+
# Open the text file with a text editor such as Windows Notepad.
 
+
# Enter the commands you wish to implement, one on each line, then save and exit the text file.
2) Open the text file with a text editor such as Windows Notepad.
+
# Move this text file into the base directory of Max Payne 3. This is typically <code>C:\Program Files (x86)\Rockstar Games\Max Payne 3\</code> for the retail DVD version of the game, or <code>C:\Program Files (x86)\Steam\steamapps\common\max payne 3\Max Payne 3\</code> for the Steam version.
 
 
3) Enter the commands you wish to implement, one on each line, then save and exit the text file.
 
 
 
4) Move this text file into the base directory of Max Payne 3. This is typically <code>C:\Program Files (x86)\Rockstar Games\Max Payne 3\</code> for the retail DVD version of the game, or <code>C:\Program Files (x86)\Steam\steamapps\common\max payne 3\Max Payne 3\</code> for the Steam version.
 
 
* A easier method for Steam users is to right-click on Max Payne 3 in their Steam games library, select Properties, then click the 'Set Launch Options' button and enter the command(s) there, each one separated by a single space.
 
* A easier method for Steam users is to right-click on Max Payne 3 in their Steam games library, select Properties, then click the 'Set Launch Options' button and enter the command(s) there, each one separated by a single space.
  
 
5) Launch Max Payne 3 as normal; the commands will automatically be implemented as the game starts.
 
5) Launch Max Payne 3 as normal; the commands will automatically be implemented as the game starts.
 
'''List of commands'''
 
 
* -adapter - Force specific DirectX adapter starting from 0.
 
 
* -aspectratio - Force aspect ratio [width:height].
 
 
* -availablevidmem - Force Video RAM limit to the amount specified (MB).
 
 
* -cpucount - Force CPU count if query is not successful.
 
 
* -d3dmt - Force multi-threaded DirectX runtime.
 
 
* -dx10 - Force DirectX 10 if available.
 
 
* -dx10_1 - Force DirectX 10.1 if available.
 
 
* -dx11 - Force DirectX 11 if available.
 
 
* -dx9 - Force DirectX 9.
 
 
* -frameLimit - Force VSync [0, 1, 2]
 
 
* -fullscreen - Force Fullscreen mode.
 
 
* -fxaa - Force FXAA quality [0..3].
 
 
* -gpucount - Force GPU count if query is not successful.
 
 
* -height - Force vertical resolution.
 
 
* -language english - Force English language.
 
 
* -language french - Force French language.
 
 
* -language italian - Force Italian language.
 
 
* -language german - Force German language.
 
 
* -language spanish - Force Spanish language.
 
 
* -language russian - Force Russian language.
 
 
* -language portuguese - Force Portugese language.
 
 
* -language polish - Force Polish language.
 
 
* -MSAA - Force MSAA [0..5].
 
 
* -MSAAQuality - Force MSAA quality level.
 
 
* -nomouseaccel - Disable mouse acceleration.
 
 
* -outputMonitor - Force specific monitor starting from 0.
 
 
* -reflectionquality - Force reflection quality [0..3].
 
 
* -refreshrate - Force refresh rate.
 
 
* -safemode - Force game to load with safest settings.
 
 
* -shadowquality - Force shadow quality [0..3].
 
 
* -ssao - Force SSAO [0..1].
 
 
* -stereo - Force 3D stereo support [0..1] (1 is on)
 
 
* -tessellation - Force tessellation quality [0..3].
 
 
* -texturefilterquality - Force the Anisotropic texture filter quality [0..4].
 
 
* -texturequality - Force the texture quality [0..2].
 
 
* -useHighQualityShaders - Force usage of high quality shaders [0..1].
 
 
* -waterquality - Force water quality [0..2].
 
 
* -width - Force horizontal resolution
 
 
* -windowed - Force windowed mode.
 
 
}}
 
}}
 +
===List of commands===
 +
{| class="wikitable grid"
 +
! Parameter || Description
 +
|-
 +
| -adapter || Force specific DirectX adapter starting from 0.
 +
|-
 +
| -aspectratio || Force aspect ratio [width:height].
 +
|-
 +
| -availablevidmem || Force Video RAM limit to the amount specified (MB).
 +
|-
 +
| -cpucount || Force CPU count if query is not successful.
 +
|-
 +
| -d3dmt || Force multi-threaded DirectX runtime.
 +
|-
 +
| -dx10 || Force DirectX 10 if available.
 +
|-
 +
| -dx10_1 || Force DirectX 10.1 if available.
 +
|-
 +
| -dx11 || Force DirectX 11 if available.
 +
|-
 +
| -dx9 || Force DirectX 9.
 +
|-
 +
| -frameLimit || Force VSync [0, 1, 2]
 +
|-
 +
| -fullscreen || Force Fullscreen mode.
 +
|-
 +
| -fxaa || Force FXAA quality [0..3].
 +
|-
 +
| -gpucount || Force GPU count if query is not successful.
 +
|-
 +
| -height || Force vertical resolution.
 +
|-
 +
| -language english || Force English language.
 +
|-
 +
| -language french || Force French language.
 +
|-
 +
| -language italian || Force Italian language.
 +
|-
 +
| -language german || Force German language.
 +
|-
 +
| -language spanish || Force Spanish language.
 +
|-
 +
| -language russian || Force Russian language.
 +
|-
 +
| -language portuguese || Force Portugese language.
 +
|-
 +
| -language polish || Force Polish language.
 +
|-
 +
| -MSAA || Force MSAA [0..5].
 +
|-
 +
| -MSAAQuality || Force MSAA quality level.
 +
|-
 +
| -nomouseaccel || Disable mouse acceleration.
 +
|-
 +
| -outputMonitor || Force specific monitor starting from 0.
 +
|-
 +
| -reflectionquality || Force reflection quality [0..3].
 +
|-
 +
| -refreshrate || Force refresh rate.
 +
|-
 +
| -safemode || Force game to load with safest settings.
 +
|-
 +
| -shadowquality || Force shadow quality [0..3].
 +
|-
 +
| -ssao || Force SSAO [0..1].
 +
|-
 +
| -stereo || Force 3D stereo support [0..1] (1 is on)
 +
|-
 +
| -tessellation || Force tessellation quality [0..3].
 +
|-
 +
| -texturefilterquality || Force the Anisotropic texture filter quality [0..4].
 +
|-
 +
| -texturequality || Force the texture quality [0..2].
 +
|-
 +
| -useHighQualityShaders || Force usage of high quality shaders [0..1].
 +
|-
 +
| -waterquality || Force water quality [0..2].
 +
|-
 +
| -width || Force horizontal resolution
 +
|-
 +
| -windowed || Force windowed mode.
 +
|}
  
 
==Game data==
 
==Game data==
Line 193: Line 191:
 
This can be fixed by going into safe mode, and changing the game to DirectX 9. Fix originally Posted by Kalashnikov222.<ref>http://forums.steampowered.com/forums/showpost.php?p=30986061&postcount=150</ref>
 
This can be fixed by going into safe mode, and changing the game to DirectX 9. Fix originally Posted by Kalashnikov222.<ref>http://forums.steampowered.com/forums/showpost.php?p=30986061&postcount=150</ref>
  
1) Install game.
+
# Install game.
 
+
# Update GPU drivers/
2) Update GPU drivers/
+
# Restart PC.
 
+
# Right click game > properties > set launch options.
3) Restart PC.
+
# Type <code>-safemode -windowed</code>
 
+
# Game settings > set to DirectX 9, with choice of screen resolution and fullscreen.
4) Right click game > properties > set launch options.
+
# Exit game
 
+
# Right click game > properties > set launch options - remove all options.
5) Type <code>-safemode -windowed</code>
 
 
 
6) Game settings > set to DirectX 9, with choice of screen resolution and fullscreen.
 
 
 
7) Exit game
 
 
 
8) Right click game > properties > set launch options - remove all options.
 
 
}}
 
}}
 
===Negative Mouse Acceleration and Frame Dependent Mouse Sensitivity===
 
===Negative Mouse Acceleration and Frame Dependent Mouse Sensitivity===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Negative Mouse Acceleration and Frame Dependent Mouse Sensitivity}}
 
Even after the patch which includes a mouse acceleration toggle, some players experience negative mouse acceleration as well as FPS dependent sensitivities. There are currently no true fixes for the negative mouse acceleration, however, turning off FXAA, MSAA, and V-Sync may help to make it more tolerable. Negative mouse acceleration will still be there, but turning off these settings will help the overall feel of the mouse movement. This issue is most likely caused by the developers using a software mouse to emulate a joystick, as opposed to raw hardware mouse input.
 
Even after the patch which includes a mouse acceleration toggle, some players experience negative mouse acceleration as well as FPS dependent sensitivities. There are currently no true fixes for the negative mouse acceleration, however, turning off FXAA, MSAA, and V-Sync may help to make it more tolerable. Negative mouse acceleration will still be there, but turning off these settings will help the overall feel of the mouse movement. This issue is most likely caused by the developers using a software mouse to emulate a joystick, as opposed to raw hardware mouse input.
  
 
It is also recommended that you find the lowest average fps your card can handle.  Once you find a framerate that is comfortable, use a program with frame capping functionality to cap the fps.  This will keep the mouse sensitivity more consistent, as the mouse sensitivity can change based on the current framerate.
 
It is also recommended that you find the lowest average fps your card can handle.  Once you find a framerate that is comfortable, use a program with frame capping functionality to cap the fps.  This will keep the mouse sensitivity more consistent, as the mouse sensitivity can change based on the current framerate.
 
+
}}
 
===Game Goes to Pause Menu Randomly===
 
===Game Goes to Pause Menu Randomly===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Game Goes to Pause Menu Randomly}}
 
This error is usually caused by having an XBOX360 wireless adapter plugged into USB.
 
This error is usually caused by having an XBOX360 wireless adapter plugged into USB.
 
+
}}
 
=== Game Doesn't Launch ===
 
=== Game Doesn't Launch ===
Before the more recent patches, there was an issue where the default directory names would prevent the game from starting. If the game is updated to the most recent patch and still fails to start, try reinstalling .net and DirectX.
+
{{Fixbox|1=
 +
{{Fixbox/fix|Game Doesn't Launch}}
 +
Before the more recent patches, there was an issue where the default directory names would prevent the game from starting.
 +
* If the game is updated to the most recent patch and still fails to start, try reinstalling .net and DirectX.
 +
}}
  
 
=== Error Code 1641 on launch ===
 
=== Error Code 1641 on launch ===
This error is related to .Net 3.5. Restarting the computer should fix the error, but if not try reinstalling .Net 3.5 and restarting.
+
{{Fixbox|1=
 
+
{{Fixbox/fix|Error Code 1641 on launch}}
 +
This error is related to .Net 3.5.
 +
* Restarting the computer should fix the error, but if not try reinstalling .Net 3.5 and restarting.
 +
}}
 
=== Game Crashes with StackHash_XXX Error ===
 
=== Game Crashes with StackHash_XXX Error ===
 
This error is caused by Data Execution Prevantion in Windows Vista/7. Running <code>maxpayne3.exe</code> as an administrator may solve the problem.
 
This error is caused by Data Execution Prevantion in Windows Vista/7. Running <code>maxpayne3.exe</code> as an administrator may solve the problem.
Line 230: Line 232:
 
If the previous fix didn't fix it, attempt the following:
 
If the previous fix didn't fix it, attempt the following:
  
1) Open your Start Menu > Control Panel
+
# Open your Start Menu > Control Panel
 
+
# Browse to “System Maintenance” > “System”
2) Browse to “System Maintenance” > “System”
+
# In the left panel, select “Advanced System Settings”.
 
+
# You should now see the System Properties Window, which will have three sections. The top section is labeled “Performance” and has “Settings” button. Click this button.
3) In the left panel, select “Advanced System Settings”.
+
# Select the “Data Execution Prevention” tab.
 
+
# Select the option which reads “Turn on DEP for all programs and services except those I select”
4) You should now see the System Properties Window, which will have three sections. The top section is labeled “Performance” and has a “Settings” button. Click this button.
+
# Use the “Browse” button to navigate to the maxpayne3 executable file and click Open.
 
+
# Click Apply or OK to commit your changes.
5) Select the “Data Execution Prevention” tab.
 
 
 
6) Select the option which reads “Turn on DEP for all programs and services except those I select”
 
 
 
7) Use the “Browse” button to navigate to the maxpayne3 executable file and click Open.
 
 
 
8) Click Apply or OK to commit your changes.
 
 
 
 
}}
 
}}
 
=== ERR_OS_VISTA ===
 
=== ERR_OS_VISTA ===
Line 254: Line 248:
 
{{ii}} Follow these steps to stop Windows Vista/7 from forcing Steam into compatibility mode<ref>http://www.edugeek.net/forums/gaming/39417-fix-steam-thinks-its-running-compatibility-mode.html</ref>:
 
{{ii}} Follow these steps to stop Windows Vista/7 from forcing Steam into compatibility mode<ref>http://www.edugeek.net/forums/gaming/39417-fix-steam-thinks-its-running-compatibility-mode.html</ref>:
  
1) Hit start->run->regedit
+
# Hit start->run->regedit
 
+
# Go to key: <code>HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers</code>
2) Go to key: <code>HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers</code>
+
# Look for an entry with your path to steam.exe
 
+
# Delete that entry
3) Look for an entry with your path to steam.exe
+
# If you don't find it there try <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers</code>
 
 
4) Delete that entry
 
 
 
5) If you don't find it there try <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers</code>
 
 
}}
 
}}
 
=== Graphics Settings Not Saving ===
 
=== Graphics Settings Not Saving ===
The game may report that video memory is 0/0. This may be caused by older graphics drivers which need updating. One fix is to edit the following file:<ref>http://forums.steampowered.com/forums/showthread.php?t=2728541</ref> <code>%USERPROFILE%\My Documents\Rockstar Games\Max Payne 3\graphics.xml</code>
+
{{Fixbox|1=
 
+
{{Fixbox/fix|Graphics Settings Not Saving}}
 +
The game may report that video memory is 0/0. This may be caused by older graphics drivers which need updating.  
 +
One fix is to edit the following file:<ref>http://forums.steampowered.com/forums/showthread.php?t=2728541</ref> <code>%USERPROFILE%\My Documents\Rockstar Games\Max Payne 3\graphics.xml</code>
 +
}}
 
=== Steam Version Product Key Activation Errors ===
 
=== Steam Version Product Key Activation Errors ===
For the error message "no activations remaining for this activation key" or "cannot contact activation server" <ref>http://support.rockstargames.com/entries/21517493-freezing-or-no-activations-remaining-when-clicking-ok-to-link-steam-with-social-club </ref> when trying to activate the game over socialclub, the issue can be remedied by moving your max payne 3 installation from <code>..\Program Files (x86)\Steam\steamapps\common</code> to <code>..\Program Files (x86)\Steam\steamapps\<your-username></code> and right clicking on <code>maxpayne3.exe</code> and running it as an administrator. <ref>http://forums.steampowered.com/forums/showthread.php?t=2804700&page=4</ref> Once this is done, the game will activate properly.
+
{{Fixbox|1=
 
+
{{Fixbox/fix|Steam Version Product Key Activation Errors}}
 +
For the error message "no activations remaining for this activation key" or "cannot contact activation server
 +
<ref>http://support.rockstargames.com/entries/21517493-freezing-or-no-activations-remaining-when-clicking-ok-to-link-steam-with-social-club </ref> when trying to activate the game over socialclub.
 +
# The issue can be remedied by moving your max payne 3 installation from <code>..\Program Files (x86)\Steam\steamapps\common</code> to <code>..\Program Files (x86)\Steam\steamapps\<your-username></code>.
 +
# Right click on <code>maxpayne3.exe</code>
 +
# Run it as an administrator. <ref>http://forums.steampowered.com/forums/showthread.php?t=2804700&page=4</ref> Once this is done, the game will activate properly.
 +
}}
 
=== Requires Service Pack 1 ===
 
=== Requires Service Pack 1 ===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Requires Service Pack 1}}
 
The game may show the error message 'Requires Service Pack 1 or superior'.
 
The game may show the error message 'Requires Service Pack 1 or superior'.
  
This can be fixed by finding the <code>maxpayne3.exe</code> file, right clicking and setting the compatibility mode to "Windows XP (Service Pack 3)".<ref>http://forums.steamgames.com/forums/showthread.php?p=30983903#post30983903</ref>
+
# This can be fixed by finding the <code>maxpayne3.exe</code> file.
 +
# Right clicking and setting the compatibility mode to "Windows XP (Service Pack 3)".<ref>http://forums.steamgames.com/forums/showthread.php?p=30983903#post30983903</ref>
  
 
Running <code>maxpayne3.exe</code> as an administrator may also fix the problem.
 
Running <code>maxpayne3.exe</code> as an administrator may also fix the problem.
 
+
}}
 
=== Change Language ===
 
=== Change Language ===
In the main folder, open the file <code>commandline.txt</code> using Notepad. If the file is not there, create it. Then add one of the following lines to change the language of Max Payne 3:<ref>http://forums.steampowered.com/forums/showthread.php?t=2728751</ref>
+
{{Fixbox|1=
 +
{{Fixbox/fix|Change Language}}
 +
# In the main folder, open the file <code>commandline.txt</code> using Notepad.
 +
# If the file is not there, create it. Then add one of the following lines to change the language of Max Payne 3:<ref>http://forums.steampowered.com/forums/showthread.php?t=2728751</ref>
  
  -language English
+
  <pre>-language English
 
  -language French
 
  -language French
 
  -language Italian
 
  -language Italian
Line 287: Line 292:
 
  -language Russian
 
  -language Russian
 
  -language Portuguese
 
  -language Portuguese
  -language polish
+
  -language polish</pre>
  
If this doesn't work, create a shortcut to the Launcher (<code>PlayMaxPayne3.exe</code>), right-click on the shortcut, select Properties and add one of the above lines to the target field. Your target field should look something like this afterwards:
+
* If this doesn't work, create a shortcut to the Launcher (<code>PlayMaxPayne3.exe</code>), right-click on the shortcut, select Properties and add one of the above lines to the target field. Your target field should look something like this afterwards:
  
 
  <code>"C:\%YourGameDirectory%\Max Payne 3\PlayMaxPayne3.exe" -language English</code>
 
  <code>"C:\%YourGameDirectory%\Max Payne 3\PlayMaxPayne3.exe" -language English</code>
  
Alternatively, if you have the Steam Version, you can rightclick on Max Payne 3 in your steam library, select Properties->set launch options and add one of the above mentioned command lines.<ref>http://forums.steampowered.com/forums/showpost.php?p=30987958&postcount=8</ref>
+
* Alternatively, if you have the Steam Version, you can rightclick on Max Payne 3 in your steam library, select Properties->set launch options and add one of the above mentioned command lines.<ref>http://forums.steampowered.com/forums/showpost.php?p=30987958&postcount=8</ref>
 
+
}}
 
=== ASUS Cards - Game won't launch or crashes randomly ===
 
=== ASUS Cards - Game won't launch or crashes randomly ===
 
If you own an ASUS card (ATi or NV) and you installed the 'Smart Doctor' and/or 'ASUS Gamer' software then this could be what's causing crashes. All you need to do is uninstall Smart Doctor and ASUS Gamer, restart your computer and reinstall your video card drivers.
 
If you own an ASUS card (ATi or NV) and you installed the 'Smart Doctor' and/or 'ASUS Gamer' software then this could be what's causing crashes. All you need to do is uninstall Smart Doctor and ASUS Gamer, restart your computer and reinstall your video card drivers.

Revision as of 08:01, 30 May 2013

Template:Infobox

Max Payne
Max Payne 2001
Max Payne 2: The Fall of Max Payne 2003
Max Payne 3 2012
Max Payne 1&2 Remake TBA

Key points

Scales well in performance, can be played on Intel HD 4000 at low settings

General information

Steam Users' Forums for game series
Steam Community Discussions
Payneforums for game

Availability

Template:Availability Table

Rockstar has stated the following:[1]

The Steam version of Max Payne 3 supports Steam achievements and buying DLC from in-game via Steam. Certain features normally associated with Steamworks—such as friends, cloud saves, stats, and matchmaking—are fully supported using Rockstar's own Social Club (not Steam or Games for Windows Live) as the platform for all versions. Retail key activation on Steam is not supported.

Digital Rights Management (DRM)

GameShield

All versions of Max Payne 3 utilise a form of DRM known as GameShield, also utilised in L.A. Noire.[2] Rockstar have not disclosed on how many machine activations GameShield will permit, nor information about any other restrictions.[3]

Rockstar Games Social Club

Retail

Does not activate in any online digital distribution stores.

Steam

Max Payne 3 bought through Steam uses Steam achievements.[4]

All downloadable content is loaded through the Rockstar Games Social Club account.

Improvements

Patch Notes

Patch will be automatically downloaded when starting your game with steam or the rockstar launcher.

Command Lines

Max Payne 3's engine allows direct input through Command Line commands. There are two ways to implement these commands:

Instructions

List of commands

Parameter Description
-adapter Force specific DirectX adapter starting from 0.
-aspectratio Force aspect ratio [width:height].
-availablevidmem Force Video RAM limit to the amount specified (MB).
-cpucount Force CPU count if query is not successful.
-d3dmt Force multi-threaded DirectX runtime.
-dx10 Force DirectX 10 if available.
-dx10_1 Force DirectX 10.1 if available.
-dx11 Force DirectX 11 if available.
-dx9 Force DirectX 9.
-frameLimit Force VSync [0, 1, 2]
-fullscreen Force Fullscreen mode.
-fxaa Force FXAA quality [0..3].
-gpucount Force GPU count if query is not successful.
-height Force vertical resolution.
-language english Force English language.
-language french Force French language.
-language italian Force Italian language.
-language german Force German language.
-language spanish Force Spanish language.
-language russian Force Russian language.
-language portuguese Force Portugese language.
-language polish Force Polish language.
-MSAA Force MSAA [0..5].
-MSAAQuality Force MSAA quality level.
-nomouseaccel Disable mouse acceleration.
-outputMonitor Force specific monitor starting from 0.
-reflectionquality Force reflection quality [0..3].
-refreshrate Force refresh rate.
-safemode Force game to load with safest settings.
-shadowquality Force shadow quality [0..3].
-ssao Force SSAO [0..1].
-stereo Force 3D stereo support [0..1] (1 is on)
-tessellation Force tessellation quality [0..3].
-texturefilterquality Force the Anisotropic texture filter quality [0..4].
-texturequality Force the texture quality [0..2].
-useHighQualityShaders Force usage of high quality shaders [0..1].
-waterquality Force water quality [0..2].
-width Force horizontal resolution
-windowed Force windowed mode.

Game data

Template:Game Location Table

Video settings

MaxPayne3graphics.png
Max Payne 3 supports 3D on Nvidia cards.

Template:Video Settings

Input settings

Template:Input Settings

Issues And Fixes

TweakGuides has created a comprehensive guide for fixing issues in this game. It can be found here.

Game Will Not Launch

The game will not launch for many users.[5]

Instructions

Negative Mouse Acceleration and Frame Dependent Mouse Sensitivity

Instructions

Game Goes to Pause Menu Randomly

Instructions

Game Doesn't Launch

Instructions

Error Code 1641 on launch

Instructions

Game Crashes with StackHash_XXX Error

This error is caused by Data Execution Prevantion in Windows Vista/7. Running maxpayne3.exe as an administrator may solve the problem.

Instructions

ERR_OS_VISTA

This error message can be caused on the Steam version of the game when Steam is forced by the OS into compatibility mode.
Instructions

Graphics Settings Not Saving

Instructions

Steam Version Product Key Activation Errors

Instructions

Requires Service Pack 1

Instructions

Change Language

Instructions

ASUS Cards - Game won't launch or crashes randomly

If you own an ASUS card (ATi or NV) and you installed the 'Smart Doctor' and/or 'ASUS Gamer' software then this could be what's causing crashes. All you need to do is uninstall Smart Doctor and ASUS Gamer, restart your computer and reinstall your video card drivers.

System requirements

Template:System Requirements


References