Jump to content

DoubleYou

Recommended Posts

OK consolidating what I have learned (mostly from you ;) ):

 

  • Settings in skyrim.ini can override ALL 'default' settings hard coded within the game EXE (i.e., effectively ALL game settings if no other INIs exist)
  • Settings that are user configurable (i.e., skyrimprefs-specific settings) ...
    • Are NOT configurable from Plugin INIs
    • Those in skyrimprefs.ini override those in skyrim.ini if defined in both
    • Are invalid when defined from Plugin INIs, and thus have no impact and cannot be overridden
    • Can effectively be overridden via MO INI Tweaks
  • ONLY settings that are NOT user configurable (i.e., are NOT skyrimprefs-specific settings) are valid in Plugin INIs.
  • MO INI Tweaks override everything (we need to ask Tannin exactly how MO accomplishes this)


my recommendations to the game configuration settings nomenclature:

  • Default Game Configuration Settings: The hard-coded settings defined within TESV.exe. Used to populate Autogenerated INIs (see below)
  • Default Launcher Configuration Settings: The hard-coded settings defined within SkyrimLauncher.exe. These settings are used only for the configuration of the Skyrim Launcher itself. Used to populate User Preferences autogenerated INI (see below)
  • Default INIs: Don't need this one. These don't ever exist and the config is inherent to the executables (see above)
  • INI Presets: The Skyrim_default.ini located under /skyrim and the SkyrimPrefs.ini located under /skyrim/skyrim
  • Launcher INI presets: The low.ini (low preset), medium.ini (medium preset), high.ini (high preset), and very high.ini (ultra preset) under /skyrim which the Launcher applies against the Default INI preset.
  • Base INIs: The standard game INIs generated in %UserPofile%/Documents/My Games/Skyrim after the first launch of Skyrim.
  • Autogenerated INIs: Generated by the Skyrim Launcher under %UserPofile%/Documents/My Games/Skyrim if not already present
    • System Baseline INI: skyrim.ini
    • User Preferences INI: skyrimprefs.ini (tied to GUI settings)
  • MO Profile INIs: Mod Organizer's profile-specific INIs created using the Base INIs.
Link to comment
Share on other sites

  • Replies 77
  • Created
  • Last Reply

Top Posters In This Topic

Your understanding is impeccable (or impeckable, as SparrowPrince would say).

 


  • Launcher INI presets: The low.ini (low preset), medium.ini (medium preset), high.ini (high preset), and very high.ini (ultra preset) under /skyrim which the Launcher applies against the Default INI preset.

 

I need to test those out more, but I do believe the strikethrough is incorrect now that I think about it.

Link to comment
Share on other sites

I think the following is all we need:

 


Nomenclature


The following nomenclature is used throughout this guide and should be understood before proceeding.

 

INI-File Specific

 

The following terms are used to describe the INI file format.

  • INI file: A configuration file composed of sections, settings, and values.
  • Section: The title of a set of settings enclosed in square brackets (i.e., [ and ] ).
  • Setting: A soft-coded configuration property.
  • Value: What comes after the equal sign for a setting.
Skyrim Specific

 

The following terms are used to describe the INI files as they relate specifically to The Elder Scrolls V: Skyrim game.

  • Default value: The value for the setting stored inside TESV.exe. For settings used only by the SkyrimLauncher.exe (i.e., sD3DDevice, uLastAspectRatio, bShowAllResolutions, and bEnableFileSelection), the value as initially assumed by SkyrimLauncher.exe.
  • Launcher INI presets: The settings applied when selecting the Low, Medium, High, or Ultra buttons in the Skyrim Launcher. These are believed to be derived from the low.ini (low preset), medium.ini (medium preset), high.ini (high preset), and very high.ini (ultra preset) inside the main Skyrim directory, which the Launcher applies to both Skyrim.ini and SkyrimPrefs.ini selectively (and incorrectly for some settings).
  • Plugin INIs: INIs loaded with like-named plugins (just like BSAs). Presence should be indicated by the paperclip on the plugin within the plugins list (right pane) in Mod Organizer (MO).
Mod Organizer Specific

 

The following terms are used to describe the INI files as they relate specifically to Mod Organizer mod management tool.

  • Profile INIs: Mod Organizer's profile-specific INIs located in the profile's folder.
  • MO INI Tweaks: Mod-specific INIs that exist inside an INI Tweaks folder at the top level of the mod folder for use with Mod Organizer. They can be enabled or disabled.
  • MO INI Tweaks Composite: The temporary combined MO INI Tweaks generated by Mod Organizer from combining the enabled MO INI Tweaks into the initweaks.ini file inside the profile's folder at runtime.
Link to comment
Share on other sites

Do you know if actor fade as an impact on script load with stuff like footprints and wet and cold?

I would think not. It just affects when the actors will appear. I recommend always setting it to the highest setting.

Link to comment
Share on other sites

I have been working at my new job this week, so I haven't got too much more done, just taking a little break from it. It helps. I've spotted a few places where I do not communicate effectively using my defined vocabulary and need to change those. Once that's done, I want to break these out into the subpage format.
 
The main thing is to confirm everything on the Skyrim Configuration Settings Guide (SCS guide) above Recommended Changes as done. The Recommended Changes will need to be ironed out once we know all the good tweaks to make.

 

I also should add somewhere what exactly happens when the Skyrim Launcher creates INI files from the presets. I'm not sure whether this should be in the Launcher guide or in the SCS guide. The behavior is currently described in my definition for the Launcher INI presets: The settings applied when selecting the Low, Medium, High, or Ultra buttons in the Skyrim Launcher. These are derived from the low.ini (low preset), medium.ini (medium preset), high.ini (high preset), and very high.ini (ultra preset) inside the main Skyrim directory, which the Launcher applies [The launcher sets settings predefined within itself] to both Skyrim.ini and SkyrimPrefs.ini selectively (and incorrectly for some settings) over top of the settings in Skyrim_default.ini for Skyrim.ini and Skyrim\SkyrimPrefs.ini for SkyrimPrefs.ini. [The low.ini, medium.ini, high.ini, and VeryHigh.ini inside the main Skyrim directory are never used in this process.It seems the Launcher is more complex than I thought. It seems it selectively applies settings from the low.ini, high.ini, etc.... It is most confusing.

Edited by DoubleYou
Fixed incorrect Launcher INI preset description
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 3 weeks later...
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.