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 "Empire: Total War"

From PCGamingWiki, the wiki about fixing PC games
m (Marked {{Stub}})
 
(Added system requirements)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
 +
 +
==Windows==
  
 
==Changing the Game Resolution==
 
==Changing the Game Resolution==
Line 6: Line 8:
 
   y_res 0; # y_res <int32>, Fixed window height #
 
   y_res 0; # y_res <int32>, Fixed window height #
 
Replace the zeroes with the resolution options of your choice (1920x1080, 800x600 etc).
 
Replace the zeroes with the resolution options of your choice (1920x1080, 800x600 etc).
 +
 +
{| class="mw-collapsible mw-collapsed wikitable" width=40%
 +
|+ System Specifications
 +
|-
 +
! width=15%  style="text-align: center;" | Category !! Minimum !! Recommended
 +
|-
 +
| OS || Windows XP SP2 || Vista / 7
 +
|-
 +
| Processor || 2.4Ghz Pentium / Athlon || Dual-Core
 +
|-
 +
| Memory || 1GB || 2GB
 +
|-
 +
| Graphics
 +
|
 +
*ATI DX 9 compatible
 +
*NVIDIA DX 9 compatible
 +
*Intel -
 +
*256 MB VRAM
 +
|
 +
*ATI HD DX 9 compatible
 +
*Nvidia  DX 9 compatible
 +
* 512MB VRAM
 +
|-
 +
| Hard Drive || 15GB || 15GB
 +
|-
 +
| Controls ||  - || -
 +
|-
 +
|}

Revision as of 18:33, 11 February 2012

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.

Windows

Changing the Game Resolution

Some users are unable to change the resolution from the in-game menu. To change the resolution externally, you need to edit a text "empire script" file. These are tricky to find as they aren't in the Empire game folder in Steam, but actually are found in AppData in the user folder, in C:\users\YOUR PROFILE NAME\AppData\Roaming\The Creative Assembly\Empire\scripts. You want preferences.empire_script, open with notepad, and edit the 3rd and fourth lines that will say

 x_res 0; # x_res <int32>, Fixed window width #
 y_res 0; # y_res <int32>, Fixed window height #

Replace the zeroes with the resolution options of your choice (1920x1080, 800x600 etc).

System Specifications
Category Minimum Recommended
OS Windows XP SP2 Vista / 7
Processor 2.4Ghz Pentium / Athlon Dual-Core
Memory 1GB 2GB
Graphics
  • ATI DX 9 compatible
  • NVIDIA DX 9 compatible
  • Intel -
  • 256 MB VRAM
  • ATI HD DX 9 compatible
  • Nvidia DX 9 compatible
  • 512MB VRAM
Hard Drive 15GB 15GB
Controls - -