So many things have been removed that made modding much more difficult... Such as the removal of speed (it can be reproduced with speedmult AND a change carry weight script but still a pain), no more normal weapons, no acrobatics, and no jump spells. In order to modify the running speed of entire races in Skyrim, I actually had to duplicate and alter the SpeedWispBuff magic effect, attach a script that alters carry weight then changes it back, create multiple spells with different magnitudes, and then attach those spells to the race Specials lists in Skyrim's Creation Kit, and then to make things even more of a pain sometimes I have to toggle another setting in the Race tab just to add abilities to the Specials tabs there.
What would've taken me just a few minutes if there were a simple speed stat, takes me much longer, and a lot more effort cause of that.
Oddly enough I could've sworn I saw something in the Skyrim Creation kit pointing to "Normal weapons" which puts me under the impression Resist Normal Weapons was quite possibly only removed due to time constraints. I'm now working on a much more expansive mod based off of this extremely simple one (although regrettably will be less compatible cause of dirty edits I have to do just to add perks to NPCs).
I am pretty sure some of the checks are just something like "HasActiveSpell" and then a bunch of ORs, for stuff like ABGhost, although I'm wondering if the Creation Kit itself has checks for things like the name of a character or voice type.
I'm now working on another mod much less simple than this one that will be based off of making movement speed/fall damage/ghosts/daedra/vampires/racial stats be much more similar to Morrowind. And I'll probably name it the MorrowindizedStatsOverhaul project, or something akin to that. Summoned creatures will also have normal weapons immunity (So in this upcoming currently unreleased mod the player can benefit from it partially sometimes), and I'll add a check for Ghostly FX as well in the perk list. This mod will also give all vampires paralysis immunity, and add diverse run speeds based off of both race and vampirism status- as well as strain of vampirism, and also make creatures that logically should be fast, faster.
... Anyways, for now I'm taking a bit of a break from modding as I've been modding obsessively for about four days total doing nothing but modding. First I spent a few days on Soul Powered Dwemer Horse, then made a fix to Skyrulian Field being buggy, then I released the simple Normal Weapons Immunity, then I started working on the very base of my newest project MorrowindizedStatsOverhaul, which won't be released for a while. I sure wish Bethesda kept Normal Weapons Immunity in the game, kept active paralysis immunity on vampires, and that Bethesda made it EASIER to modify movement speed.
Diversity in movement speed, needing to have a high speed stat to be able to outrun most enemies, and enemies which will ordinarily always be faster than the PC (like cliffracers), I feel really added to the immersion in the game, and made different types of characters feel different.
Vanilla Morrowind: Want to be able to outrun/evade most of your enemies? Get that speed stat up (or find any way to increase movement speed), get a jump spell, level acrobatics, level up acrobatics, get some teleport spells, cause without these things you can't really evade danger without relying on stealth or immobilizing spells.
Vanilla Skyrim: Want to be able to outrun/evade most of your enemies? Just change directions, hold down the sprint key, and try to jump over a few obstacles here and there, no need to dedicate your character build to being good at fleeing from combat. Now sure, in vanilla Skyrim you could get paralysis spells/calm spells/slow spells/fear spells, and stack Stamina to sprint for longer periods but it's just not the same. And being able to outrun a Sabrecat just feels very wrong to me. Unless they're casting a spell to move much faster, wearing an enchantment that makes them much faster, or they've received a super powerful divine speed blessing from some deity, or they're casting a slow/paralysis spell, I just can't imagine a humanoid outrunning a Sabrecat.
... Uh where was I? I got lost rambling about that future mod of mine... I have installed SKSE, Steam fortunately makes it mercifully easy, although I never made a mod before that relies on SKSE, and I'm not quite sure what making a script that relies on SKSE involves.
I'm guessing that if SKSE is installed, stuff that normally wouldn't compile, compiles? And that one would look at SKSE events, conditions and stuff, instead of the official script conditions on the official sites?