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 "The Elder Scrolls V: Skyrim"

From PCGamingWiki, the wiki about fixing PC games
(→‎Patches and Updates: Updated to reflect latest patch.)
Line 22: Line 22:
  
 
=== Official Updates ===
 
=== Official Updates ===
Version 1.6.89.0.6 was released as a Steam beta update on 06/05/2012 and was released to all PC users on 06/11/2012
+
Version 1.7.7.0.6 was released 07/30/2012 on Steam.
  
 
=== Community Patch ===
 
=== Community Patch ===

Revision as of 09:25, 6 August 2012

Template:Infobox Template:Infobox The Elder Scrolls V: Skyrim is a 2011 game developed by Bethesda Game Studios for the Microsoft Windows platform, and published by Bethesda Softworks. It is the fifth iteration in the Elder Scrolls series, preceded by The Elder Scrolls IV: Oblivion in 2006. Skyrim is well optimised for PC and runs well on systems which meet its requirements, with most bugs and performance issues having been fixed in post release patches.

Patches and Updates

Official Updates

Version 1.7.7.0.6 was released 07/30/2012 on Steam.

Community Patch

A user-created unofficial patch was created for Skyrim by its modding community, fixing many problems with the game. It is downloadable from the project's Nexus page or The Steam Workshop.

Downloadable Content (DLC)

Issues Fixed

Vanilla

This section outlines resolved issues present in the base game, however, some of these issues may also be present in later expansions, and the fixes outlined below may be relevant.

General Crash Advice

  • Make sure that you have the latest official update, or any well known unofficial crash fixes.
  • Check for problems with your graphics driver (outdated, corrupt or buggy drivers can cause major faults).
    • Utilities bundled with some NVIDIA cards (Smartdoctor, GameOSD and Splendid) have been known to cause crashes and performance issues. Try uninstalling these.
  • For Steam versions, verify the game cache (right click the game in your library, choose "Properties", navigate to the "Local Files" tab and choose "Verify integrity of game cache").
  • Deactivate recently installed mods.
  • If you are experiencing crashing after installing a mod with the Nexus Mod Manager, check the plugins.txt file to see if 'skyrim.esp' is listed twice. If so, remove one so there is only a single instance of 'skyrim.esp'
    • Windows XP Location: C:\Documents and Settings\<username>\Local Settings\Application Data\skyrim
    • Windows Vista\7 Location: C:\Users\<username>\AppData\Local\skyrim
  • If experiencing crashing with loading saved games and WETrigger<(xxxxx)> Error OnInit() type errors after installing mods, install the Creation Kit for better compatability

Disable Mouse Smoothing/Acceleration

Mouse Smoothing is a feature in game engines designed to give users a smoother feel to mouse movements. However, many users prefer to turn off this feature as it may cause accuracy issues or feel unnatural/uncomfortable.

To disable mouse smoothing, navigate to

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

and edit SkyrimPrefs.ini. In the [Controls] section, change:

 bMouseAcceleration=1

To:

 bMouseAcceleration=0

After making the change, save the file.[2]

Quest Bugs

If you're looking for help resolving a game-related issue such as quests, take a look at the relevant wikis listed at the bottom of this article. Do not post quest bugs in this article.

Fix Shadow Striping Caused by Lights

The mod Shadow Striping Fix fixes an issue with shadows in vanilla Skyrim. It does not have a special requirement, and can be easily installed by using the Nexus Mod Manager. Alternatively, you may download the file manually and place its contents in the Steam\steamapps\common\skyrim\Data folder. Once you've installed the data files, enable "Shadow Striping Fix.esp" through the Skyrim Launcher's "Data Files" option or the Nexus Mod Manager.

Above link has been hidden by the author try Shadow Striping Fix on Steam workshop instead.

Disable V-Sync

Disabling V-Sync may aid in eliminating mouse lag and improving performance. However, disabling V-Sync may result in the following:

  • Screen tearing.
  • Hyper-sensitive vertical mouse movement when getting high FPS (above 60).
  • In-game physics and timing glitches.

These issues can be partially or fully resolved by using an external FPS limiter or by enabling Triple Buffering through software like RivaTuner or your GPU's control panel.

To disable V-Sync, edit the file SkyrimPrefs.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

Edit the following line:

 iPresentInterval=1

To:

 iPresentInterval=0

After making the change, save the file.[3]

Dawnguard

This section outlines resolved issues specific to the Dawnguard downloadable content pack, and is not relevant to users of the vanilla game.

Graphical Tweaks

Skyrim has its fair share of graphical bugs and faults. Fortunately, there are many tweaks available to PC users in order to rectify graphical issues.

Custom Resolution

Skyrim's launcher has a limited choice of game resolution options, which may not account for a large amount of users who want to use a custom resolution (e.g. 640x480 for players on low-end machines).

To use a custom resolution, edit the file SkyrimPrefs.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

Edit the following lines:

 iSize W=$$$$
 iSize H=####

Replace $$$$ with the desired screen width (e.g. 1920, 1680, 1024). Replace #### with the desired screen height (e.g. 1080, 1050, 768).[4]

Change Field of View

Skyrim's default FoV is 75, which is OK for many people but may seem like too much or too little for others.

To change the default FoV, edit the file SkyrimPrefs.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

Add the following line to the [General] section:

 fdefaultfov=##

Next, edit Skyrim.ini in the same location. In the [Display] section, add the following lines:

 fDefaultWorldFOV=##
 fDefault1stPersonFOV=##.0000

Change ## to your desired FoV (80, 90, 100, etc.) in all of the lines above and save both files. You should also set both SkyrimPrefs.ini and Skyrim.ini to be "Read-only" files.[5]

  • You can change the FoV manually while in-game through the console (accessible through the ~ key). Use the command "fov ##" and hit enter (## = your desired FoV). To close the console, hit the ~ key once more. Changing FoV manually is useful for experimenting and finding the optimal FoV setting for your system and personal preference. However, manual FoV changes reset every time you exit the game.

Enable Tree and Rock Self-Shadowing

By default, Skyrim's engine does not render shadows for trees and rocks.

To enable shadows for trees and rocks, edit the file SkyrimPrefs.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

Edit the following lines:

 bDrawLandShadows=0
 bTreesReceiveShadows=0

To:

 bDrawLandShadows=1
 bTreesReceiveShadows=1

After making the change, save the file.[6]

uGrids Tweak

Skyrim is divided into small areas called uGrids. Changing the amount of uGrids loaded at any given time will change the detail level of distant locations (i.e. improve view distance). Skyrim loads the five nearest uGrids by default. Before changing this value, consult the following:

  • Altering back and forth between uGridsToLoad values may corrupt your saved games. Create a backup of your save files before attempting to tweak this value.
  • Changing the uGridsToLoad value to anything higher than the default value may cause severe performance issues on some systems.
  • Changing the uGridsToLoad value to anything higher than 7 or lower than 5 may be unstable.
  • An example of uGridsToLoad=5 versus uGridsToLoad=7 can be found here.

To change the amount of uGrids loaded, edit the file Skyrim.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

In the [General] section add the following line:

 uGridsToLoad=#

Change # to the desired number of uGrids you wish to load (must be an odd number - 7, 9, 11) and save the file.[7]

Anti-aliasing and FXAA

You can enable Anti-aliasing from the game's launcher. However, you may want to consult the following:

  • It appears that using the 8x setting over 4x causes a heavy performance decrease with no significant image quality improvement.[8]
  • Turning on FXAA in the advanced options menu increases performance significantly when using Anti-aliasing but results in a slightly blurrier image.

Anisotropic Filtering

You can enable Anisotropic Filtering from the game's launcher. Enabling Anisotropic Filtering will cause a great improvement in image quality with a very low drop in FPS, and is highly recommended for any modern graphics card. The optimal setting is 8x, as it provides the best quality-to-performance ratio.[9]

Performance Improvements

  • D3D9Gen b3 may or may not provide improved performance.
    • Choose "Set my video card by text", choose the "SLOW" option and generate a d3d9.dll file. Move that .dll file to your main Skyrim folder
      C:\Program Files (x86)\Steam\steamapps\common\skyrim\
      and use the game's launcher to make sure your options were not reset.[10]

Other Improvements

Borderless Fullscreen Windowed

It is possible to run Skyrim in Borderless Windowed Fullscreen mode by using a third party executable.

  • Simple Borderless Window at Skyrim Nexus
    • Follow the installation instructions found in the mod's description.
    • If you are using the Skyrim Script Extender (see the Tools section), Simple Borderless Window should automatically find and use it.

Skip Intro Sequence

Skyrim forces a short intro sequence when entering the game. This sequence cannot be skipped by any normal means.

To skip this sequence, edit Skyrim.ini found in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\

and add the following line to the [General] section:

sIntroSequence=

Save the file. If this fix is reset by the game's launcher, enable "Read-only" for Skyrim.ini.[11]

This tweak refers to skipping the initial Bethesda splash screen. Delete or rename the file BGS_Logo.bik in:

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Video\

Mods

Skyrim, like many of Bethesda Game Studios' games, enjoys a prolific modding scene. Mods are usually uploaded to central hubs like Skyrim Nexus or Planet Elder Scrolls, where they can be downloaded easily and free of charge by users. Skyrim also marked a turning point in game modding, as it is the first ever game to utilise the Steam Workshop for public mod releases. Users can subscribe to mods through the Workshop and have them automatically delivered and updated by using the game's launcher.[12]

Mod Incompatibility

Some mods are not compatible with other mods. This can be caused by poor coding, engine issues or both mods altering the same game files. Incompatibility could cause game crashes, disappearing textures and other faults. It is generally recommended to read the descriptions and "Readme" files of mods, as they contain installation guides and notes about compatibility and/or incompatibility with other mods. You should not use two mods that are known to conflict with each other if they do not have a compatibility patch.

Tools

  • The Skyrim Steam Workshop which was added in one of the recent steam updates now enables players to browse, rate, upload, and subscribe to mods that will be automatically updated when launching the game. While most mods are available as workshop subscriptions some mods are still available exclusively on skyrimnexus.
  • The Skyrim Script Extender (SKSE) is an essential third-party executable which expands Skyrim's native support for various mods. You will be required to use SKSE if you install any mod that uses it. There is no performance loss or downside to using SKSE other than compatibility with the latest Skyrim patch, since it takes a short while for SKSE to update when an official patch is released.
  • Wrye Bash is an all-in-one mod tool that can be used to install/uninstall mods, enable/disable plugins, apply BOSS sorting, increase mod compatibility by creating a Bashed Patch, edit .ini files, backup saves and exceed the 255 mod limit.

User Interface

  • SkyUI is a plugin which completely overhauls Skyrim's default (and PC-unfriendly) user interface. It is considered a must-have mod by many, as it is highly suitable for keyboard-and-mouse controls and includes sorting options, a search feature, support for high resolutions and more.
    • Requires the Skyrim Script Extender.
  • Categorized Favorites Menu expands Skyrim's default "favorites" interface, which is very obviously adapted for consoles and not a keyboard-and-mouse interface.
    • Requires the Skyrim Script Extender.

Save File Location

Skyrim's saves are located in

C:\Users\%USERNAME%\Documents\My Games\Skyrim\Saves\

The game also creates a back up of the latest auto-saves and quick-saves. It is possible to export/import saves to/from the Xbox 360 by using this guide.

System Requirements

Template:SysReq

References

Useful Links

See Also