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 "Clive Barker's Undying"

From PCGamingWiki, the wiki about fixing PC games
m (Robot: Cosmetic changes)
Line 4: Line 4:
 
|developer      = DreamWorks Interactive
 
|developer      = DreamWorks Interactive
 
|publisher      = Electronic Arts
 
|publisher      = Electronic Arts
|engine        = [[Unreal_(game_engine)|Unreal Engine 1]]
+
|engine        = [[Unreal (game engine)|Unreal Engine 1]]
 
|release dates  = February 7, 2001
 
|release dates  = February 7, 2001
 
}}
 
}}
  
==Graphical Tweaks==
+
== Graphical Tweaks ==
===Higher Resolutions===
+
=== Higher Resolutions ===
 
Custom resolutions can be set by modifying the file <code>system.ini</code>, found in the directory <pre>[GAME DIRECTORY]\System</pre>
 
Custom resolutions can be set by modifying the file <code>system.ini</code>, found in the directory <pre>[GAME DIRECTORY]\System</pre>
 
Find the lines
 
Find the lines
Line 18: Line 18:
 
and modify the default numbers 800 and 600 to change the width and height, respectively.
 
and modify the default numbers 800 and 600 to change the width and height, respectively.
  
===Field of View===
+
=== Field of View ===
 
With a higher resolution you'll probably want to change the [[Field Of View (FOV) Fixes|FOV]] as well (to find the optimal FOV for your particular setup visit http://widescreengamingforum.com/fovcalc.php)
 
With a higher resolution you'll probably want to change the [[Field Of View (FOV) Fixes|FOV]] as well (to find the optimal FOV for your particular setup visit http://widescreengamingforum.com/fovcalc.php)
 
This is changed by modifying the file <code>user.ini</code>, found in <pre>[GAME DIRECTORY]\System</pre>
 
This is changed by modifying the file <code>user.ini</code>, found in <pre>[GAME DIRECTORY]\System</pre>

Revision as of 17:19, 12 September 2012

Template:Infobox

Graphical Tweaks

Higher Resolutions

Custom resolutions can be set by modifying the file system.ini, found in the directory

[GAME DIRECTORY]\System

Find the lines

FullscreenViewportX=800
FullscreenViewportY=600

and modify the default numbers 800 and 600 to change the width and height, respectively.

Field of View

With a higher resolution you'll probably want to change the FOV as well (to find the optimal FOV for your particular setup visit http://widescreengamingforum.com/fovcalc.php)

This is changed by modifying the file user.ini, found in

[GAME DIRECTORY]\System

Find the lines

DesiredFOV=90
DefaultFOV=90

and change both to your preferred value.