Oblivion:Directories
The UESPWiki – Your source for The Elder Scrolls since 1995
Contents |
[edit] Install Directory
- Where you installed Oblivion to. Contains game and launcher executables, and TESCS (CS4) mod editor
- English Default: \Program Files\Bethesda Softworks\Oblivion
[edit] Oblivion_default.ini
- The default version of the file saved to your game configuration.
- Note: This seems to be the only ini file with such a prototype. I.e., neither Blend.ini nor ConstructionSet.ini have matching default files.
[edit] Data Directory
- Oblivion's shared data files, including: mod data files, BSA archives, separate resource files (meshes, textures, etc.)
- English Default: Install Directory\Data
- Location determined by
SLocalMasterPathin Oblivion.ini, which is "Data\" by default.
[edit] Application Data
- English Default: \Documents and Settings\USER\Local Settings\Application Data\Oblivion
- More generally: LOCALAPPDATA\Oblivion
- Programmers can get the value of LOCALAPPDATA from the windows registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders - Users can open the folder by entering
%USERPROFILE%\Local Settings\Application Data\Oblivioninto Start>Run
- Programmers can get the value of LOCALAPPDATA from the windows registry:
- Note that this is typically a hidden folder. In Explorer, use Tools: Folder Options: View: Hidden Files and Folders to reveal hidden folders.
[edit] DLCList.txt
- This file is used by Oblivion to keep track of your downloaded content.
- After the header, downloaded content is listed??
[edit] Plugins.txt
- This file is used to tell Oblivion which data files to load.
- After the header, selected plugins are listed in (case insensitive) alphabetical order.
[edit] My Games
- English Default: \Documents and Settings\USER\My Documents\My Games\Oblivion
- More generally: PERSONAL\My Games\Oblivion
- Note that "My Games" does not localize.
- Programmers can get the value of PERSONAL from the windows registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
[edit] BlendSettings.ini
- Seems to be a subset of game configuration, related to hit handling for combat.
[edit] ConstructionSet.ini
- Construction Set (CS4) configuration.
[edit] Oblivion.ini
- Game configuration.
[edit] EditorWarnings.txt
- Log of warnings from current session of CS4 Editor.
[edit] RendererInfo.txt
- Programmer-oriented data dump about the current GPU model, driver version and some important graphics settings in the game. The PC version of the game contains a lot of code to support different graphics hardware, and this dump tells a developer which parts of that internal code is currently being used for rendering.
[edit] DLCList.txt
- According to the file itself "This file is used by Oblivion to keep track of your downloaded content. Please do not modify this file."
- The file goes on to list the ESPs you have purchased in a consecutive list much like Oblivion.ini/Oblivion_default.ini.
[edit] Saves
- You save games as ess files.
- English Default: My Games\Saves
- Location determined by
SLocalSavePathin Oblivion.ini, which is "Saves\" by default.- Note: There is also a
bUseMyGamesDirectorysetting in Oblivion.ini, but changing this doesn't seem to have any effect.
- Note: There is also a
- autosave.ess: Your autosave file.
- autosave.bak: Your immediately previous autosave file.
- Presumably you could revert to this if the latest autosave is bad.

![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/Somerights.png)