mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
54 lines
1.7 KiB
YAML
54 lines
1.7 KiB
YAML
# Example Default LOOT Settings File
|
|
# This file is written in YAML <http://www.yaml.org/>.
|
|
|
|
Language: eng # One of 'eng', 'spa', 'rus' or ''.
|
|
|
|
Game: auto # auto, or one of the 'folder' values below.
|
|
Last Game: auto # auto, or one of the 'folder' values below.
|
|
Debug Verbosity: 0 # 0, 1, 2, 3. Logging takes place if > 0.
|
|
Update Masterlist: true
|
|
View Report Externally: false
|
|
Generate Graph Image: false
|
|
|
|
# Games. The four types are 'Oblivion', 'Skyrim', 'Fallout3' and 'FalloutNV'. They correspond to each base game's libespm and libloadorder settings.
|
|
Games:
|
|
- folder: Oblivion
|
|
name: "TES IV: Oblivion"
|
|
type: Oblivion
|
|
master: Oblivion.esm
|
|
url: https://github.com/loot/oblivion.git
|
|
path: ~
|
|
registry: Software\Bethesda Softworks\Oblivion\Installed Path
|
|
|
|
- folder: Skyrim
|
|
name: "TES V: Skyrim"
|
|
type: Skyrim
|
|
master: Skyrim.esm
|
|
url: https://github.com/loot/skyrim.git
|
|
path: ~
|
|
registry: Software\Bethesda Softworks\Skyrim\Installed Path
|
|
|
|
- folder: Fallout3
|
|
name: Fallout 3
|
|
type: Fallout3
|
|
master: Fallout3.esm
|
|
url: https://github.com/loot/fallout3.git
|
|
path: ~
|
|
registry: Software\Bethesda Softworks\Fallout3\Installed Path
|
|
|
|
- folder: FalloutNV
|
|
name: "Fallout: New Vegas"
|
|
type: FalloutNV
|
|
master: FalloutNV.esm
|
|
url: https://github.com/loot/falloutnv.git
|
|
path: ~
|
|
registry: Software\Bethesda Softworks\FalloutNV\Installed Path
|
|
|
|
- folder: Nehrim
|
|
name: Nehrim - At Fate's Edge
|
|
type: Oblivion
|
|
master: Nehrim.esm
|
|
url: https://github.com/loot/oblivion.git
|
|
path: ~
|
|
registry: Software\Microsoft\Windows\CurrentVersion\Uninstall\Nehrim - At Fate's Edge_is1
|