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 "Orcs Must Die! 2"

From PCGamingWiki, the wiki about fixing PC games
(High frame rate, little bit (much) cleaning up. Glad MediaWiki has good documentation :) Also making file read-only and then editing it won't work.)
Line 86: Line 86:
 
|oculus rift                = unknown
 
|oculus rift                = unknown
 
|oculus rift notes          =  
 
|oculus rift notes          =  
|high frame rate            = unknown
+
|high frame rate            = hackable
|high frame rate notes      =  
+
|high frame rate notes      = See [[#High frame rate|High frame rate]].
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 
}}
 
}}
 
{{ii}} Only two levels of detail, 'High' and 'Low'.
 
{{ii}} Only two levels of detail, 'High' and 'Low'.
 +
 +
===[[Glossary:High frame rate|High frame rate]]===
 +
{{ii}} By default games frame rate is capped at 84 FPS and seems to constantly vary.
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Create user.cfg with desired FPS lock|ref=<ref>[http:// Reference]</ref>}}
 +
# Open created <code>user.cfg</code>. Instructions [[#Extra configurations|Extra configurations]].
 +
# Put in <code>ForceFPS=###</code> and change <code>###</code> with desired value.
 +
'''Notes'''
 +
{{ii}} Game seems to feature frame rate smoothing to keep frame rate steady. To get best result you should change value little higher than monitors refresh rate.
 +
{{--}} If frame rate jumps too much mouse may behave unexpectedly.
 +
}}
  
 
==Input settings==
 
==Input settings==
Line 135: Line 146:
 
{{ii}} Orcs Must Die! 2 uses a native in-game voice chat system.
 
{{ii}} Orcs Must Die! 2 uses a native in-game voice chat system.
 
{{--}} The voice chat system disables the Steam voice chat. (It's also of lower quality than the Steam voice chat<ref>http://forums.steampowered.com/forums/showthread.php?t=2842105</ref>)
 
{{--}} The voice chat system disables the Steam voice chat. (It's also of lower quality than the Steam voice chat<ref>http://forums.steampowered.com/forums/showthread.php?t=2842105</ref>)
 +
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Create user.cfg}}
 +
# Open created <code>user.cfg</code>. Instructions [[#Extra configurations|Extra configurations]].
 +
# Put in <code>-voice</code>
 +
{{ii}} This should disable our voice system entirely.
 +
}}
  
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Disable in-game voice chat}}
 
{{Fixbox/fix|Disable in-game voice chat}}
1) Extract the file <code>game.cfg</code> from <code>data.zip</code> typically located <code>C:\Program Files (x86)\Steam\steamapps\common\Orcs Must Die 2\</code>
+
<ol>
 
+
<li>Extract the file <code>game.cfg</code> from <code>data.zip</code> located in {{p|game}}</li>
2) Right-click on the file you just extracted, click on <b>Properties</b> and under attributes untick the box beside <b>Read-only</b> then <b>Apply</b> and <b>OK</b>.
+
<li>Open the file in your text editor and navigate to the following lines:
 
 
3) Open the file in your text editor of choice, usually Notepad and navigate to the following lines:
 
 
<pre>-PushToTalk
 
<pre>-PushToTalk
 
-DuckOnVoiceComm</pre>
 
-DuckOnVoiceComm</pre>
 
+
and comment out these lines by inputting a double forward slash infront of them like so:
4) Now simply comment out these lines by inputting a double forward slash infront of them like so:
 
 
<pre>//-PushToTalk
 
<pre>//-PushToTalk
//-DuckOnVoiceComm</pre>
+
//-DuckOnVoiceComm</pre></li>
 
+
<li>Save the file, make it read only and put the file back into the <code>data.zip</code> archive.</li>
5) Finally save the <code>game.cfg</code> file and put the file back into the <code>data.zip</code> archive, on Windows this is usually performed by dragging and dropping.
+
</ol>
 
{{ii}} Once in-game you should notice an 'X' over the microphone icon under your character portrait, this means you are now able to use the Steam voice chat.
 
{{ii}} Once in-game you should notice an 'X' over the microphone icon under your character portrait, this means you are now able to use the Steam voice chat.
}}
 
 
Alternatively follow this posting by 'SixOkay' on the steam forum:
 
 
{{Fixbox|1=
 
{{Fixbox/fix|SixOkay forum post}}
 
 
Actually, try this easier way out instead. Create a <code>user.cfg</code> file (details at the link below) and add this one line to it:
 
 
<tt>
 
-voice
 
</tt>
 
 
The minus needs to stay. That should disable our voice system entirely. Give that a shot.
 
 
<code>USER.CFG</code> instructions:
 
Navigate to <code>D:\Games\Steam\steamapps\common\orcs must die! 2\data\startup\</code> (or wherever your Steam files are located) and create a text file called <code>user.cfg</code> (make sure you're not creating <code>user.cfg.txt</code>, as this is a common error on this step)
 
Edit <code>user.cfg</code> and add the line above
 
 
}}
 
}}
  
Line 182: Line 179:
 
===Extra configurations===
 
===Extra configurations===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|user.cfg}}
+
{{Fixbox/fix|Create user.cfg}}
You can customize some elements of Orcs Must Die! 2 by creating a user.cfg file and adding notes into it. Here are the instructions for how to properly set up a user.cfg file.
+
{{ii}} You can customize some elements of Orcs Must Die! 2 by creating a user.cfg file and adding notes into it. Here are the instructions for how to properly set up a user.cfg file.
 
+
# Navigate to <code>{{p|game}}\data\startup</code> and create a text file called <code>user.cfg</code>. Ensure you can see file extensions so file isn't <code>user.cfg.txt</code> which doesn't work.  
1. Navigate to D:\Games\Steam\steamapps\common\orcs must die 2\data\startup\ and create a text file called user.cfg. Ensure that you aren't creating a file called user.cfg.txt, as this is a common mistake in this step.
+
# Edit <code>user.cfg</code> and add options from the list below to change your settings:
 
+
#; NoAlienFX : Use this option to turn off the AlienFX lighting effects on Alienware Computers. This may also help with game launch issues that some Alienware users are experiencing.
2. Edit user.cfg and add options from the list below to change your settings:
+
#; –voice : Be sure the minus sign is included or this command won’t work. Use this to completely disable in-game voice chat. Disabling the in-game voice chat will allow players to use the Steam voice chat instead, should they choose to.
 
+
#; HideCrosshair : For players that want to play in 3D, this option will turn off the 2D reticule.
NoAlienFX
+
#; SwapOnBind : Instead of unbinding a key when you set it in the game menus to a key that’s already in use, the game will swap with the key that was previously mapped.
Use this option to turn off the AlienFX lighting effects on Alienware Computers. This may also help with game launch issues that some Alienware users are experiencing.
+
#; -sound : Completely disables game sounds
+
#; DoNotPostToLeaderboards : Prevents your scores from posting to the leaderboards
–voice
+
#; EnableBloodMapToggle : This allows you to toggle the blood map (at any time) using “L” key in-game or a custom keybind
Be sure the minus sign is included or this command won’t work. Use this to completely disable in-game voice chat. Disabling the in-game voice chat will allow players to use the Steam voice chat instead, should they choose to.
+
#; ForceFPS=## : This will force the game to use a desired number of frames per second. Replace ## with the desired number.
+
# Save your user.cfg file (again, ensure that you're not saving it as user.cfg.txt) and relaunch Orcs Must Die! 2
HideCrosshair
 
For players that want to play in 3D, this option will turn off the 2D reticule.
 
 
SwapOnBind
 
Instead of unbinding a key when you set it in the game menus to a key that’s already in use, the game will swap with the key that was previously mapped.
 
 
 
-sound
 
Completely disables game sounds
 
 
 
DoNotPostToLeaderboards
 
Prevents your scores from posting to the leaderboards
 
 
 
EnableBloodMapToggle
 
This allows you to toggle the blood map (at any time) using “L” key in-game or a custom keybind
 
 
 
ForceFPS=##
 
This will force the game to use a desired number of frames per second. Replace ## with the desired number.
 
 
 
3. Save your user.cfg file (again, ensure that you're not saving it as user.cfg.txt) and relaunch Orcs Must Die! 2
 
 
}}
 
}}
  

Revision as of 11:18, 9 May 2014

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
Orcs Must Die! 2
Cover image missing, please upload it
Developers
Robot Entertainment
Publishers
Microsoft Studios
Engines
Vision
Release dates
Windows July 30, 2012
Orcs Must Die! 2 on Wikipedia
Orcs Must Die!
Orcs Must Die! 2011
Orcs Must Die! 2 2012
Orcs Must Die! Unchained 2017
Orcs Must Die! 3 2021

Key points

Performance of the game is good, but there are reports of high CPU/GPU usage and high temperatures.[1]

General information

Official Forums
Steam Community Discussions
Steam Users' Forums

Availability

Template:Availability Table

All versions require Steam.

Game data

Configuration file(s) location

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

Save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

Video settings menu.

Template:Video settings

Only two levels of detail, 'High' and 'Low'.

High frame rate

By default games frame rate is capped at 84 FPS and seems to constantly vary.
Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Issues fixed

"Mic in use by game"

Orcs Must Die! 2 uses a native in-game voice chat system.
The voice chat system disables the Steam voice chat. (It's also of lower quality than the Steam voice chat[2])
Instructions
Instructions

Game Crashes after playing for a short time

The game will crash on systems with nVidia cards shortly after beginning play.
Instructions

Other information

Extra configurations

Instructions

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 2 GHz Dual Core
System memory (RAM)
Hard disk drive (HDD) 9 GB
Video card (GPU) NVIDIA GeForce 6800
ATI Radeon x1950
256 MB of VRAM

Notes

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

References