Advertisement
littleraskol

SA Forums New Skyrim Modding Thread OP v1

Jul 8th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.85 KB | None | 0 0
  1. Skyrim belongs to the Nerds! (Modding/Troubleshooting Thread)
  2. [i]Where "just spent 10 hours modding, time to play" becomes "modding itself is the game."[/i]
  3.  
  4. Welcome to the Skyrim modding and Troubleshooting Thread. This is the [s]second[/s] [s]third[/s] [i]newest[/i] iteration of the thread, and we have become exceedingly efficient at it.
  5.  
  6. Thanks in advance to Agents are Go. Like 70% of this is his work from before he became unable to continue. I offered to take over but I want to give credit where it's due. At points, statements of opinion from him will be noted as "Agents prefers..." etc. where it was originally "I prefer..." In other places, where I am in a position to concur with him, I've left it first-person.
  7.  
  8. The previous version of the OP had a lot of mods that were outdated, outmoded, or just not worth the download. For the most part, I plan to list the best and most comprehensive mods in each category, along with a few of my personal favorites. I'll also add mods to each category that the thread recommends as time goes on.
  9. Sometimes, I'll also link to a specific modders list of mods rather than an individual mod. This is especially true when they've created lots of small mods, like [url=http://www.nexusmods.com/skyrim/users/1047732/?tb=mods&pUp=1]Ramccoid[/url], or certain insane Japanese modders like [url=http://www.nexusmods.com/skyrim/users/3578684/?tb=mods&pUp=1]Mahty[/url] and [url=http://www.nexusmods.com/skyrim/users/8720933/?tb=mods&pUp=1]m150[/url].
  10.  
  11.  
  12.  
  13. :siren: [b]Simple Thread Rules[/b] :siren:
  14.  
  15. [list=1]
  16. [*] There is no mod nor combination of mods that will make Skyrim combat like Dark Souls. Sorry. Stop asking.
  17. [*] DON'T FUCKING SHITPOST. WE'RE HERE TO TALK ABOUT MODS AND BETHESDA BUGS.
  18. [*] Yes, [i]please[/i] tell us about sweet new mods. However, hilariously bad mods, and modder drama, should be instead posted in the Awesome/Awful Mod Thread.
  19. [*] Realistically, though, we are likely to end up talking about modder drama from time to time. Remember that participants in the thread are involved in the Skyrim modding scene in many different ways and are all real people. This is a thread about modifying video games, an incredibly niche and trivial hobby, someone having a different opinion doesn't make them a bad person!
  20. [*] If you need help, give us some damn details, [i]at minimum[/i] a copy of your load order. We [i]will[/i] probably mock you if you have perverted shit in your load order, just saying.
  21. [*] I saw a mudcrab the other day. Wretched creatures, I avoid them when I can.
  22. [*] Not a rule, but seriously, [i]buy the fucking DLC already[/i]. Legendary Edition was around $10 last Steam sale. Most of the best mods, and the Unofficial Patch, require the DLC now. I'm not even going to mention when a mod requires the DLC, because it shouldn't be an issue. Just fucking buy it, and don't whine to us if you don't want to buy it.
  23. [*] <arrow to knee joke here>
  24. [/list=1]
  25.  
  26. A quick definition of terms:
  27.  
  28. [b]Merged Patch, Bashed Patch, or Smashed Patch:[/b] Not to be confused with [i]Merged Plugin[/i], below. These are all terms for automatically created patches that solve conflicts between mods in your load order. This is necessary due to "non-conflicting overrides." Say you have two mods that edit, say, Ulfric. One of them changes his hairstyle, the other changes his equipment. These changes don't conflict with each other, but due to the structure of plugin files, only the last loaded mod will have its change in the game: either the new hair or the new gear, but not both.
  29.  
  30. A Merged Patch tries to resolve this kind of thing, but is not that great at it. Requires using TES5Edit (more later about this). In this guide, "Merged Patch" is used throughout as a term for this general category of patch.
  31.  
  32. A Bashed Patch was, in prior TES games, a very capable tool for resolving these, but never developed that well for Skyrim. It's mostly good for merging changes to leveled lists, but a merged patch also does this. Requires using WyreBash (more later about this).
  33.  
  34. A Smashed Patch is a new kind of patch made by matorsmash that tries to supersede both. So far the tool is pretty impressively powerful, but hard to use.
  35.  
  36. [b]Merged Plugin:[/b] This refers to the result of either the Merge Plugins Standalone, or the Merge Plugins TES5Edit Script by matorsmash. Basically, it's taking several small mods and combining them into one. Not recommended for scripted/quest-heavy mods, but perfect for those "Here's three new swords" mods. Not to be confused with [i]Merged Patch[/i], above.
  37.  
  38. [b]ESP or ESM files:[/b] The .esp and .esm files are "Elder Scrolls Plugins" and "Elder Scrolls Masters" respectively, but they function in basically the same way: each file contains lists of records of game data that mods modify. The base game data is stored in ESMs. You can only have 255 of them (including the official game files) due to math, but there are ways around this (see "Merged Plugin" about and "Plugin-less/ESP-less mod" below).
  39.  
  40. [b]BSA file:[/b] A "Bethesda Softworks Archive," the archive file format used by Bethesda to load non-game-data assets, including scripts. Technically, you could do without these and just load raw assets, but unless you're using a mod manager (see below) that cordons off mod files from Skyrim's data folder, this will make dealing with conflicting assets a thicket of sorrows.
  41.  
  42. [b]Papyrus:[/b] [s]A lovable goofball skeleton[/s] The scripting language used in the CK to make scripts for mods.
  43.  
  44. [b]Plugin-less/ESP-less mod:[/b] These mods don't have an associated .esp file, usually texture, model, and/or sound replacers. This includes some SKSE plugins, below.
  45.  
  46. [b]SKSE Plugin:[/b] This mod is a DLL - sometimes paired with an ESP - that uses the Skyrim Script Extender to actually alter the games code at runtime. This allows for quite a few benefits over standard mods, but requires a lot more expertise to create than a more typical mod.
  47.  
  48. [b]Gimmick:[/b] Either means "reliant on using certain gameplay tricks" or "I am literally too stupid to handle this shit" -- depends on the person using the word.
  49.  
  50. [b]SkyProc Patcher:[/b] A patch created using a SkyProc Java application, which reads your load order and creates a customized patch for your game. Note: If you're using Mod Organizer, you'll need to install 32-bit Java, since MO can't interface with 64-bit programs.
  51.  
  52. [b]Vanilla:[/b] Depending on context, Skyrim: Legendary Edition without mods, or Skyrim without DLC or mods period. Generally the former. Basically, "only content made by Bethesda" is the usual meaning.
  53.  
  54. [b]Immersive:[/b] Used to mean "doesn't seem out of place so it won't break your suspension of disbelief." Now utterly meaningless due to pretentious masturbatory overuse. At best, you can be reasonably sure that the mod will not contain lightsabers or Sonic the Hedgehog characters if it's marked as immersive.
  55.  
  56. [b]Lore-Friendly:[/b] See [i]Immersive[/i].
  57.  
  58. {MODDERS}
  59. These are a few names that might pop up from time to time, and so you might want to know:
  60.  
  61. [b]Arthmoor:[/b] The lead modder on the Unofficial Patches, and the creator of several other fairly good mods. That being said, he's also a complete toolbox and the physical embodiment of :reject:. Avoid interaction with him if you can, but don't avoid using his mods because of it; mods are not some sort of asshole prayer wheel, he doesn't get more powerful the more people who use them.
  62.  
  63. [b]EnaiSiaion:[/b] The author of Apocalypse Spells and numerous other magic-related mods. Highly imaginitive and skilled, but a bit of a drama queen and a total perfectionist.
  64.  
  65. [b]TrainWiz:[/b] A modder who is crazy, awesome, and crazy awesome. His mods tend to explore be Dwemer and Morrowind centric, and to explore the more :catdrugs: areas of the lore. They include a mod where you fight giant monsters by piloting a giant steam centurion in a quest called Pacific Skyrim (Brhuce Hammar: Legacy), a mod that adds an explorable railroad system that connects all the Dwemer Ruins (Blackreach Railroad), and a mod that adds a Dwemer spaceship you can use as a player home (Aethernautics.) If none of that sounds exciting to you, :getout:. That being said, his reach sometimes escapes his grasp, and his mods are known for having some rough edges.
  66.  
  67. [b]kryptopyr:[b] Author of quite a few great mods, like CACO and CCOr.
  68.  
  69. [b]Boris Vorontsov:[/b] Author of the ENB series graphical enhancer, I'll just quote goon Coughing Hobo, who summed Boris up best when he said:[quote="Coughing Hobo" post="458932818"]
  70. He exemplifies Russia's institutionalized racism and bigotry every time he talks about something other than ENB, and oftentimes when also talking about ENB.[/quote]
  71.  
  72. [b]Chesko:[/b] Maker of Frostfall and other "survival" type mods. Generally a chill dude with a polished approach.
  73.  
  74. [b]matorsmash:[/b] Doesn't make mods so much as modding utilities: the plugin merging script/app, "Mator Smash" for smashed patches, some TES5Edit scripts. Good stuff.
  75.  
  76. [b]Apollodown:[/b] Maker of the very popular Dragon Combat Overhaul and Civil War Overhaul mods. Has a [i]unique[/i] writing style.
  77.  
  78. [b]EggOver1979:[/b] Seriously? Total [i]asshole[/i].
  79.  
  80. [b]Known Goon Modders:[/b] Agents are GO!, Hothtrooper, Nerd of Prey, LtSmash, Mazz, Terzaerian, Seorin (ret.). Let me know if you want on (or off) this list.
  81.  
  82. {MODSITES}
  83.  
  84. where_to_get_mods.txt
  85.  
  86. [b]Steam Workshop:[/b] Basically the iTunes of Skyrim Modding. Until recently, there were a lot of mods that literally couldn't be put on the Workshop, due to file size and type limitations. These have been relaxed lately, but there are a lot of modders who don't like the workshop due to policies and such, and thus don't post mods there. On the other hand, some mods can only be found here.
  87.  
  88. [b]The Nexus:[/b] The main source for mods, I'd use the cliched "hive of scum and villany" Star Wars quote to describe the Nexus, but we have the 'Slab (below) for that. The Nexus has it's own mod manager, the creatively titled Nexus Mod Manager, but it's garbage. Luckily, you can set Mod Organizer handle the "Download with Nexus Mod Manager" links.
  89.  
  90. [b]Lover's Lab:[/b] AKA "Lover Slab" or "the 'Slab." While the Nexus will let you post your "[url=http://www.nexusmods.com/skyrim/mods/70530]Well here's a little girl in sexy clothes but it's okay because she's actually a thousand-year-old vampire[/url]" mod as long as you maintain plausible deniability, all that goes out the window on the 'Slab. Realistic Horse Vaginas, Immersive Rape, whatever, it's all there and lets hope it damn well [b]stays there[/b]. If you ever decide to try your hand at making Skyrim mods, though, brace yourself for the possibility that the answer you seek to some obscure technical issue may end up being here. Pursuit of bizarre video-game-mediated sexual fetishes apparently brings out some real innovation and creativity in people!
  91.  
  92. [b]TES Alliance:[/b] Another decent place to get mods. It's got fewer mods, but the atmosphere is definitely friendlier than the Nexus. Some stuff (mostly Trainwiz stuff) is hosted here exclusively. (Description shamelessly stolen from the previous thread.)
  93.  
  94. [b]ModDB:[/b] Not Skyrim Specific, nor is it nearly as extensive, but some mods that have been removed from the Nexus for drama reasons have ended up here, namely the Populated Skyrim mods.
  95.  
  96. [b]/r/ModPiracy:[/b] A place you can find mods that are unavailable anywhere else, for whatever reason. (Remember, kids, no :files: on SA!)
  97.  
  98.  
  99. {PREMODDING}
  100. There are a couple of things that we should go over before we begin:
  101. [list]
  102. [*]Move your Skyrim (and possibly your whole Steam) installation out of the Program Files/Program Files (x86) folder. Even with UAC at it's most permissive settings, windows keeps those folders highly locked down, and [i]will[/i] fuck up certain modding tools. [url=https://support.steampowered.com/kb_article.php?ref=7418-YUBN-8129]Here is an official guide to moving your steam install[/url]. The only exception here is if you think you're a bad enough dude to override Windows' security settings and take ownership of stuff in Program Files. You're on your own here.
  103. [*]Remember, modding is basically forcing the game to do things it was never intended to do, and some modding tools use similar methods to computer viruses to do what they need to do.
  104. [*]Make a Steam Backup of your untouched Skyrim install. Not strictly necessary, especially if you're using MO, but not a bad idea regardless.
  105. [*]Just because it's the most common cause of issues with Mod Organizer, I'm going to state this multiple times throughout this guide: [b]IF YOU'RE USING MOD ORGANIZER, YOU MUST RUN [u]ALL[/u] YOUR MODDING TOOLS [I]THROUGH[/I] MOD ORGANIZER OR THEY WON'T SEE YOUR MODS.[/b]
  106. [*]Unlike Oblivion-engine games, Skyrim does [b]not[/b] support removing mods during a playthrough. Game scripts are baked into your save files, and removing mods can kill your playthrough. The smaller the mod and less script heavy it is, the more likely it will be to not destroy your savefile by removing, but this is [i]always[/i] a risk.
  107. [/list]
  108.  
  109. {MOD MANAGERS}
  110. Before you begin actually modding, you need to decide on a mod manager to use. I [i]strongly[/i] recommend using Mod Organizer over Nexus Mod Manager or Steam Workshop, and I've created a handy chart to help you decide.
  111.  
  112. {MODMANAGERCHART}
  113.  
  114. Not listed here is WryeBash, which is a decent enough but very technically sophisticated mod manager. Not recommended over Mod Organizer, but you'll have to use it to make Bashed Patches, so it's worth knowing about.
  115.  
  116. You could also decide just to install mods manually, and Godspeed with [i]that[/i], you crazy bastard.
  117.  
  118. The remainder of this guide will assume that you chose Mod Organizer, and if you didn't, well, good luck you contrarian asshole. The second post in this thread will be used for Mod Organizer related help, feel free to scroll down and read it before continuing, like I've got all fucking day up here.
  119.  
  120. Alright, let's dive right into the categories!
  121.  
  122. {SOFTWARE}
  123. The following programs range from helpful to necessary for modding.
  124.  
  125. [b]TES5Edit:[/b] A tool that allows you to examine and modify the records of a number of loaded plugins and also make patches from plugin records. If you know what you're going, and use the right scripts, you can do a fair amount of sophisticated modding. If you don't, you could fuck things up horribly. Back up your plugins when it asks if you want to!
  126.  
  127. [b]The Creation Kit:[/b] The official mod design software. Available as a tool in Steam. Unless you're planning on making mods, you probably won't need this. Some compatibility issues (navmeshes) can only be resolved here, though.
  128.  
  129. [b]LOOT:[/b] The Load Order Optimization Tool. Successor to the similar BOSS, this attempts to reorder your plugins in a way that maximizes compatibility. It's not perfect, and the better you get at this the more likely you will be to want to sort out load order yourself.
  130.  
  131. [b]Modwat.ch:[/b] A tool that constructs a load order summary for you and posts it on the web. Useful if, for some reason, you wanted to show a bunch of people your load order, perhaps to assist with troubleshooting.
  132.  
  133. [b]Merge Plugins:[/b] Stand-alone utility to manage the merger of plugins to reduce load order. Used to be a TES5Edit Script.
  134.  
  135. [b]Mator Smash:[/b] Stand-alone utility to make Smashed Patches. Used to be a TES5Edit Script. Still in testing and somewhat difficult to use, but check it out!
  136.  
  137. [b]Mod Picker:[/b] A work-in-progress project to demystify the process of selecting the mods that suit your needs and resolve compatibility issues by drawing on the community's collective experience. Theoretically allows for user feedback and review of mods, but due to [s]pissbaby whining[/s] [s]modder drama[/s] [b]well-reasoned objections to the practice of end-users offering commentary on free stuff on the Internet[/b], this potential might be stillborn: mod authors can demand that their stuff never be mentioned on Mod Picker, which will have a predictable chilling effect.
  138.  
  139. [b]Mod Checker:[/b] Work-in-progress online tool/info directory by good Roadie. This is a lookup-table for compatibility issues between mods. "Check" it out! :v: https://modchecker.github.io/
  140.  
  141. {MANDATORY}
  142. The mods in this category are, while not [i]actually[/i] mandatory, mods that improve the the game so much that I can't imagine even somebody determined to do a "vanilla" playthrough not using them.
  143.  
  144. [b][url=http://www.nexusmods.com/skyrim/mods/71214]The Unofficial Legendary Edition Patch (USLEEP)[/url]:[/b] This fixes all those annoying bugs that Bethesda leaves in because they're sloppy. If you're using the free High Resolution DLC, be sure to grab the Unofficial High-Resolution Patch too. There's rumblings that many of the "bug fixes" being made verge on subjective judgement calls about "how the game should be." To which, I think the developers would say, "Noooo!" https://www.youtube.com/watch?v=2WnHuC9wUtg#t=10s (To resolve this strange bug in the patch which has not been fixed, consider Shut Up, Mirmulnir. http://dl.dropbox.com/u/93691649/Rayg_ShutUpMirmulnir.esp )
  145.  
  146. [b][url=http://skse.silverlock.org]Skyrim Script Extender (SKSE) with the Memory Fix[/url]:[/b] Even if you don't plan on using any SKSE mods, you should be running with the SKSE Memory Fix for improved stability. Once you install SKSE, open up notepad and copy this into it:
  147. [code]
  148. [Memory]
  149. DefaultHeapInitialAllocMB=1024
  150. ScrapHeapSizeMB=512
  151. [/code]
  152. Then save it as [fixed]SKSE.ini[/fixed] in the [fixed]\data\SKSE\[/fixed] folder
  153. This fixes a long-standing Bethesda bug with memory allocation and causes Skyrim to be much more stable. Seriously, the folks behind the script extender back-ported this fix to Oblivion and the Fallouts and improved stability in those games too!
  154.  
  155. [b]Crash fixes and Bug fixes:[/b] Using the magic of the SKSE (above), "meh" has fixed a whole bunch of engine-deep issues. It's seriously kind of insane the shit he's found. ESP-less SKSE plugins, you don't need the memory fix about if you use Crash fixes. http://www.nexusmods.com/skyrim/mods/72725/? http://www.nexusmods.com/skyrim/mods/76747/?
  156.  
  157. [b][url=http://www.nexusmods.com/skyrim/mods/3863]SkyUI[/url]:[/b] Vastly improves the original Skyrim interface, which was designed by and for crab people. Also includes the Mod Configuration Menu (MCM) which is required by many mods these days. If you happen to [i]be[/i] a crab person, you can use [b][url=http://www.nexusmods.com/skyrim/mods/29440]SkyUI Away[/url][/b] to restore the original UI while keeping the MCM.
  158.  
  159. [b][url=http://www.nexusmods.com/skyrim/mods/38649]ENBoost[/url]:[/b] ENB is a highly popular graphic extender that can make your game look amazing, for various definitions of amazing. I don't know, I don't use it for that because it also absolutely murders your framerate. [i]However[/i], it also implements several speedhacks in regards to how Skyrim handles textures, so if you run the stripped down "ENBoost" settings it actually improves performance and stability.
  160.  
  161. [b][url=http://www.nexusmods.com/skyrim/mods/33395]SkyTweak[/url][/b] and [b][url=http://www.nexusmods.com/skyrim/mods/36328]Grimy Utilities[/url]:[/b] I include these because they can both help overcome the bugs that slip through USLEEP, and are very useful mods in their own right.
  162.  
  163. [b][url=http://www.nexusmods.com/skyrim/mods/57873]Extended UI[/url]:[/b] Makes several tweaks to the Skill screen, making it look nicer on high-res displays.
  164.  
  165. [b][url=http://www.nexusmods.com/skyrim/mods/44596]MFG Console[/url]:[/b] Makes the console much more useful, displaying a lot more information when you select objects. Great for tracking down problems.
  166.  
  167. [b][url=http://www.nexusmods.com/skyrim/mods/24020]Brawl Bugs Patch[/url][/b] and the [b][url=https://drive.google.com/file/d/0B3anYxV0nct3eVM3ZWRDWnhnaVE/view?usp=sharing]Brawl Bugs Patch CHEAT Patch[/url]:[/b] The cheat patch lets you use anything in a brawl without making it assault, and I strongly recommend installing both of these, because even if you plan to play every brawl honorably, brawls are [i]incredibly[/i] easy to break, and some of them are quest requirements. Look, you've got two choices: [list=1]
  168. [*] Spend hours digging through every mod you have installed to figure out which one is breaking brawls.
  169. [*] Install the cheat patch and move on with your life.
  170. [/list=1]
  171.  
  172. [b][url=http://www.nexusmods.com/skyrim/mods/70656]Wiseman303's Flora Fixes[/url]:[/b] Fixes the flora respawn bug, and is a better option than the old Flora Respawn Fix. Required by CACO.
  173.  
  174. [b][url=http://www.nexusmods.com/skyrim/mods/34093]Weapons and Armor Fixes - Remade (WAFr)[/url][/b] and [b][url=http://www.nexusmods.com/skyrim/mods/43053]Clothing and Clutter Fixes (CCF)[/url][/b]: Fixes little bugs and inconsistencies. Required by CCOr.
  175.  
  176. [b][url=http://www.nexusmods.com/skyrim/mods/50132]Eyes Glitch Fix[/url]:[/b] Eyes have a tendency to get very messed up after certain effects, like invisibility, are removed. This prevents that. ESP-less.
  177.  
  178. [b][url=http://www.nexusmods.com/skyrim/mods/52717]Enchantment Reload Fix[/url]:[/b] SKSE Plugin, fixes an engine bug related to player-made enchantments and reloading.
  179.  
  180. Distant Decal Fix
  181.  
  182. Dragon Stalking Fix
  183.  
  184. Ancient Nord Armor Fix
  185.  
  186. Appropriately Attired Jarls
  187.  
  188. Argonian Decapitation Fix
  189.  
  190. Fast travel timescale fix
  191.  
  192. Fuz Ro D-oh - Silent Voice
  193.  
  194. Ragdoll Paralysis
  195.  
  196. Female Vampires Have Fangs
  197.  
  198. Bowlegged Jump Animation Fix
  199.  
  200. Double Cursor Fix
  201.  
  202. Consistent Older People
  203.  
  204. SKSE -Elys- AltF4
  205.  
  206. No stretching
  207.  
  208. {QUALITY OF LIFE}
  209. The mods in this section are, while not fixing bugs per-se, centered around eliminating the more frustrating elements of vanilla Skyrim, or improving lackluster elements.
  210.  
  211. [b][url=http://www.nexusmods.com/skyrim/mods/4929]A Quality World Map[/url]:[/b] Improves the resolution of the ingame map, and has an option for roads to show up on the world map!
  212.  
  213. [b][url=http://www.nexusmods.com/skyrim/mods/36534]Bounty Gold[/url]:[/b] Lets you configure how much gold you get for various radiant quests through the MCM.
  214.  
  215. [b][url=http://www.nexusmods.com/skyrim/mods/28235]When Vampires Attack[/url][/b] and [b][url=http://www.nexusmods.com/skyrim/mods/23906]Run For Your Lives[/url]:[/b] These two mods cause villagers to run when Vampires and Dragons attack towns, respectively. You can, alternatively, just straight-up disable vampire attacks in towns. (link to Random Vampire Attacks in Towns Disabled)
  216.  
  217. [b][url=http://www.nexusmods.com/skyrim/mods/27371]Better Dialog Controls[/url][/b], [b][url=http://www.nexusmods.com/skyrim/mods/28170]Better Message Box Controls[/url][/b] and [b][url=http://www.nexusmods.com/skyrim/mods/33916]No Poison Dialogs[/url][/b]: Improves minor but recurring issues with controlling Skyrim.
  218.  
  219. [b][url=http://www.nexusmods.com/skyrim/mods/34842]Autosave Manager[/url]:[/b] Bethesda quicksaves have had a history of being corruption-prone. This eliminates that danger, as well as adding completely configurable time- and event- based saving.
  220.  
  221. [b][url=http://www.nexusmods.com/skyrim/mods/57859]Skyrim Enhanced Camera[/url]:[/b] SKSE Plugin, makes it so you have a body and a shadow in first-person, as well as being able to use first person in views where the game normally throws you into third-person. There are other mods that do this, but not as well.
  222.  
  223. [b][url=http://www.nexusmods.com/skyrim/mods/14559]Smart Souls[/url]:[/b] SKSE Plugin, compatible with everything. Makes it so Soul Gems will only fill gems of the appropriate size.
  224.  
  225. [b][url=http://www.nexusmods.com/skyrim/mods/29624]RaceMenu[/url]:[/b] Opens up a lot more options for designing your character, so you can make your [i]~~perfect waifu~~[/i].
  226.  
  227. [b][url=http://www.nexusmods.com/skyrim/mods/1580]Quiet and Silent Dead Thrall Groans and Moans:[/url][/b] Makes playing a Necromancer a lot more bearable by shutting your raised creatures the hell up.
  228.  
  229. [b][url=http://www.nexusmods.com/skyrim/mods/12234]Uncle Sheogorath[/url]:[/b] Replaces the BORING loading screen tips with tips from Sheogorath himself! Goon-made.
  230.  
  231. Lore-Based Loading Screens: If you actually [i]want[/i] more BORING loading screens, try this out.
  232.  
  233. [b][url=http://www.nexusmods.com/skyrim/mods/8298]Long Lost Smelters of Skyrim[/url][/b] Puts smelters in more locations. There are other mods that do this, but this is the one I use.
  234.  
  235. [b][url=http://www.nexusmods.com/skyrim/mods/34950]Immersive Animations[/url]:[/b] Makes some of the animations in Skyrim look less awkward.
  236.  
  237. [b][url=http://www.nexusmods.com/skyrim/mods/17416]Wearable Lanterns[/url]:[/b] Better than a torch. MCM configurable.
  238.  
  239. [b][url=http://www.nexusmods.com/skyrim/mods/14950]Convenient Horses[/url]:[/b] Makes having and using a horse much more, well... convenient. MCM configurable.
  240.  
  241. Immersive Horses: An alternative to the above that changes up the way horses work and adds more options in less dramatic ways.
  242.  
  243. [b][url=http://www.nexusmods.com/skyrim/mods/18465]The Paarthurnax Dilemma[/url]:[/b] Tired of that stupid fucking bit with the Blades where Bethesda tried to make you make a "hard choice." Give Todd Howard the middle finger with this mod.
  244.  
  245. [b][url=http://www.nexusmods.com/skyrim/mods/23390]Guard Dialog Overhaul[/url]:[/b] Bit of a misnomer, as it actually touches a lot of incidental dialog from many NPCs, making the things they say to you and to each-other much more varied and sensible.
  246.  
  247. [b][url=http://www.nexusmods.com/skyrim/mods/26359]The Choice is Yours - Fewer Forced Quests - Improved Dialogue Options[/url]:[/b] Exactly what the name of the mod says, makes it a lot easier to not get stupid quests you don't care about. See also "Thieves Guild Requirements - No Auto Quest Start Brynjolf" below.
  248.  
  249. [b][url=http://www.nexusmods.com/skyrim/mods/38151]Timing is Everything - Quest Delay and Timing Control[url]:[/b] Lets you control when and how a lot of different quests begin! Hate vampire attacks? Eliminate them here! Think it's stupid Merida would offer Dawnbreaker to a vampire? Look no further!
  250.  
  251. [b][url=http://www.nexusmods.com/skyrim/mods/9557]Alternate Start - Live Another Life ("LAL")[/url][/b] or [b][url=http://www.nexusmods.com/skyrim/mods/71465]Unbound[/url][/b]: Two different Alternate Start mods. LAL is a bit more pretentious, but has more options, while Unbound is bare-bones but a bit more configurable. I prefer LAL but have used both. Just use [u]something[/u] to skip that fucking cart ride. LAL is quite useful for mod authors because it dumps you in a little cell right away before you select a start, so there's an area to test things out immediately.
  252.  
  253. [b][url=http://www.nexusmods.com/skyrim/mods/48317]Faster Horse Dismounting[/url]:[/b] Exactly what it says it is, ESP-less.
  254.  
  255. [b][url=http://www.nexusmods.com/skyrim/mods/17491]D13 Faster GET UP STAND UP animation[/url]:[/b] Makes you stand up faster after being ragdolled, ESP-less.
  256.  
  257. [b][url=http://www.nexusmods.com/skyrim/mods/1175]Skyrim -Community- Uncapper[/url]:[/b] Lets you modify far more than just the skill caps, things like rate of skill-gain and how much each skill contributes to levelling up. Required for SPERG.
  258.  
  259. [b][url=http://www.nexusmods.com/skyrim/mods/32695]Even Better Quest Objectives[/url]:[/b] Removes the reliance on using quest arrows, going back to Morrowind style quest descriptions. Replaces the old Better Quest Objectives.
  260.  
  261. [b[url=http://www.nexusmods.com/skyrim/mods/27531]Dragon Soul Relinquishment[/url]:[/b] Lets you trade dragon souls for perk points, faster movement, and more.
  262.  
  263. [b][url=http://www.nexusmods.com/skyrim/mods/16531]Better Stealth AI for Followers - No Torch while Sneaking:[/b] Just what it says it is. Highly compatible.
  264.  
  265. [b][url=http://www.nexusmods.com/skyrim/mods/51956]MoreHUD[/url]:[/b] Adds more info to the screen when you mouse over objects.
  266.  
  267. Diverse Priests
  268.  
  269. Waterbreathing Breathless Emerge
  270.  
  271. Bring Out Your Dead
  272.  
  273. Skyrim Project Optimization
  274.  
  275. Time On Loading Screen (KenMOD)
  276.  
  277. Immersive HUD - iHUD
  278.  
  279. Practical Female Armors
  280.  
  281. Move it Dammit for NPC Companions and Followers
  282.  
  283. Slightly Reduced NPC Greetings
  284.  
  285. A Matter of Time - A HUD clock widget
  286.  
  287. [url=http://www.nexusmods.com/skyrim/mods/
  288. {MAJOR OVERHAULS}
  289. Major overhauls touch every aspect of the game, especially the perk trees. There are, as far as I know, five major overhauls to Skyrim: SPERG, Ordinator, Perkus Maximus (PerMa), Skyrim Redone (SkyRe), and Requiem.
  290.  
  291. [b][url=http://www.nexusmods.com/skyrim/mods/24445]SPERG - Skyrim Perk Enhancements and Rebalanced Gameplay[/url]:[/b] This is the goon-made and goon-favorite Skyrim overhaul. Agents likes to tell people that SPERG is how Vanilla Skyrim should've been. Places a lot more importance on you skill scores, Perk tree interaction, and eliminates "mandatory" perks. SPERG is also incredibly compatible (Agents found only one mod to be utterly incompatible with it: Khal's Spellmaking in Skyrim). Requires SKSE and Elys Community Uncapper. Has an MCM and is very configurable.
  292.  
  293. Warning: The installer is a little messed up, you need to move the file [fixed]SKSE_Elys_Uncapper.ini[/fixed] from the [fixed]data\SPERG\SKSE\Plugins[/fixed] folder to [fixed]data\SKSE\Plugins[/fixed]. You'll also need to make sure you move the Dragonborn and Dawnguard patches out of the Optional folder.
  294.  
  295. [b][url=http://www.nexusmods.com/skyrim/mods/68425]Ordinator[/url]:[/b] This is a perk overhaul by the great EnaiSiaion. Makes some very unique playstyles possible, but has a reputation for being overly-reliant on "gimmicks." Some mad bastard out there made a SPERG/Ordinator combination patch.
  296.  
  297. [b][url=http://www.nexusmods.com/skyrim/mods/59849]Perkus Maximus (PerMa)[/url][/b] and [b][url=http://www.nexusmods.com/skyrim/mods/9286]Skyrim Redone (SkyRe)[/url][/b]: Two massive overhauls both done by the same crazy person, PerMa is the "Sequel" to SkyRe, incorporating many of its design decisions and discarding others. Both seem to focus more on making perk choices really matter and adding new gameplay options. Both SkyRe and PerMa require using SkyProc patchers.
  298.  
  299. [b][url=http://www.nexusmods.com/skyrim/mods/19281]Requiem[/url]:[/b] [s]Requiem, quite simply, will fuck you until you love it.[/s] Requiem is the Skyrim version of [url=https://en.wikipedia.org/wiki/Syobon_Action]Cat Mario[/url]. Requem attempts to bring old-school RPG conventions and challenge into Skyrim. Love it or hate it, it's the most radical of the Skyrim overhauls. Requiem requires using a SkyProc patcher.
  300.  
  301. ACE Combat Skills: An older skill and perk overhaul. I played with it back in the day and had fun with it, but it's no longer supported an a bit long in the tooth, design-wise. Still, might be worth checking out.
  302.  
  303. {MINOR OVERHAULS}
  304. Unlike major overhauls, these mods are generally limited in scope to one segment of Skyrim's gameplay, and are mostly compatible with each other and possibly with major overhauls as well (almost everything is compatible with SPERG!)
  305.  
  306. [b][url=http://www.nexusmods.com/skyrim/mods/49791]Complete Crafting Overhaul Remade (CCOr)[/url]:[/b] CCOr is a major overhaul of the smithing system, with many integrated options and scriptied compatibility with a lot of mods. Has [url=http://www.nexusmods.com/skyrim/mods/1002]Jaysus Swords[/url], [url=http://www.nexusmods.com/skyrim/mods/16438]Bandoliers[/url], [url=www.nexusmods.com/skyrim/mods/12092]Cloaks of Skyrim[/url], and [url=www.nexusmods.com/skyrim/mods/13486]Winter is Coming[/url] integrated into it, but [i]you will need the meshes, textures, and sounds from those mods[/i] (just deactivate the ESP files from those mods.) If you use this with SPERG, deactivate SPERG's salvage system in the MCM. Requires WAFr and CCF.
  307.  
  308. [b][url=http://www.nexusmods.com/skyrim/mods/69306]Complete Alchemy and Cooking Overhaul (CACO)[/url]:[/b] By the same modder as CCOr, CACO does for Alchemy and Cooking what CCOr does for smithing. Not quite as compatible as CCOr, there is a SPERG patch out there for it. If you use this with iNeed, disable iNeeds salt requirement in its MCM. Requires Wiseman's Flora Fixes.
  309.  
  310. [b][url=http://www.nexusmods.com/skyrim/mods/16225]Apocalypse Spell Package[/url]:[/b] EnaiSiaion's magnum opus, Apocalypse adds tons of great new spells to Skyrim, and makes playing a non-Destruction mage a viable playstyle. Even if you're not playing a primarily mage character, adds a lot of neat utility spells for Paladin and Assassin types.
  311.  
  312. [b][url=http://www.nexusmods.com/skyrim/mods/58635]Wintermyst[/url]:[/b] Adds dozens of new enchantments to the game, by EnaiSiaion. Requires SKSE.
  313.  
  314. [b][url=http://www.nexusmods.com/skyrim/mods/47327[/url]Cutting Room Floor:[/b] Restores quite a few quests, conversations, items, and locations Bethesda cut before release.
  315.  
  316. [b][url=http://www.nexusmods.com/skyrim/mods/ Thunderchild:[/b] Revamps the shout aspects of the game, adds a ton of new shouts appropriate for different play styles, and passive abilities that help remove cooldown. Makes a shout-centric character viable. By EnaiSiaion.
  317.  
  318. [b][url=http://www.nexusmods.com/skyrim/mods/ VioLens:[/b] Revamps the "Killmove" aspect of the game. Successor to "Dance Of Death."
  319.  
  320. [b][url=http://www.nexusmods.com/skyrim/mods/ Ultimate Combat[/b] or [b][url=http://www.nexusmods.com/skyrim/mods/ Deadly Combat:[/b] Either of these is a decent combat overhaul mod.
  321.  
  322. [b][url=http://www.nexusmods.com/skyrim/mods/ Enhanced Skyrim Factions - The Companions Guild:[/b] This mod overhauls the Companions guild somewhat, restoring some cut content, fixing some bugs, and ensuring that the questline lasts more than two hours.
  323.  
  324. [b][url=http://www.nexusmods.com/skyrim/mods/ Thieves Guild Requirements - No Auto Quest Start Brynjolf:[/b] This quest does much the same as [i]Enhanced Skyrim Factions - The Companions Guild[/i] does, but for the thieves guild, and also makes it so Brynjolf doesn't immediately bother you.
  325.  
  326. [b][url=http://www.nexusmods.com/skyrim/mods/ Localized Thieves Guild Jobs:[/b] This lets you choose where your next thieves guild job will be, rather than having it randomly decided.
  327.  
  328. [b][url=http://www.nexusmods.com/skyrim/mods/ College Days - Winterhold:[/b] The same idea as [i]Enhanced Skyrim Factions - The Companions Guild[/i] and [i]Thieves Guild Requirements - No Auto Quest Start Brynjolf[/i], but for - you guessed it! - The College of Winterhold!
  329.  
  330. [b][url=http://www.nexusmods.com/skyrim/mods/ Aurora Doomstone Package:[/b] Makes the powers and bonuses associated with the Standing Stones more varied and interesting. By EnaiSiaion.
  331.  
  332. [b][url=http://www.nexusmods.com/skyrim/mods/ Imperious - Races of Skyrim:[/b] Makes the powers and bonuses associated with the different races in Skyrim more varied and interesting. By EnaiSiaion.
  333.  
  334. Disparity: As an alternative to the above, Disparity has options for making the various races more distinct and interesting with more of a focus on passive effects than active powers. I always forget the billion little active powers I get here and there, so I prefer it. It also has stuff for starting "character classes" to make your new characters less blank slates. By kryptopyr.
  335.  
  336. [b][url=http://www.nexusmods.com/skyrim/mods/ Frostfall:[/b] This mod by Chesko is a game-changer. This mod adds a hypothermia-survival mechanic to the game, and completely changes how you think about going from point A to point B. Scripted compatibility with related mods and CCOr. Best when paired with iNeed or RND.
  337.  
  338. Chesko also has made a bunch of other survival-based mods that are worth checking out, though some are still WIP. He's got their info up here: http://skyrimsurvival.com/
  339.  
  340. [b][url=http://www.nexusmods.com/skyrim/mods/ Realistic Needs and Diseases ("RND")[/b] or [b][url=http://www.nexusmods.com/skyrim/mods/ iNeed:[/b] I've used both these mods, and while they're both good, I much prefer iNeed. RND is really detailed oriented and specific, while iNeed is much more my speed. They both work, though.
  341.  
  342. [b][url=http://www.nexusmods.com/skyrim/mods/ Hunterborn:[/b] This mod attempts to revamp the hunting and butchering/harvesting aspect of the game. Not bad, but a very script-heavy mod.
  343.  
  344. [b][url=http://www.nexusmods.com/skyrim/mods/ Better Vampires:[/b] Makes almost every aspect of vampirism configurable through the MCM, and adds a lot of new features to being a vampire. Sneak through Fort Dawnguard and turn the entire Dawnguard into vampires!
  345.  
  346. [b][url=http://www.nexusmods.com/skyrim/mods/ Moonlight Tales:[/b] Very similar in focus to Better Vampires, but for werewolves.
  347.  
  348. [b][url=http://www.nexusmods.com/skyrim/mods/ Personalized Music:[/b] Just what it says. This mod takes quite a bit of setup, but once it's done it's nice to have your own soundtrack for the game (Rammstein makes excellent combat music!) Warning: Don't use the optional College of Winterhold plugin, because it causes crashes on saving when in the area of Winterhold.
  349.  
  350. [b][url=http://www.nexusmods.com/skyrim/mods/ ASIS:[/b] A SkyProc Patcher, ASIS allows for increased and random spawns, distributes new spells and perks to NPCs, and gives more potions to NPCs. Use with Agent's [url=http://www.nexusmods.com/skyrim/mods/ Improved ASIS INIs.
  351.  
  352. [b][url=http://www.nexusmods.com/skyrim/mods/ Automatic Variants:[/b] This is a SkyProc patcher that lets there be, you guessed it, variations in the appearance of enemies. A wonderful mod, I highly recommend it!
  353.  
  354. [b][url=http://www.nexusmods.com/skyrim/mods/ Extensible Followers Framework:[/b] There are quite a few follower overhauls out there, but this is the one Agents recommends, for several reasons:[list]
  355. [*] Ease of follower interaction, with a Fallout: New Vegas-style command wheel.
  356. [*] Configurable, on-screen health bars.
  357. [*] The ability to teach followers magic.
  358. [*] Completely configurable through the MCM.
  359. [*] More out-of-the-box compatible with custom followers that use default voicetypes.
  360. [/list]
  361.  
  362. [b][url=http://www.nexusmods.com/skyrim/mods/ World-Eater Beater:[/b] This mod overhauls the final battle with Alduin to be an epic, five-stage affair. A TrainWiz creation, with all that entails!
  363.  
  364. [b][url=http://www.nexusmods.com/skyrim/mods/ Dwemer Certified:[/b] Have you ever wanted to craft an army of automaton followers? [i]Of course you have.[/i]
  365.  
  366. [b][url=http://www.nexusmods.com/skyrim/mods/ Fire and Ice Overhaul:[/b] This mod makes it so things can actually catch fire from fire magic - and dragons breath! You can create ice walls and put out fires with ice magic. Great idea, but really script heavy.
  367.  
  368. [b][url=http://www.nexusmods.com/skyrim/mods/ Follower Commentary Overhaul (FCO):[/b] This goon-made mod unlocks a ton of dialogue for every voicetype for followers. Lots of fun, especially with multiple follower mods.
  369.  
  370. [b][url=http://steamcommunity.com/sharedfiles/filedetails/?id=7673]Midas Magic[/url]:[/b] Not up to the quality of Apocalypse Spells, but adds quite a few fun spells with a neat way to acquire, and (amusingly) since this mod originally predated the DLC, some spells that Bethesda later [s]ripped off[/s] made official versions of. Linked to the Steam version, because that's the only version that's been updated since the paid mods debacle.
  371.  
  372. [b][url=http://www.nexusmods.com/skyrim/mods/ Dead Body Collision Fix:[/b] If you've ever wanted to pile up the corpses of your enemies to stand upon them, this mod is for you. Also, you may need therapy.
  373.  
  374. [b][url=http://www.nexusmods.com/skyrim/mods/ Realistic Ragdolls and Force:[/b] Makes the ragdolling and physics a bit more realistic, because [i]that's[/i] what we're after in our game with dragons and steam-powered robots. IMMERSION.
  375.  
  376. [b][url=http://www.nexusmods.com/skyrim/mods/ Elemental Destruction Magic:[/b] Adds three new elements of magic - Wind, Water, and Earth. Neat idea, not entirely ~lore-friendly~ but cool execution nonetheless. No idea on the inclusion of "Heart" yet.
  377.  
  378. [b][url=http://www.nexusmods.com/skyrim/mods/ Familiar Faces:[/b] This is a [i]very[/i] cool mod that lets you import your characters from one playthough as NPCs into another. Requires RaceMenu.
  379.  
  380. [b][url=http://www.nexusmods.com/skyrim/mods/ Forgotten Magic Redone:[/b] A spell mod with a different focus than most, rather than adding a bunch a new spells, Forgotten Magic Redone adds a limited number of new spells that can be leveled up and upgraded.
  381.  
  382. [b]Morrowloot:[/b] Hoo-boy, you may notice that the title of this entry isn't a link. That's because there's a number of versions of Morrowloot to choose from. The general idea of Morrowloot is removing the [s]fun[/s] leveled loot and replacing it with more thoughtful hand-placed loot in the vein of Morrowind. There's [url=http://www.nexusmods.com/skyrim/mods/44212]Morrowloot[/url], [url=http://www.nexusmods.com/skyrim/mods/19416]Morrowloot: N'Wah Edition[/url], [url=http://www.nexusmods.com/skyrim/mods/50740]Morrowloot: 4th Edition[/url], and [url=http://www.nexusmods.com/skyrim/mods/66105]Morrowloot: Ultimate[/url]. 4th Edition or N'Wah editions seem to be most compatible. Agents personally uses a butched version of original Morrowloot that removes the leveled list and crafting changes while keeping the hand-placed loot. I don't use it, though, and don't have any opinion on it!
  383.  
  384. {LOOT}
  385. The sections on Weapons, Armor, and Other In-Game items have been condensed into one section. It's entitled loot because, let's face it, that's what it is! The nice thing about these mods is that they are typically pretty easy to merge and save space in your load order. [i]Note: There are several popular mods that could go in this section - [url=http://www.nexusmods.com/skyrim/mods/1002]Jaysus Swords[/url], [url=http://www.nexusmods.com/skyrim/mods/16438]Bandoliers[/url], [url=www.nexusmods.com/skyrim/mods/12092]Cloaks of Skyrim[/url], and [url=www.nexusmods.com/skyrim/mods/13486]Winter is Coming[/url] - that have been omitted because they've been integrated into Complete Crafting Overhaul Remade, and you really should use that.[/i]
  386.  
  387. [b][url=http://www.nexusmods.com/skyrim/mods/ Immersive Armors:[/b] Really, the end-all-be-all of Armor Mods, almost all the decent armors have made it into this mod. Completely configurable with the MCM, IA is pretty much the gold standard for armor mods.
  388.  
  389. [b][url=http://www.nexusmods.com/skyrim/mods/ Aetherium Armor and Weapons Compilation:[/b] Three words: Dwarven. Power. Armor. Great little mod, uses the Aetherium Forge from the Lost to the Ages quest. (Before you start bitching, [url=http://www.uesp.net/wiki/Lore:Chimarvamidium]yeah it's lore-friendly[/url].)
  390.  
  391. [b][url=http://www.nexusmods.com/skyrim/mods/ Morrowind Armor - Netch Leather:[/b] Very nicely done Netch leather armor. If you use this with Ashlander Apparel's "The Ashy Spellsword" plugin, load The Ashy Spellsword after this mod, as both try to edit Teldryn Sero.
  392.  
  393. [b]Bonemold Expanded:[/b] Adds back in a bunch of Bonemold armor types that were in Morrowind, as well as adding in the [i]Gondolier Hat[/i] from Morrowind! Sold.
  394.  
  395. [b]Ordinator Armor:[/b] Actually a port of an Oblivion armor mod, but still, Ordinator armor rules.
  396.  
  397. [b]Warmonger Armory:[/b] Another decent lore-friendly armor compilation, hasn't been updated in a while but still good.
  398.  
  399. [b]Immersive Weapons:[/b] Probably the most popular weapons compilation, still not as good as Immersive Armors. (The reason I mention that it's the most popular is because it has the most compatibility patches.)
  400.  
  401. [b]Weapons of the Third Era:[/b] Adds a bunch of Morrowind and Oblivion style weapons.
  402.  
  403. [b]Heavy Armory - New Weapons:[/b] Adds a lot of nice new weapons.
  404.  
  405. [b]Lore Weapon Expansion:[/b] Adds some new weapons, with a focus on remaining lore friendly.
  406.  
  407. [i]Note: There is quite a bit of overlap among the above four weapons mods. It might be good to pick one and stick with it unless you are into resolving compatibility issues in TES5Edit (you will be (modding is the game)).[/i]
  408.  
  409. [b]An NPO Module - Crossbows:[/b] Adds in new crossbow types for each material.
  410.  
  411. [b]Faction Crossbows[/b] Adds in new crossbow types for various factions in the game, such as the Legion and the Dark Brotherhood.
  412.  
  413. [b]Chitin Goggles[/b] and [b]Dwemer Goggles and Scouter:[/b] The first is nice and lore friendly but is mostly cosmetic, the latter actually have some functions. Ignore the message from LOOT to remove Chitin goggles because it's included in Wet and Cold, because Wet and Cold doesn't include [i]craftable[/i] ones.
  414.  
  415. [b]Book Covers Skyrim - Lost Library:[/b] A companion to Book Covers Skyrim (see the Audiovisual Mods below), Lost Library adds in a large number of lore books from previous games and online sources.
  416.  
  417. [b]Craftable Thalmor Equipment - Standalone Version:[/b] Adds in "dark" elven equipment used by the [s]Nazis[/s] Thalmor.
  418.  
  419. [b]Deadly Dragons Armory:[/b] Agents says that this is probably the most oldschool mod that he still regularly uses. It adds new weapons, armor, soul gems, and alchemy ingredients. Even though the equipment consists almost entirely of retextures, he still really likes this mod and some of the retextures. Companion to Deadly Dragons (See Friends and Foes below.)
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428. {FRIENDSANDFOES}
  429. Need new followers? Need new enemies? Look no further! These mods all add new NPCs and creatures to the game, be they people to help or people to kill.
  430.  
  431. TBD
  432.  
  433.  
  434.  
  435. {PLAYERHOMES}
  436. Places to keep your shit while you're out killing folks to make their shit your shit.
  437.  
  438. (Note: I don't use player homes, pls help)
  439.  
  440. {QUESTS}
  441. These are mods that add new quests and lands.
  442.  
  443. (Note: I do not have much experience with quest mods, pls help)
  444.  
  445. [b]Falskaar, by Alexander J. Velicky:[/b] Alexander J. Velicky's mod, Falskaar by Alexander J. Velicky, is a pretty massive mod. In Falskaar by Alexander J. Velicky, Alexander J. Velicky has added a massive new island, and Falskaar by Alexander J. Velicky apparently took Alexander J. Velicky 18 months of solo work to complete, and apparently got Alexander J. Velicky hired at Bungie. Falskaar by Alexander J. Velicky is a very technically adept mod, but with all due respect to Alexander J. Velicky, Agents found Falskaar by Alexander J. Velicky to be rather boring, to the point that he has started it several times but has yet to finish it. (Alexander J. Velicky)
  446.  
  447.  
  448. {AUDIOVISUAL}
  449. Okay, the section all you folks have been waiting for, how to make your game look purdy!
  450.  
  451. (Note: probably going to just modify the current thread's post on visuals, pls help)
  452.  
  453.  
  454.  
  455. Audio Overhaul for Skyrim
  456.  
  457.  
  458.  
  459.  
  460.  
  461. [b]Static Mesh Improvement Mod:[b] This mod improves the appearance of tons of little and not-so-little objects in the world.
  462.  
  463.  
  464. {CrazyMods}
  465. The mods in this section probably aren't lore-friendly, but they're pretty neat at least for a little while.
  466.  
  467. (Note: ???)
  468.  
  469. {DisrecommendedMods}
  470.  
  471. [b]Civil War Overhaul:[/b] This mod is a grand idea, but is insanely script-heavy and prone to bugs.
  472.  
  473. [b]Dragon Combat Overhaul:[/b] This mod goes far too far in the direction of "Dragons are unkillable murderbeasts."
  474.  
  475. [b]Stable uGrids to Load:[/b] Found to have a memory leak.
  476.  
  477. [b]Duel Combat Realism:[/b] [url=https://sites.google.com/site/grimyskyrim/mod-critiques/duel]Just read this review to understand[/url].
  478.  
  479. [b]Armonizer[/b] and [b]Weaponizer:[/b] These two mods have a lot of issues (Weaponizer: Adding weapons to enemies that cant use them which makes the enemies do nothing, Armonizer: Having several armors that have no female model and so give female characters mantorso) and haven't been updated in years.
  480.  
  481. [b]Midas Magic Evolved:[/b] Absolutely garbage mod, horrible typo-ridden trash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement