; ############################################################################## ; ### Wizard Installer for T3nd0s Skyrim Redone by William Imm ; ### Created to ease installation for Wrye Bash users. ; ### Sabotaged by T3nd0 lol ; ### ; ### HISTORY ; ### DATE AUTHOR DESCRIPTION ; ### -------- ------------------- -------------------------------------------- ; ### 4/8/13 William Imm Initial creation ; ### 6/26/13 T3nd0 Fixed spelling errors and renamed "Docs" folder ; ############################################################################## RequireVersions "", "", "", "302" DeSelectAll ; ## Required scripts SelectSubPackage "00 - Required Scripts" ; ## All options for the mod SelectMany "What do you want to install?", \ "|SkyRe - Main", "Changes to perks, and everything related to perks, which is a LOT.", "", \ "SkyRe - Races", "Changes to races, racial abilities and related loading screens.", "", \ "SkyRe - Standing Stones", "Changes to Standing Stones and related loading screens.", "", \ "SkyRe - Combat", "Changes that make combat faster paced and more realistic. Stamina dependent speed, damage and blocking, direct hit debuffs and stagger, heavy armor slowdown, and more.", "", \ "SkyRe - Enemy AI", "Changes to enemy combat AI.", "", \ "SkyRe - Enemy Scaling", "Changes to enemy scaling, spell and perk distribution, resistances and weaknesses.", "", \ "SkyRe - Encounter Zones", "Changes to encounter zones (minimum levels for each area).", "", \ "|SkyRe - Custom Uncapper INI (recommended)", "Custom ini file for elys' Skyrim -Community- uncapper. Grants additional perk points every 5 levels, and changes the number of attribute points gained over the course of a character's life. Also makes skills grow slightly slower. Recommended for use with SkyRe.", "", \ "SkyRe - Survivalism", "Adds perk support for Chesko's Frostfall 2.0+ to the new \"Wayfarer\" tree. Will support \"Last Seed\" once released. Do not use without Frostfall!", "" Case "SkyRe - Main" SelectSubPackage "01 - Main" Note "The author highly recommends running the ReProccer, especially if you have weapon or armor mods. The Reproccer is available at http://skyrim.nexusmods.com/mods/28467. Be sure to also get Balbor's stat.xml updates and patches at http://skyrim.nexusmods.com/mods/27092, and qotsafan's additional patches at http://skyrim.nexusmods.com/mods/29375 as well." Note "Before running the Reproccer, remove the existing ReProccer.esp from this mod first. If you are running more than one SkyProc patcher, SUM (http://skyrim.nexusmods.com/mods/29865) will save you a ton of tedium with the patchers. The ReProccer is compatible with SUM - it has been since 1.4. The note on the SUM page about Reproccer not working is outdated." If DataFileExists ("SKSE/Plugins/SKSE_Elys_Uncapper.dll") Note "Elys's uncapper is found. Good that you have foresight and read the mod page (or the guide) beforehand." Else Note "You don't have Elys's uncapper. A good amount of perks will be unobtainable without installing the plugin. Get the uncapper at http://skyrim.nexusmods.com/mods/1175. The plugin requires SKSE, which is obtainable from http://skse.silverlock.org, if you don't arleady have it for some other reason." EndIf Break Case "SkyRe - Races" SelectSubPackage "02 - Races" Break Case "SkyRe - Standing Stones" SelectSubPackage "03 - Standing Stones" Break Case "SkyRe - Combat" SelectSubPackage "04 - Combat" Break Case "SkyRe - Enemy AI" SelectSubPackage "05 - Enemy AI" Break Case "SkyRe - Enemy Scaling" SelectSubPackage "06 - Enemy Scaling" Break Case "SkyRe - Encounter Zones" SelectSubPackage "07 - Encounter Zones" Break Case "SkyRe - Custom Uncapper INI (recommended)" SelectSubPackage "08 - Custom Uncapper INI" Break Case "SkyRe - Survivalism" SelectSubPackage "09 - Survivalism (Requires Frostfall)" Break EndSelect