Jump to content

[LE] [Skyrim] INI Files


Recommended Posts

INI Files

 

Automatically Created Templates

  • steam\steamapps\common\Skyrim\low.ini ( Launcher Settings Presets - For SkyrimPrefs.ini )
  • steam\steamapps\common\Skyrim\medium.ini ( Launcher Settings Presets - For SkyrimPrefs.ini )
  • steam\steamapps\common\Skyrim\high.ini ( Launcher Settings Presets - For SkyrimPrefs.ini )
  • steam\steamapps\common\Skyrim\VeryHigh.ini ( Launcher Settings Presets - For SkyrimPrefs.ini )
  • steam\steamapps\common\Skyrim\Skyrim_default.ini ( Skyrim.ini Preset )
  • steam\steamapps\common\Skyrim\Skyrim\SkyrimPrefs.ini ( SkyrimPrefs.ini Preset )

 

Used by the game

  • My Documents\My Games\Skyrim\Skyrim.ini ( Only edited manually or with third party tool )
  • My Documents\My Games\Skyrim\SkyrimPrefs.ini ( Edited by Launcher / In game Preferences / Manually )

 

Used by the editor

  • steam\steamapps\common\Skyrim\SkyrimEditor.ini
  • steam\steamapps\common\Skyrim\SkyrimEditorPrefs.ini

..

 

User Defined Custom

Settings in this type of INI should only include settings that you would normally find in Skyrim.ini file / SkyrimEditor INI file, and will override those settings.
Changes to automatically created INI files are reverted by Steam when validating the local game cache. User defined Custom INI files can be used to prevent this.

Used by the game

My Documents\My Games\Skyrim\SkyrimCustom.ini

( Settings in this file override the same settings in Skyrim.ini )

Used by the editor

steam\steamapps\common\Skyrim\SkyrimEditorCustom.ini

( Settings in this file override the same settings in SkyrimEditor.ini )

..

 

Mod Defined

Settings in this type of INI should only include settings that you would normally find in Skyrim.ini file, and will override those settings.
Mod defined INI files should have the same name as the plugin file and are only applied if the plugin is loaded by the game.
Mod defined INI files are automatically uploaded to Steam Workshop.
If there are multiple Mod Defined INI's, which all include the same setting but with different values, then last to load in the Load Order position of the associated plugin determines which mods ini setting wins

Example Files

Skyrim\Data\screenshots.esp
Skyrim\Data\screenshots.ini

Contents of screenhots.ini

[Display]
bAllowScreenshot=1
Load Order example
Skyrim.ini default grass setting
[Grass]
iMinGrassSize=20
Grassmod.esp - Load Order position = 05
Grassmod.ini
[Grass]
iMinGrassSize=75


Bashed Patch, 0.esp - Load Order position = 10 ( Last )
Bashed Patch, 0.ini
[Grass]
imingrassSize=40


Bashed Patch INI setting of 40 for grass will be in effect

 

 

------------------------------------------------

 

 

 

Related topics :

 

Anyone wishing to discuss specific useful INI Settings with regards to the Unofficial Patch Project see the [skyrim] Useful INI Settings topic.

 

All the research that went into Skyrim Project INI ( linked below ) has resulted in THE most researched INI cataloguing I have ever seen for any of the Elder Scrolls series of games, all thanks to S.T.E.P members and recently in particular DoubleYou's determination contributing to the forums WIKI and the SpINI project, proving beyond doubt the validity ( or not ) of all potential edits :

http://wiki.step-project.com/Guide:Skyrim_INI

http://wiki.step-project.com/Guide:SkyrimPrefs_INI

 

Recommended Third Party Tool Skyrim Project INI

 

- Just about everyone has tried to tweak their INI file to get better results than Bethesda. However, most tweaks you will find on the net are completely bogus.
Link to comment
Share on other sites

The above is here because Bethesda in their recent manoeuvering of pages on the Creation Kit Wiki seem to be losing a few pages occasionally

Creation Kit wiki did not lose pages. They changed the structure so that pages specific to Fallout 4 could be added with the same name. See example below:

 

Original:

www.creationkit.com/INI_files

 

Modified:

www.creationkit.com/index.php?title=INI_files

 

Fallout 4 specific:

www.creationkit.com/fallout4/index.php?title=INI_files

Link to comment
Share on other sites

Seems my search fu sucked on the day :tongue:

 

Edit : "INI Files" also shows in the Index of pages now too ( which I could not find previously, after failing to find it with the site Search Box at the time, I had a look through the Index )

 

http://www.creationkit.com/index.php?title=Special%3AAllPages&from=INI+Files&to=&namespace=0

 

.. Or maybe it was just one of the many recent site problems which was unfortunately messing with me at the time. Who knows ..

 

Thanks for spotting where it is now - Amended the OP to remove the reason it was posted here which is no longer valid

Link to comment
Share on other sites

  • 3 years later...

hey I am new to modding. I have seen a few tutorials on how to replace the intro Bethesda log sequence with your own bik file. I am trying to find out if, within the Skyrim.ini file I can set it so that it picks a random bik file from a list as the intro sequence.

 

I tried something along these lines:

[General]

sLanguage=ENGLISH

sIntroMovie=

sMainMenuMovieIntro=

import random

intro=["intro_1.bik","intro_2.bik","intro_3.bik"]

sIntroSequence=(random.choice(intro))

 

But it didn't work. please let me know if there is a way and how I could go about accomplishing this

Edited by wreckoning482
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...