- How to configure darnified ui oblivion full version#
- How to configure darnified ui oblivion mod#
- How to configure darnified ui oblivion update#
SetVar doc3_from "Oscuro's Oblivion Overhaul\\OOO_1.32_Changes.doc" SetVar doc2_to "OOO_1.31_INFORMATION.doc" SetVar doc2_from "Oscuro's Oblivion Overhaul\\OOO_1.31_INFORMATION.doc" SetVar Esm "Oscuro's_Oblivion_Overhaul.esm" SetVar LiteEsp "Oscuro's Oblivion Overhaul\\OOO-LITE\\Oscuro's_Oblivion_Overhaul.esp" SetVar FullEsp "Oscuro's Oblivion Overhaul\\OOO-FULL\\Oscuro's_Oblivion_Overhaul.esp" SetVar AddonsPath "Oscuro's Oblivion Overhaul\\OOO-ADD-ONS\\" You might have to get some of the code back on to one line depending on how it copies and pastes in to the editor. All you have to do is extract the OOO 1.3 Base and OOO 1.32 RC2 Patch to the same folder and add this script during the omod creation. The script is completely built around the default folder structure, so you do not need to re-arrange all those plugins and other files.
How to configure darnified ui oblivion update#
It's now extremely easy to update the script for new releases of OOO.
The doc/folder copy|install script worked out pretty good too.
How to configure darnified ui oblivion full version#
The script is now almost entirely dynamic (which took quite a bit of extra work in order to keep my favorite OOO Lite feature intact: "Prompt to install OOO Full if all addons from the full version are selected"). Purpose: A script by -pk- that allows you to fully script the installation of OOO. If DialogYesNo "Would you like to install the No Mushroom Stalks addon? This will make mushrooms disappear entirely when harvested instead of leaving stalks behind." InstallPlugin "Harvest - Shivering Isles.esp" LoadAfter "Harvest - DLCVileLair.esp" "DLCVileLair.esp" InstallPlugin "Harvest - DLCVileLair.esp" LoadAfter "Harvest - DLCFrostcrag.esp" "DLCFrostcrag.esp" InstallPlugin "Harvest - DLCFrostcrag.esp" SelectMany "Add Support For:" "Shivering Isles" "Frostgrag Spire" "The Vile Lair" If DialogYesNo "Would you like to add Harvest Flora to Shivering Isles, Frostgrag Spire, or The Vile Lair?" Message "An old version of Harvest Flora has been detected, please remove all of the old files before continuing." If DataFileExists "DEJ Harvest - Flora - STOP.esp" If DataFileExists "DEJ Harvest - Flora - LITE.esp" If DataFileExists "DEJ Harvest - Flora - CPU.esp"
If DataFileExists "DEJ Harvest - Flora.bsa" If DataFileExists "DEJ Harvest - Flora.esp"
How to configure darnified ui oblivion mod#
Message "This mod must be installed by OBMM version 1.0.0 or later to prevent script errors." This shows a bit of old version detection, a pretty informative option setup, and using DontInstallAnyDataFiles along with InstallAllDataFiles (I figured some people might not know you can use both, the one that gets set last will be used because no files are actually installed until after the script completes).Īlso LoadAfter isn't useless, it is true that your mod will be added to the end with or without it, but it will force mods added later (like DLCHorseArmor) to load before your mod, as well as prevent the user from manually using the Move Up or Move Down past the specified order. Purpose: A script by -pk- for Harvest Flora Kobu's Character Advancement System 2.4.1