Difference between revisions of "Enderal:Technical Information"

From sureai
Jump to: navigation, search
(Performance Tweaks)
(Performance Tweaks)
Line 71: Line 71:
  
 
== Performance Tweaks ==
 
== Performance Tweaks ==
 +
 +
'''Disclaimer''': I have personally tested all these settings and it increase FPS and reduces crashes on my system, but results may vary.  Try each setting one at a one and see if they work for your system or not.
 +
 
=== Optimized Textures ===
 
=== Optimized Textures ===
 
Try installing the [http://www.nexusmods.com/skyrim/mods/78018/? Optimized Textures mod]
 
Try installing the [http://www.nexusmods.com/skyrim/mods/78018/? Optimized Textures mod]

Revision as of 17:41, 12 September 2016

Installation

Clean Install

This is my recommendation for doing a clean install if you are having issues.

1) Backup your Skyrim folder, typically they are either in one of these locations:

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

2) In Steam goto Elder Scrolls V: Skyrim.

Right click and select 'Delete local content'

Move or delete your skyrim directory if it still exists.

3) Download Skryim from Steam

4) Start Skyrim once and exist (so it autodetects settings)

5) Do a normal Enderal install Enderal:Technical_information#Installation

6) Update Enderal with Enderal Launch

7) Launch and start a 'new' game (don't continue)

System Requirements

Minimum requirement:

CPU: Intel Core2Duo E7400 RAM: 3.5 GB (32x OS) or 4GB (64x OS)
Graphics card: GeForce 9800 GTX 1GB or GeForceGTS 250
Free Hard Disk Space: 13GB
The Elder Scrolls 5: Skyrim installed correctly (DLCs are not needed)
Recommended system:

CPU: Intel Core i7-920
RAM: 6 GB
Graphics Card: GeForce GTX 560Ti or GeForce GTX 660Ti (with AA)
Free hard disk space: 13GB
The Elder Scrolls 5: Skyrim installed correctly (DLCs are not needed)

Bug Reporting

Offical Bug Tracker

Tips for submitting bug report:

  • Make sure it's an Enderal specific bug and not generic bug with Skyrim.
  • Upload game save when applicable (important for quest bugs) or screenshots if structure related.
  • Provide enough details to help developers easily reproduce issue (including precise steps to reproduce bugs).
  • Include cell and item ids when applicable.


Getting Help

If you have issues with Enderal and due to a bug, please see above.

These online communities may also be able to assist you:

Performance Tweaks

Disclaimer: I have personally tested all these settings and it increase FPS and reduces crashes on my system, but results may vary. Try each setting one at a one and see if they work for your system or not.

Optimized Textures

Try installing the Optimized Textures mod

UseOSAllocators

Try installing the SKSE Preloader and then in the SKSE Crash Fix Plugin INI: `CrashFixPlugin.ini` change UseOSAllocators from 0 to 1

Disable or lower grass:

go to skyrim.ini (settings in enderal launcher ->others tab -> skyrim.ini) ctrl+f [Grass]. It should look like this:

[Grass]
bAllowCreateGrass=1
bAllowLoadGrass=0

Add two lines so it looks like that:

[Grass]
b30GrassVS=0
bAllowCreateGrass=1
bAllowLoadGrass=0
iMinGrassSize=100

You can change the iMinGrassSize to show more or less grass. Higher numbers = less grass. Try between 50 and 150 and see what works best for you.

Kudos for Kronixx from Nexusmods.com
source

Shadows

Try turning down Shadow Quality.

Multithreading

Turn on Multithreading in Settings (in Enderal Launcher) if you have a good CPU (i5 or i7).