Jump to content

Skyrim Modding Diary - 07 March 2022


gregaaz

748 views

Hi folks, thanks for your patience while I took some sick time. I'm feeling better now and looking forward to getting back to full speed with the modding work. For today, we'll be mostly just catching up on some new items that came out while I was taking it easy. Tomorrow I'm planning to resume the case study for Groot's Solitude and I'll also be starting to plan out the path to our next adventure, which I'd like to start later this month or at the very start of next month.

 

Right now we have 1,439 mods installed and 1,475 plugins active. The final load order is EB. Note that both the plugin and index count are artificially high since we have some temporary files active as part of the integration of Groot's solitude mod, so those numbers will go down slightly in the near future.

 

Easy Stuff First

Spoiler

Let's start with the 'fire and forget' items - mesh, texture, and animation replacers. Specifically:

 

 

Only the last mod requires in-game setup, so unless we run into problems with some of the other stuff it'll be the ENB update that we focus on here... and as expected, there weren't any issues. Obviously, as always some items required asset load order management, but there were no tricky on ambiguous situations. Two of the mods did have plugins, one of which was ESL flagged and the other of which was an actual ESL. A quick review of the plugins revealed they were free of dirty or badly conflicted records. I did notice with satisfaction  that the DAR mod already supports the new version of Handguns of Skyrim that I haven't upgraded to yet - note the two injected records at the bottom. 

 

image.png.60fe47f5a02757bf42ca397a79474e80.png

 

Getting the ENB Working

Spoiler

The new ENB mod is going to involve a little bit of assembly. I use Rudy ENB right now, but Pi-CHO has always interested me. This new patch lets me use the best of both ENBs, but since Pi-CHO is the foundation of this setup, I have to start by installing that ENB over Rudy. And it's not just a drag and drop replacement; as you can see from this diagram here (packaged with the Pi-CHO installer), there are a bunch of extra steps for fine tuning:

 

image.png.69a73cb6603078247dcd337873bf8311.png

 

Steps 1 and 2 are pretty easy, so I won't spend time covering those. But let's look at the INI settings. Again, this diagram is from the Pi-CHO ENB installation package.

 

image.png.cd9f33584de5f7315fbeab42dd54b80c.png

 

Fortunately, these edits are pretty easy to implement using MO2's built-in INI editor. Moreover, most of the changes were already present in my settings so I only had to tweak a few things.

 

image.png.ad2c6cac5cd9d1797ef62a0cd2d10e66.png

 

That just leaves the in-game patch. This might be tricky, since I use Window Shadows, Luminousity, and LUX, all patched together. I'll see if I can apply all three patches, but I suspect I'll need to just install the LUX patch and accept that the other two mods won't be perfectly optimized. Actually, turns out my fears were wrong. I was able to load all three compatibility patches.

 

image.png.e39cf31b417974dc33d9b631148bb120.png

 

We'll take a little walk through Falkreath Hold (and beyond) and see how things look. 

 

ScreenShot1492.png.f1467a5eee8ba66760404d2bb198d7f2.pngScreenShot1491.png.7d1b1c546e334cbb589309a27c1a121f.pngScreenShot1490.png.0a2e519f01cf33bc21aca4bbf698a8ff.pngScreenShot1489.png.5fc205181ecbe06b2733122dbdc2348a.pngScreenShot1488.png.c81db07e936088253e9b24a7f61261c9.pngScreenShot1487.png.0618c1083be784bd491b12ac0c1a0212.pngScreenShot1486.png.10cbe585d5a13134c0087d79bedf14aa.png

 

It's a different look compared to Rudy, but not bad. There's a grainy pattern visible in these screen shots that is much less noticeable in game which I'd be interested in tamping down further, but otherwise all the changes seem to be improvements. I've noticed a lot less light source fighting (perhaps because of the light patches?) and also generally much better focus implementation. As an added bonus, I finally spotted a particular Thalmor officer costume "in the wild" that I hadn't seen since installing a while ago. I didn't see any negative impacts to frame rate, and in fact frames seemed slightly better in exterior areas (though it might be more of a "less grass-related stutter" than a straight FPS increase).

 

Visit Skyrim, Get Crabs!

Spoiler

That's a little Star Citizen joke.

 

image.png.bddfa2ccfeed9195d440c78efa7f0d6f.png

 

But it's relevant! Because our next mod is another Mihail Mods title I stumbled across recently: Mating Crabs. As the name suggests, it adds various types of crabs to Skyrim's coastline. My experience with Mihail's stuff so far has been pretty good, so I'm not expecting a lot of problems here. Let's take a look at the mod. Curiously, it has a lot of asset conflicts... however, review of them reveals that they're mostly third party textures that other mods also use. None of them seem to pose any problems, so we'll leave them be.

 

image.png.53d3af409e972da31c64786bd9b74a70.png

 

The plugin is already ESL flagged, which takes care of one potential "to-do", but we'll still want to clean it and check for conflicts. I found no errors or deletions, but I did remove 16 ITMs. Conflict review revealed very few conflicting records, most of which were top level cell data.

 

image.png.b795e5ccf02bc6db192ecf370ca23c52.png

 

ScreenShot1494.png.30647ee8ba95cd0603642cdf4d950b4c.pngScreenShot1493.png.9cb6e40c19e31596caf880f2a68a53a3.png

 

Looks good!

 

More From Ryn

Spoiler

If you've been following this blog for a while you know that I have a bit of a soft spot for Ryn2g. While I was out sick, they released two more mods - one that I'm definitely going to use and one that I probably won't use. But let's look at the both.

 

As we've become accustomed to seeing by now with Ryn's mods, the plugins were already ESL flagged and had no deletions, errors, or ITMs. They did require navmesh edge link cleaning. There were a lot of conflicts with the shadow stone; mostly trees getting repositioned. I let the Shadow Stone mod win all the tree related conflicts; I also had to merge record data for the necromancer NPC and the stone itself to ensure compatibility with Artifacts of Tamriel and with Shout Like a Virgin. Note that if you're following along with me, the record merge for the Shadow Stone is a non-skippable step - either the stone will be in the completely wrong place or SLaVE's functions will break if you fail to patch this record.

 

image.png.6d56377df6d0f7bd84aa4f7cd8223903.png

image.png.bbb94165687a43e3a5a556deb3d749a2.png

 

As you can see below, everything looks pretty good. There are a few areas that won't look quite right until I rebuild my grass cache, but that's par for the course and of course I'll be doing that before I start my next adventure.

 

ScreenShot1497.png.206c970bd5c1f4181ee1a293da210f8a.pngScreenShot1496.png.a6c53d410fe3dcea9fb7759097994a0b.pngScreenShot1495.png.ccf876cc4305e2b46cd0f30df21b467e.png

 

The Loreius Farm mod, however, is problematic. As you can see from this image here, the mod conflicts heavily with Frostfield and with the Loreius Farm Hamlet. While I wouldn't mind porting over some individual elements of them mod, that would involve a lot of work for relatively little benefit. Consequently, we're going to skip this one for now.

 

image.png.3ce01ddb4d6e8417dd2e97ef9c492cc3.png

 

 

Devious Strike: Do We Want It?

Spoiler

Devious Strike is an interesting mod. In one sense, I like how it incorporates devious devices into the game and has NPCs wear them. However, there are a lot of potential 'devils in the details' that the description alone leaves me unsure about. Let's try installing it and giving it a test run.

 

The mod doesn't have any asset conflicts, but it ships with an uncompacted plugin. A quick look through the scripts doesn't reveal any obvious red flags, and the mod itself is a "last place" mod that shouldn't pose downstream problems from compacting. Likewise, while the file contains a novel cell, nothing else is likely to edit it, so this is safe to compact. We do have some errors related to file format differences between Form 43 and Form 44. These are generally benign, so we can leave them before now unless they cause problems.

 

image.png.667cd5f6151f3d8e92a85a6f5d400e9c.png

 

The mod is otherwise clean and free from errors, which is helpful since it lets us test this in game without adding this mod as a master to our conflict resolution patch.

 

Looking at the mod in-game, we can see that it had a pretty rich MCM. This is good, because we need to fine tune the settings if this mod is going to work. If you remember my conversation with VirginMarie about certain Toys features, I want certain types of bondage gear to be pretty rare in my game, since they can become nuisance items and interfere with gameplay. 

 

ScreenShot1498.png.3df18cf49490daccd89668eeacc8a324.png

 

It does look like I can fine tune all the potential problematic percentages, and in actual use I expect I'll turn them down substantially. Going into embershard mine, we can see that the game is correctly injecting the new NPCs. However, I did notice that the Strikers have the dark face bug. Male device injection appears to be working correctly as well. 

 

ScreenShot1499.png.b559967884ca4d9423b264af8ced1c98.png

ScreenShot1500.png.4a90844697f6d8cd25442c11d3748f2b.png

 

Device injection did knock my character into third person mode and would have been pretty dangerous in a melee situation. However, in general the script execution was quick and wouldn't be guaranteed to be lethal. 

 

ScreenShot1502.png.e6630b517b7544578281563f023630e3.pngScreenShot1501.png.5a173457f1c6f1ee3999b6aa9fdaa9f7.png

 

I'm pretty happy with how this mod ran during my test session, and I think I'll be keeping it. With its percentages turned way down, it should integrate pretty smoothly without massively altering gameplay.

 

However, the blackface is a little concerning. Let's take a closer look at how this mod is structured internally... I'm hoping that it's just a matter of me needing to regenerate the faces in the CK.

 

image.png.369b4d27f536fbc3e2421ea0b1da36dc.png

 

That's actually exactly what we need to do - as you can see, the new NPCs have their own face data, so we need to output their facegen. We'll do that by going into the CK, selecting all the new NPCs, and pressing "control+F4" to generate their facegen. Then I'll drag the output into Devious Strikers' folder. And with that done, this mod should be working correctly! When our next adventure starts, we'll revisit the MCM settings, but I expect that turning them down 90% will avoid any issues with gameplay domination (e.g., change 80% to 8% and so forth).

 

I think that'll do it for today. I have a couple more things that I want to work on, but they can wait until tomorrow. We're wrapping up for today with 1,451 mods installed, 1,480 plugins active, and a final load order index of EB.

 

 

 

5 Comments


Recommended Comments

EnragedBard

Posted

Your blog is always a place I skim to grab mods for my (playthrough) blog.

 

Nothing today, but I do often snatch things from here!

gregaaz

Posted

1 hour ago, EnragedBard said:

Your blog is always a place I skim to grab mods for my (playthrough) blog.

 

Nothing today, but I do often snatch things from here!

Glad to hear it! That's one goal of the diary - to highlight the mod's that I find interesting and talk about how much work it takes to get them running, so other folks can make an informed decision about whether or not the mod is a good fit :)

VirginMarie

Posted

My measure for the mod is to see if it causes orgasm :P  

Just kidding! Innocent virgins don't know anything about orgasms.

Glad you got past being sick!

tznvlw

Posted

@gregaaz

 

Welcome back?:)
Regarding Devious Strike, given that it is widely distributed DDs, I wonder if it will affect the smoothness of the game, or FPS, is there any significant change?

gregaaz

Posted (edited)

11 hours ago, tznvlw said:

@gregaaz

 

Welcome back?:)
Regarding Devious Strike, given that it is widely distributed DDs, I wonder if it will affect the smoothness of the game, or FPS, is there any significant change?

 

I did not notice any impact at all.

 

Edit - just to expand on this now that I'm not trying to type on my phone, the mod works by swapping out some non-unique enemies (you set a percentage in the MCM) with custom enemies wearing DD costumes. The costume equips seem to all happen 'off screen' and did not have any impact on performance. The game does have the option to set it to interior enemies only, which might be there to help folks who have lower FPS/script budget in the outdoor areas. The effect that puts DD on the character when they get hit seemed to run pretty fast and didn't cause any lag or frame drops.

Edited by gregaaz

×
×
  • Create New...