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.

Empire: Total War

From PCGamingWiki, the wiki about fixing PC games
Revision as of 15:11, 11 February 2012 by Alphasite (talk | contribs) (Marked {{Stub}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

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).