<?xml version="1.0"?>
<rss version="2.0"><channel><title/><link>https://www.loverslab.com/blogs/blog/2114-corysias-skyrim-vr-adventures/</link><description><![CDATA[<p>
	It's July 1st, 2023 and I'm diving back in to Skyrim VR with both feet, literally.  In the last year, I've picked up a <a href="https://www.kat-vr.com/" rel="external nofollow">KatWalk C2+</a>, a <a href="https://www.bhaptics.com/tactsuit/tactsuit-x16" rel="external nofollow">bHaptics TactVest</a>, and a <a href="https://www.bhaptics.com/tactsuit/tactvisor" rel="external nofollow">bHaptics TactVisor</a>.  I've had a number of failed starts in this, mostly because of trying to get the mods to play well with each other.  I think I've finally ironed out all the kinks and I'm ready to do this.  The first post of this blog will be my modlist and notes on installing them.
</p>
]]></description><language>en</language><item><title>Troubleshooting</title><link>https://www.loverslab.com/blogs/entry/19606-troubleshooting/</link><description><![CDATA[<p style="text-align:center;">
	<span style="font-size:22px;"><strong>TROUBLESHOOTING</strong></span><br />
	<br />
	This entry is going to be a collection of notes on different ways of trouble-shooting mods.
</p>

<p style="text-align:center;">
	If you are looking to set up Skyrim VR, please look at my previous blog post <a href="https://www.loverslab.com/blogs/entry/19256-modlist-and-setup/" rel="">Modlist and Setup</a><br />
	 
</p>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">Default Logging</span></strong>
</p>

<p>
	 
</p>

<p>
	By default, logs are written to two locations.  First is your <strong>Documents </strong>folder under <strong>My Games\Skyrim VR\SKSE</strong>.  You'll find several logs there that are interesting.  These are the ones I have:
</p>

<ul>
	<li>
		JContainersVR.log
	</li>
	<li>
		SkyrimVRTools.log
	</li>
	<li>
		SkyUI-VR.log
	</li>
	<li>
		FaceGenFixes.log
	</li>
	<li>
		sksevr.log
	</li>
	<li>
		TactsuitVRPlugin.log
	</li>
	<li>
		higgs_vr.log
	</li>
	<li>
		WeaponThrowVR.log
	</li>
	<li>
		PapyrusTweaks.log
	</li>
	<li>
		Fuz Ro D-oh.log
	</li>
	<li>
		DualWieldBlockVR.log
	</li>
	<li>
		crouchtododge.log
	</li>
	<li>
		sksevr_steam_loader.log
	</li>
	<li>
		sksevr_loader.log
	</li>
</ul>

<p>
	 
</p>

<p>
	More logs can be found in your <strong>...\steamapps\common\SkyrimVR</strong> directory.  Here, I've found:
</p>

<ul>
	<li>
		DDi.log
	</li>
	<li>
		PapyrusUtilDev.log
	</li>
	<li>
		SexLab.log
	</li>
	<li>
		./Data/Meshes/armor/AFSKoldunArmor/log.log
	</li>
	<li>
		./Data/Plugins/Sumwunn/AchievementsModsEnabler.log
	</li>
	<li>
		./Data/SKSE/Plugins/vrik.log
	</li>
</ul>

<p>
	<br />
	Looking over these can be helpful as sometimes there's a mod another depends on, but it isn't listed on the nexus.  For example, I found SkyUI was complaining about Skyrim VR Tools not being installed.  After I read that, I went out and found it and installed it, updating the <a href="https://www.loverslab.com/blogs/entry/19256-modlist-and-setup/" rel="">Modlist and Setup</a> blog entry to install earlier than I'd listed.
</p>

<p>
	 
</p>

<p>
	Right now, I'm seeing this error in JContainersVR.log that I need to try to fix:<br />
	 
</p>

<pre class="ipsCode">[Error] JValue.readFromDirectory throws 'boost::filesystem::directory_iterator::construct: The system cannot find the path specified: "Data/creatures.d"'</pre>

<p>
	<br />
	The solution turned out to be just installing MoreNastyCritters.  It's the mod that adds "Data/creatures.d".
</p>

<p>
	 
</p>

<p style="text-align:center;">
	 
</p>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">Papyrus Logging</span></strong>
</p>

<p>
	 
</p>

<p>
	Logging for Papyrus is turned off by default.  To turn it on, you need to add these lines to your <strong>SkyrimVR.ini</strong> file in<strong> Documents\My Games\Skyrim VR</strong>:
</p>

<p>
	 
</p>

<pre class="ipsCode">[Papyrus]
fPostLoadUpdateTimeMS=500.0
bEnableLogging=1
bEnableTrace=1
bLoadDebugInformation=1</pre>

<p>
	 
</p>

<p>
	This will log files out in to your Skyrim VR game folder.  In my case, this is <strong>D:\Games\steamapps\common\SkyrimVR\Data\SKSE\Plugins</strong> (TODO: update this to the exact location).  Each time you run Skyrim, it will create a new file.  It rotates the old ones, renaming them with numbers at the end.  The .0 file is the last run, the .1 is the run before it, etc.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">VRIK Logging</span></strong>
</p>

<p>
	 
</p>

<p>
	Just noticed VRIK logs to<strong> D:\Games\steamapps\common\SkyrimVR\Data\SKSE\Plugins\vrik.log</strong>
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">Sexlab Animations Getting Twisted</span></strong>
</p>

<p>
	<br />
	<a contenteditable="false" data-ipshover="" data-ipshover-target="https://www.loverslab.com/profile/7838347-dexabcd/?do=hovercard" data-mentionid="7838347" href="https://www.loverslab.com/profile/7838347-dexabcd/" rel="">@dexabcd</a> found that if this happens, replace the SOSskeleton.nif with the skeleton from XP32.  <a href="https://www.loverslab.com/topic/134393-how-to-sl-in-vr-step-by-step-tutorial/?do=findComment&amp;comment=4175027" rel="">Discussion here.</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">Radiant Prostitution</span></strong>
</p>

<p>
	<br />
	<strong>What works:</strong> Basic innkeeper prostitution, serving tables, and integration with Submissive Lola<br />
	<strong>What doesn't work:</strong> Any random radiant quest.  In game, you'll see a message that 16 quests have been loaded, but when you go back in to the MCU, you'll see it's still at 0.<br />
	 
</p>

<p style="background-color:#1c1c1c;color:#bcbcbc;font-size:14px;">
	Papyrus reports this error:
</p>

<pre style="border-bottom-width:1px;border-color:#888888;border-right-width:1px;border-style:solid;border-top-width:1px;color:#bcbcbc;font-size:14px;padding:2px;"><span style="color:#ebe7e3;">[01/02/2023 - 08:52:25AM] Error: Cannot call getRank() on a None object, aborting function call</span></pre>

<p style="background-color:#1c1c1c;color:#bcbcbc;font-size:14px;">
	<br />
	That's a classic Null Pointer Exception.  When I tracked down a call to getRank(), I found this block:<br />
	 
</p>

<pre style="border-bottom-width:1px;border-color:#888888;border-right-width:1px;border-style:solid;border-top-width:1px;color:#bcbcbc;font-size:14px;padding:2px;"><span style="color:#ebe7e3;">Debug.Notification("Adding "+i+" Quests")
    while(i &gt; 0)
        i -= 1
        MF_RandomQuest QuestForm = JArray.getForm(quests,i) as MF_RandomQuest
        if(QuestForm.getRank() == 1)
            Handler.HomeJobs.addForm(QuestForm)</span></pre>

<p style="background-color:#1c1c1c;color:#bcbcbc;font-size:14px;">
	<br />
	So JArray.getForm() is returning NULL.  And the error is thrown when getRank() is called on that null reference.<br />
	<br />
	  It does work in Skyrim SE, however, which is using a newer version of JContainers.  SkyrimVR needs 4.1.13.  In SE, I'm using 4.2.3.  If I set SE to 4.1.13, it stops working.<br />
	<br />
	This has been fixed now with the <a href="https://www.loverslab.com/files/file/28746-radiant-prostitution-rmcw-edition/" rel="">RMCW Edition</a>!
</p>
]]></description><guid isPermaLink="false">19606</guid><pubDate>Mon, 07 Aug 2023 17:55:46 +0000</pubDate></item><item><title>Modlist and Setup</title><link>https://www.loverslab.com/blogs/entry/19256-modlist-and-setup/</link><description><![CDATA[<p style="text-align:center;">
	<u><strong><span style="font-size:22px;">INTRODUCTION</span></strong></u>
</p>

<p>
	Skyrim VR is aging.  The <a href="https://skse.silverlock.org/" rel="external nofollow">SKSE </a>site lists the different game versions, and Skyrim VR is the oldest and no longer receiving updates.  This is good, in the respect that Bethesda won't change anything about the game that breaks mods.  But it's also bad because mod developers are not making mods that are backwards compatible with the VR version.  In this list, I'll provide exact versions and URLs for where to find the mods I use, if I can.
</p>

<p>
	 
</p>

<p>
	Some of these are no longer available.  Ask me if you would like the version I have.  If I get enough requests, I'll put them on a cloud drive.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>LEGEND</strong>
</p>

<p style="text-align:center;">
	<span class="ipsEmoji">👄</span> means Adult content
</p>

<p style="text-align:center;">
	<span class="ipsEmoji">♀️</span> means female main character content
</p>

<p style="text-align:center;">
	<span class="ipsEmoji">♂️</span> means male main character content
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<span style="font-size:22px;"><u><strong>INSTALLATION</strong></u></span>
</p>

<ul>
	<li>
		Start with a fresh Steam install of Skyrim VR.
	</li>
	<li>
		Ensure you have no files in "My Documents / Save Games / Skyrim VR" or "Skyrim Special Edition".  We're starting clean.  If cloud saves put games back in, that's ok.
	</li>
	<li>
		Run Skyrim VR once, as is, without any mods, in SteamVR.  This will create and populate "My Documents / Save Games / Skyrim VR" with some files.
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<span style="font-size:18px;"><strong><u>CLEAN MASTER FILES</u></strong></span>
</p>

<p>
	This could be considered an optional step.  Some modders swear by it, others never mention it.  I've done this both with and without cleaning and I honestly can't tell the difference, which is why I call this "optional". This is the YouTube video that I follow.  Everything you need to know is in there about how to get <a href="https://www.nexusmods.com/skyrimspecialedition/mods/164" rel="external nofollow">SSEEdit 4.0.4</a>, configure it for SkyrimVR, and how to clean the files.  I'll post some notes about this below the video.<br />
	<br />
	I also don't have an opinion on when to clean. Before you start Skyrim?  Before your first save?  After?  I will leave that up to you because I don't think it makes any difference.<br />
	 
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Spoiler</span>
	</div>

	<div class="ipsSpoiler_contents">
		<div class="ipsEmbeddedVideo" contenteditable="false">
			<div>
				<iframe allowfullscreen="" frameborder="0" height="113" title="?SKYRIM VR - How To Clean MASTER FILES Correctly Using SSEEdit" width="200" data-embed-src="https://www.youtube-nocookie.com/embed/tkQWkKnZ8I8?feature=oembed"></iframe>
			</div>
		</div>
	</div>
</div>

<p>
	NOTES:
</p>

<ul>
	<li>
		At <a href="https://youtu.be/tkQWkKnZ8I8?t=585" rel="external nofollow">this point</a> in the video, he's just a little impatient.  Dawnguard takes a bit to load and the offending line will show up in red if you let the application work for a moment.
	</li>
	<li>
		Autoclean Update
	</li>
	<li>
		Autoclean Dawnguard
	</li>
	<li>
		Manually clean Dawnguard<br />
		- Cell block 5, sub-block 3, in the RIGHT HAND pane, 4th column - remove "RiftenRatwayZone [ECZN:0009FBB9]"<br />
		- Cell block 2, sub-block 1, Guard - remote the whole record<br />
		- Cell block 8, sub-block 1 Test - remove the whole record
	</li>
	<li>
		Autoclean Hearthfires
	</li>
	<li>
		Autoclean Dragonborn
	</li>
	<li>
		DO NOT CLEAN SKYRIM
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<u><strong>SETTING UP VORTEX</strong></u>
</p>

<ul>
	<li>
		Install Vortex.  If you prefer another mod manager, that should be fine, but I've only used Vortex.
	</li>
	<li>
		Use Profiles.  This will keep your mods and save games in sync.  Maybe you want to be a breton today, tomorrow a khajiit.  By using profiles, you can switch between them as if they're separate installs.  NOTE: you cannot change the settings of the mods, just whether or not the mod is installed, so keep that in mind when configuring later in SkyUI.
	</li>
	<li>
		Take note of your profile's ID.  It is used for where your save games will be written to.  For example, mine is "SkS-j0XPh" and so my save games are written to C:\Users\corysia\Documents\My Games\Skyrim VR\Saves\SkS-j0XPh.  If you have trouble saving your first game, it may not have created that directory and you'll have to do it yourself, and then save.  I've only had that happen once, but it's easy to fix.
	</li>
</ul>

<p style="text-align:center;">
	<img alt="1410497524_Screenshot2023-07-01092156.png.1d52d8a7dc37673d071a7ea44cc627ba.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1746810" data-ratio="130.50" style="width:200px;height:auto;" width="501" src="https://www.loverslab.com/uploads/monthly_2023_07/1410497524_Screenshot2023-07-01092156.png.1d52d8a7dc37673d071a7ea44cc627ba.png" />
</p>

<p style="text-align:center;">
	 
</p>

<p style="text-align:center;">
	 
</p>

<ul>
	<li>
		My Steam Library is on D:\Games, so Vortex needs to be configured to use the same drive.  In settings, under the Mods tab, I set my staging folder to be "D:\Games\Vortex\staging\{game}" and set Deployment Method to "Hardlink".
	</li>
	<li>
		In Settings, under Download, I've got my Download Folder set to "D:\Games\Vortex\downloads"
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>SET UP SKYRIM VR FOR MODDING</strong>
</p>

<ul>
	<li>
		Start Vortex.  When it first starts, it may need patching and provide a number of alerts in the upper right corner.  For loose files, just press 'fix'.  The rest we can ignore for right now.  We'll fix them as we progress.
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="1575540190_Screenshot2023-07-01093716.png.9109ae3f74b7f4b68dba7d4d3d606a04.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1746809" data-ratio="68.00" style="width:300px;height:auto;" width="750" src="https://www.loverslab.com/uploads/monthly_2023_07/1575540190_Screenshot2023-07-01093716.png.9109ae3f74b7f4b68dba7d4d3d606a04.png" />
</p>

<p style="text-align:center;">
	 
</p>

<p style="text-align:center;">
	 
</p>

<ul>
	<li>
		Visit <a href="https://skse.silverlock.org/" rel="external nofollow">SKSE</a> and download <a href="https://skse.silverlock.org/beta/sksevr_2_00_12.7z" rel="external nofollow">sksevr 2.0.12</a>.  That's the version for Skyrim VR.
	</li>
	<li>
		On the <a href="https://github.com/Odie/skyui-vr" rel="external nofollow">SkyUI VR GitHub page</a>, you'll find <a href="https://github.com/Odie/skyui-vr/releases/download/v1.2.2/SkyUI.v1.2.2.7z" rel="external nofollow">SkyUI 1.2.2</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/27782" rel="external nofollow">Skyrim VR Tools</a> 2.3-BETA
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/17561" rel="external nofollow">UIExtensions</a> 1.2.0
	</li>
	<li>
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/3038" rel="external nofollow">Fores New Idles in Skyrim</a>
	</li>
</ul>

<p>
	          [Required] <a href="https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files&amp;file_id=124620&amp;nmm=1" rel="external nofollow">FNIS Behavior VR 7_6 XXL</a>
</p>

<p>
	          (Optional) <a href="https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files&amp;file_id=124621&amp;nmm=1" rel="external nofollow">FNIS Creature Pack SE 7.6</a> if you are going to use creatures (I do)
</p>

<p>
	          (Optional) <a href="https://www.nexusmods.com/skyrimspecialedition/mods/3038?tab=files&amp;file_id=4722&amp;nmm=1" rel="external nofollow">FNIS Spells SE 7.0</a> (I don't use this one)
</p>

<ul>
	<li>
		Configure FNIS in Vortex to auto-run.  Go to the Mods tab and then click "Configure FNIS" along the top menu bar.  Be sure to check the Skeleton patch, as we'll be needing it shortly.
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="1746807" href="https://www.loverslab.com/uploads/monthly_2023_07/1660812919_Screenshot2023-07-01153501.png.7a2a665559aaba5fbd080eb5a3a19c79.png" rel=""><img alt="331936932_Screenshot2023-07-01153501.thumb.png.058c6aeb50995f414e8fbd216dd31d1b.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1746807" data-ratio="46.80" style="width:500px;height:auto;" width="1200" src="https://www.loverslab.com/uploads/monthly_2023_07/331936932_Screenshot2023-07-01153501.thumb.png.058c6aeb50995f414e8fbd216dd31d1b.png" /></a>
</p>

<p style="text-align:center;">
	<img alt="1097894543_Screenshot2023-07-01154019.png.8ab677689320bc203543f58523d94e12.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1746808" data-ratio="62.25" style="width:400px;height:auto;" width="1200" src="https://www.loverslab.com/uploads/monthly_2023_07/1097894543_Screenshot2023-07-01154019.png.8ab677689320bc203543f58523d94e12.png" />
</p>

<p style="text-align:center;">
	 
</p>

<p>
	Also, if you run Fores by hand, it may repeatedly bring up this "Create a shortcut" menu.  If you read the message (I didn't, for the longest time! <img alt=":flushed:" data-emoticon="" src="https://www.loverslab.com/resources/emoticons/flushed.png" title=":flushed:" />), if you hit [Cancel], it won't ask you again.
</p>

<p style="text-align:center;">
	<br />
	<img alt="image.png.51815deacc784069133c5a7399c39c7f.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1791321" data-ratio="99.39" width="327" src="https://www.loverslab.com/uploads/monthly_2023_08/image.png.51815deacc784069133c5a7399c39c7f.png" />
</p>

<p style="text-align:center;">
	 
</p>

<ul>
	<li>
		<span class="ipsEmoji">👄</span>Install <a data-fileext="7z" data-fileid="853296" href="https://www.loverslab.com/applications/core/interface/file/attachment.php?id=853296" rel="">SexLabFrameworkSE_v163_BETA8</a> because this is the last version that still supports VR.<br />
		Install the <a data-fileext="7z" data-fileid="969726" href="https://www.loverslab.com/applications/core/interface/file/attachment.php?id=969726" rel="">SexLab VR patch beta8 38-test</a><span>, tell Vortex to load after the SL framework</span><br />
		Install the <a data-fileext="7z" data-fileid="1037882" href="https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1037882" rel="">SexLab VR patch hotfix for v38</a>, tell Vortex to load after the previous patch you just added.
	</li>
</ul>

<p>
	 
	</p><p style="text-align:center;">
		<img class="ipsImage ipsImage_thumbnailed" data-fileid="2496616" data-ratio="70.40" width="750" alt="image.png.984d7bab583423e8673d70fd029b7e64.png" src="https://www.loverslab.com/uploads/monthly_2026_01/image.png.984d7bab583423e8673d70fd029b7e64.png" />
	</p>


<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>

<ul>
	<li>
		Install XP32 Maximum Skeleton Special Extended (XPMSSE) <a href="https://www.nexusmods.com/Core/Libs/Common/Widgets/ModRequirementsPopUp?id=178559&amp;game_id=1704&amp;nmm=1" rel="external nofollow">4.80</a>.  This is what we needed the checkbox in FNIS for.  For options, I select the following:<br />
		Skeleton - Physics Extensions<br />
		Character Creation pg 1 - Racemenu (we'll install that shortly)<br />
		Character Creation pg 2 - Out of sync<br />
		Animation Variants - none for everything<br />
		First Person Animation - none<br />
		Mounted combat animations - none<br />
		Compatibility pg 1 - <span class="ipsEmoji">👄</span>Schlongs of Skyrim (we'll install shortly)<br />
		Compatibility pg 2 - none, I don't use Deadly Mutilation<br />
		Compatibility pg 3 - none, I don't use Enderal
	</li>
	<li>
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/19080?tab=files&amp;file_id=109702&amp;nmm=1" rel="external nofollow">RaceMenu Special Edition v0-4-9</a> This specific version.<br />
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/19080?tab=files&amp;file_id=154909&amp;nmm=1" rel="external nofollow">RaceMenu VR 0.4.14</a><br />
		Delete skee64.dll and skee64.ini from &lt;your_steam_install&gt;\steamapps\common\SkyrimVR\Data\SKSE\Plugins<br />
		NOTE: When you install the next mod, you'll get a warning about deleting 2 files.  It's OK.
	</li>
	<li>
		Install <a href="https://www.nexusmods.com/Core/Libs/Common/Widgets/ModRequirementsPopUp?id=75826&amp;game_id=1704&amp;nmm=1" rel="external nofollow">PapyrusUtil VR 3.6b</a>.  NOTE: This version does not need the Address library<br />
		When prompted, override SexLab with this version (in other words, Load After)
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/58101" rel="external nofollow">VR Address Library</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/77779" rel="external nofollow">Papyrus Tweaks NG</a>
	</li>
	<li>
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/23416?tab=requirements&amp;file_id=211578&amp;nmm=1" rel="external nofollow">VRIK Player Avatar v0.8.1 Build 28</a>.  NOTE: If you're going to play the vanilla introduction and not use Realm of Lorkhan as I do, disable these VRIK mods until after your hands are freed.<br />
		(Optional) Install <a href="https://www.nexusmods.com/Core/Libs/Common/Widgets/ModRequirementsPopUp?id=118293&amp;game_id=1704&amp;nmm=1" rel="external nofollow">VRIK Rift-Index-WMR Controller bindings</a>.  This will remap some of your controller keys.<br />
		(Optional) Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/63663" rel="external nofollow">Arctal's VRIK Tweak</a>, tell Vortex to override VRIK.
	</li>
	<li>
		<p>
			<span class="ipsEmoji">👄</span>Install<a href="https://www.nexusmods.com/skyrimspecialedition/mods/30872" rel="external nofollow"> HDT-SMP VR (Skinned Mesh</a> Physics) for Havok breast physics.
		</p>
	</li>
	<li>
		<p>
			Install <a href="https://www.nexusmods.com/skyrim/mods/49015?tab=files&amp;file_id=1000348249&amp;nmm=1" rel="external nofollow">BodySlide and Outfit Studio</a> v5.5.2
		</p>
	</li>
</ul>

<p>
	          Options: BodySlide and CBBE Body Physics, RaceMenu Morphs for CBBE
</p>

<ul>
	<li>
		<p>
			Install<a href="https://www.nexusmods.com/skyrimspecialedition/mods/198?tab=files&amp;file_id=218572&amp;nmm=1" rel="external nofollow"> Caliente's Beautiful Bodies Enhancer - v1.6.2</a>, tell vortex to override BodySlide when asked<br />
			Base Options: Curvy, <span class="ipsEmoji">?</span>None, Vanilla, Face Pack, Thin + Trimmed Brows<br />
			Optional Features: check everything
		</p>
	</li>
	<li>
		<p>
			<span class="ipsEmoji">👄</span>Install Schlongs of Skyrim for <a href="https://www.loverslab.com/files/file/5355-schlongs-of-skyrim-se/?do=download&amp;r=683521&amp;confirm=1&amp;t=1&amp;csrfKey=d3c52a4f3400bf6ce6191af44b84a123" rel="">VR 1.0.7</a><br />
			Default body, Hairy, and all addons<br />
			Load after XP32
		</p>
	</li>
	<li>
		<p>
			Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/91644?tab=files" rel="external nofollow">Fuz Ro D'oh VR</a>
		</p>
	</li>
	<li>
		<p>
			Run BodySlide Studio.  You'll want to check the meshes checkbox and the "Build Morphs" checkbox, then press "Batch Build".  You'll get another dialog box asking about which sliders to choose.  I select <span class="ipsEmoji">?</span>"CBBE Body HDT" which will make my character nude when undressed.  There are other options for Undies, etc.   On the next screen, you'll also see a list of outfits and you need to pick a shape again.  Here, I choose CBBE Physics (I'll try to grab a screenshot next time).  It should generate morphs for 292 items.
		</p>
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="1044860437_Screenshot2023-07-02095052.png.19e24c92972d6421fd0a7b1470b8c8e1.png" class="ipsImage ipsImage_thumbnailed" data-fileid="1747467" data-ratio="75.67" style="width:300px;height:auto;" width="1176" src="https://www.loverslab.com/uploads/monthly_2023_07/1044860437_Screenshot2023-07-02095052.png.19e24c92972d6421fd0a7b1470b8c8e1.png" />
</p>

<p>
	 
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>OPTIONAL PRE-GAME MODS</strong>
</p>

<p>
	These are some additional mods I typically start with prior to creating a new game.
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/Core/Libs/Common/Widgets/ModRequirementsPopUp?id=61519&amp;game_id=1704&amp;nmm=1" rel="external nofollow">Achievement Mod Enabler</a> to enable Steam Achievements
	</li>
	<li>
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/18223?tab=files&amp;file_id=230489&amp;nmm=1" rel="external nofollow">Realm of Lorkhan v.3.6.1</a><br />
		Install <a href="https://www.nexusmods.com/skyrimspecialedition/mods/18223?tab=files&amp;file_id=230489&amp;nmm=1" rel="external nofollow">Realm of Lorkhan - Unbound patch</a><br />
		(Optional) <a href="https://www.nexusmods.com/skyrimspecialedition/mods/36348?tab=files&amp;file_id=230520&amp;nmm=1" rel="external nofollow">Realm of Lorkhan - No Shards</a>
	</li>
	<li>
		<p>
			<a href="https://www.nexusmods.com/skyrimspecialedition/mods/4219" rel="external nofollow">No Starting Spells</a>
		</p>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/45624" rel="external nofollow" style="font-family:'-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';">No Racial Starting Spells</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/6817" rel="external nofollow">KS Hairdos SSE</a>
	</li>
</ul>

<p style="text-align:center;">
	<strong><span style="font-size:18px;">CREATING A NEW GAME</span></strong>
</p>

<p>
	 
</p>

<p>
	In this section, I'll describe how I configure these mods from within the MCM.  I won't go over all of my personal settings, but I'll call out some important ones.  In the end, you should set it up the way you want to play.
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>(Optional)</strong> Disable RaceMenu while you initially create your character.  I do this because I just want a Breton.  After you create your character and make your first save, you should re-enable RaceMenu.  I find Race Menu too hard to work with in VR.  Leave it on if you want the full functionality of it.
	</li>
	<li>
		Start a new game and create your character.  I have found that when I try to switch from Male to Female, SteamVR locks up and I see my harddisk running solid for a bit.  Sometimes I have to restart, other times I can just wait a bit and the female model will eventually show up.  It didn't used to do this, but I am running in to this often now.  Just be patient and keep trying if you're going to play a female character.
	</li>
	<li>
		After your character, configure VRIK.  Go in to your Magic menu and select the VRIK Calibration Power.  First, go with "Headset Height".  After the power cooldown delay, go in again and choose "Default".  I'm 5'3", so I then choose "shorter" a few times to get me at the height I want my character to be.  Finally, choose "VR Scale" and then done.  You can now unselect the VRIK Power option.
	</li>
	<li>
		Next, in the MCM, select VRIK.<br />
		Under Controls, I like to check "selfie" and set the compass to "left hand up" so I only see the compass when I look at the palm of my left hand.
	</li>
	<li>
		For SexLab, first you need to choose Install and then exit the MCM.<br />
		After it is installed, go in to the MCM again and under VR I like to choose "Lock view to body" and then I usually prefer to "disable 3rd person" so it's all 1st person.<br />
		Under Animation, if you want creatures, turn that on and then exit the MCM.  You'll get two notifications that Creatures is installed and you have to wait for both of them before the MCM will respond again.<br />
		Go back in to Animation and set your preferences.  If you want aggressive animations, be sure to set them to be allowed here or you'll get messages later saying how they were blocked.<br />
		Under voices, I change my voice from Random to a voice I prefer.  For NPCs, I set them to reuse their voice.
	</li>
	<li>
		Quit out of the MCM and save your game.  Now is when you verify that your saves are going in to the correct subfolder.  In my case: C:\Users\corysia\Documents\My Games\Skyrim VR\Saves\SkS-j0XPh
	</li>
	<li>
		<strong>Re-enable Race Menu if you turned it off.</strong>
	</li>
</ul>

<p>
	 
</p>

<p>
	These are the core mods I start with.  The rest of them are Quality of Life changes, adventures, and bugfixes.  I'll continue to update this post periodically.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpeg" data-fileid="1747483" href="https://www.loverslab.com/uploads/monthly_2023_07/OculusScreenshot1688315959.jpeg.9cce6930817b9265ba44487f5db5cde2.jpeg" rel=""><img alt="OculusScreenshot1688315959.thumb.jpeg.ac92685d11141c44eb5824318026098f.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="1747483" data-ratio="100.00" style="width:300px;height:auto;" width="1080" src="https://www.loverslab.com/uploads/monthly_2023_07/OculusScreenshot1688315959.thumb.jpeg.ac92685d11141c44eb5824318026098f.jpeg" /></a>
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>QUALITY OF LIFE MODS</strong>
</p>

<p>
	 
</p>

<p>
	In this next section, I'll list out all of the mods I add just to improve Skryim VR.
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/6656" rel="external nofollow">Amazing Follower Tweaks SSE</a> 1.66 - lets me turn anyone in to a follower and gives me the options to give them more commands than the default game.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/16741?tab=files&amp;file_id=53020&amp;nmm=1" rel="external nofollow">Audiobooks of Skyrim</a> - I love to read, but not in VR.<br />
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/26324?tab=files&amp;file_id=94869&amp;nmm=1" rel="external nofollow">Audiobooks of Skyrim Gopher Collection 1</a> - Audiobooks read by Gopher<br />
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/31107?tab=files&amp;file_id=116782&amp;nmm=1" rel="external nofollow">Audio Settings for Audiobooks of Skyrim</a> - gives a separate volume slider for the audiobooks.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/16613" rel="external nofollow">Be Seated v4.2.5</a> - really fun one where you can sit at a bar in an inn and order a drink and they bring it to you!  Note: I have no luck with beds, I get stuck in them, so I disable that.<br />
		Requires <a href="https://www.nexusmods.com/skyrimspecialedition/mods/27782" rel="external nofollow">Skyrim VR Tools</a>
	</li>
	<li>
		The <a href="https://www.nexusmods.com/skyrimspecialedition/mods/266?tab=files&amp;file_id=241103&amp;nmm=1" rel="external nofollow">Unofficial Skyrim Special Edition Patch</a> v.4.2.6 - later versions won't work with SkyrimVR<br />
		requires <a href="https://www.nexusmods.com/skyrimspecialedition/mods/16412" rel="external nofollow">SkyrimVR - USSEP Compatibility Patch</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/667?tab=files&amp;file_id=65049&amp;nmm=1" rel="external nofollow">Campfire </a>- a complete camping mod - My Breton is a forsworn, so she should be able to make basic bows and such in the wilderness.  Papyrus VR should override Campfire.  SexLab should override Campfire.  We want PapyrusVR to be the latest Papyrus engine.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/8379" rel="external nofollow">Carriage and Ferry Travel Overhaul</a> - More options to where the carriages will take you.<br />
		(Optional) <a href="https://www.nexusmods.com/skyrimspecialedition/mods/33152" rel="external nofollow">No Fast Travel</a> - I'm using VR and a treadmill, I want to have to walk or pay for a ride.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/44442" rel="external nofollow">Crouch to Dodge VR</a> - You'll break a sweat doing squats, I promise!
	</li>
	<li>
		<s><a href="https://www.nexusmods.com/skyrimspecialedition/mods/19673" rel="external nofollow">Darkened Dungeons SE</a> - dungeons should be dark</s> Replaced in favor of Enhanced Light and FX
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/28456" rel="external nofollow">Dual Wield Block VR</a> - because you should be able to block even if you're holding two weapons or a weapon and a spell.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/16475" rel="external nofollow">Fishing in Skyrim VR</a> - teach a girl to fish, you feed her for life!
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/3808" rel="external nofollow">Footprints</a> - because you should leave tracks in the snow.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/43930" rel="external nofollow">HIGGS Enhanced VR Interaction</a> - because you should be able to touch everything in your world.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/1533" rel="external nofollow">Holidays </a>- who doesn't love a party?  In the MCM you can set your character's birthdate.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/523" rel="external nofollow">Immersive Sounds Compendium</a> - several improvements to sounds.  I leave the Nirnroot as vanilla, however.<br />
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/44992" rel="external nofollow">Immersive Draw &amp; Sheathe Sounds VR</a> - a patch for the above compendium
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/1473" rel="external nofollow">Modern Brawl Bug Fix</a> - because for some reason, probably cloaks or something else, interferes with brawling and they always pull a weapon on me.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/2182" rel="external nofollow">Realistic Water Two SE v5.6.0</a> - water looks so much better
	</li>
	<li>
		<s><a href="https://www.nexusmods.com/skyrimspecialedition/mods/8607" rel="external nofollow">Smoking torches and candles</a> - I prefer the subtle option.</s> Replaced in favor of Enhanced Light and FX
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/659" rel="external nofollow">Static Mesh Improvement Mod (SMIM)</a> - really improves the looks of things.  You'll have a lot of conflicts with this one.  Always load it 'before' because the rest of the mods are newer, I'm sure.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/4127" rel="external nofollow">Super Simple Lock Bash</a> - because you should be able to break in to a chest
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/35687" rel="external nofollow">VR Bound Bow FX Restored</a> - makes bound bows like the non-VR version
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/31374" rel="external nofollow">Weapon Throw VR</a> - so you can throw weapons, torches, etc.  Lots of options in here.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/644" rel="external nofollow">Wet and Cold SE</a> - I like seeing my cold breath, etc.
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>MAGIC</strong>
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/22466" rel="external nofollow">More Valuable Spell Tomes</a> - because magic shouldn't that cheap. 
	</li>
	<li>
		Spell Research <a href="https://www.nexusmods.com/skyrimspecialedition/mods/20983?tab=files&amp;file_id=127868&amp;nmm=1" rel="external nofollow">2.2.2 SSE</a> - to research magic rather than just reading a book.  Be sure you go in to the MCM and import spells.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/22139" rel="external nofollow">No Spells From Vendors or Loot</a>, to force me to do the research rather than saving up a ton of money
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/17004" rel="external nofollow">Immersive College of Winterhold SE</a> - a wonderful expansion to the College.  A must-have if you play a mage.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/66666" rel="external nofollow">College of Winterhold - Quest Expansion</a> - More quests for the College, and they're actually good!
	</li>
	<li>
		iUnlock - <a href="https://www.nexusmods.com/skyrimspecialedition/mods/35438?tab=files&amp;file_id=137810&amp;nmm=1" rel="external nofollow">Spell Research version</a> - import spells in Spell Research to pick this one up as researchable.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/3736" rel="external nofollow">Simple Mark &amp; Recall</a> - I loved this pair of spells from Morrowind.  Not researchable, unfortunately, so it's going to be expensive!
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/17384" rel="external nofollow">Teach Followers Spells Full SSE</a> - do I teach my follower or do I sell that spell tome?  Hmmm....
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/18664" rel="external nofollow">Wards Functionalities Extended</a> - a ward can't stop an arrow??  Now they will.  But shouts should break wards.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/10266" rel="external nofollow">Face Changer</a> - I get this one mostly so I can change my hair style.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/12615" rel="external nofollow">Collage Days</a> - Tuition, ugh!!
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	<strong>bHaptics and KatWalk</strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/45550" rel="external nofollow">No Stamina Drain For Sprinting</a> - This sounds overpowered, but I'm using a KatWalk.  I promise you, my stamina drains faster running Real Life than it does in the game!
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/24486" rel="external nofollow">TactSuit SkyrimVR</a> - Only useful for someone with bHaptics toys.  They're so much fun!
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/16242" rel="external nofollow">Skyrim VR Configuration Tool</a> - This handy tool allows you to adjust a lot of things.  I read about it on <a href="https://www.reddit.com/r/skyrimvr/comments/89e7il/crouch_height/" rel="external nofollow">reddit</a>.  I'm 5'3" and to physically crouch on a KatWalk with the default settings is more burn than I can handle right now, so this let me adjust it to a more comfortable stoop and still let me walk.<br />
		<strong>NOTE</strong>: Another very useful feature is it allows you to increase the priority of Skyrim VR, making it run smoother.
	</li>
</ul>

<p>
	 
</p>

<p>
	At this point, I run the game again and configure the MCM.  And make another save game.  Here I also joined the Forsworn faction and chose the Lover's Stone.  Next, we'll start installing the Adult mods.  Here we have to be careful because loading too many of these at once can overtax Papyrus.  So, I periodically start the game and configure the MCM.
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/2650?tab=files&amp;file_id=128013&amp;nmm=1" rel="external nofollow">RSSE Children Overhaul 1.1.3 with hotfix 1</a> - USSEP patch, 2K Aventus, Facial animations
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/3862?tab=files&amp;file_id=41330&amp;nmm=1" rel="external nofollow">Hearthfire Multiple Adoptions</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/Core/Libs/Common/Widgets/ModRequirementsPopUp?id=165533&amp;game_id=1704&amp;nmm=1" rel="external nofollow">JContainers VR</a> 4.1.13
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/2424" rel="external nofollow">Enhanced Lights and FX</a> - loading this later as it detects mods
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/5482-sexlab-aroused-redux-sse-version-29" rel="">Sexlab Aroused SSE Loose 29</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://mega.nz/#!WEgGDaCa!wAho2Rphy47Lcd55DEmV50GgN07CMnTjhQ_r9s6dq-I" rel="external nofollow">ZaZ Animation Pack+ CBBE HDT V8.0+SEREV3</a> - ZaZ is going to give you a lot of extra items and put collars around the necks of a lot of people.  Lots of slavery in Skyrim!  Be sure you register SexLab in its MCM settings.<br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/18461-zaz-animation-pack-cbbe-hdt-v80serev3_voice7z/" rel="">ZaZ Animation Pack+ CBBE HDT V8.0+SEREV3 Voice files</a><br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/17253-skyrimvr-patches-vrik-integrations-for-zazdd-camera-spinning-fixes-other-qol-patches/" rel="">ZaZ 8+ - VRIK No Spin - VR Patch</a> - this will cause a conflict, load it after to override.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/2455-sex-lab-sexual-fame-framework/" rel="">SexLab Sexual Fame 0.99</a> - visit the MCM for rules, you might get arrested!<br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/topic/151970-slsf-fame-comments-se/" rel="">SexLab Sexual Fame Comments</a> 3.31
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://mega.nz/file/zjJkTYpC#ydZuptDXzhtgQVBmMwyImXuWro_FhPXM7YvJrll7MB8" rel="external nofollow">SexLab Sexual Fame Comments Voice Files</a> 3.31
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/5464-more-nasty-critters-specialanniversary-edition/" rel="">Creature Framework 3.0 and More Nasty Critters</a>.  Be sure you look at the video there to understand how to put the 3-part file back together.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.nexusmods.com/skyrimspecialedition/mods/13068" rel="external nofollow">Fertility Mode 3.0.1</a> - choose Skyrim Special Edition and BSA.  Ignore the Special Edition Patches, they're no longer needed.  Choose HMA + SexLab.  In the MCM, I like to deselect auto-inseminate PC, select only unique men and women. And I slide the UI bar <span class="ipsEmoji">♀️</span> over from 900 to about 925.  I also set the race to random between mine and the father.<br />
		<span class="ipsEmoji">👄</span><a href="https://www.nexusmods.com/skyrimspecialedition/mods/46820?tab=files&amp;file_id=258621&amp;nmm=1" rel="external nofollow">Fertility Mode v3 Fixes and Updates</a><br />
		<a href="https://www.loverslab.com/files/file/17253-skyrimvr-patches-vrik-integrations-for-zazdd-camera-spinning-fixes-other-qol-patches/" rel="">Fertility Mode VR Name fix</a><br />
		<span class="ipsEmoji">♀️</span> <a href="https://www.nexusmods.com/skyrimspecialedition/mods/56750" rel="external nofollow">Fertility Adventures</a> - I disable the sleep creep.  It happens too often.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/9152-sexlab-defeat-sse/" rel="">SL Defeat</a> - I would prefer to use Naked Defeat, but it doesn't play well with VR.  This one is still good, tho.  You need to turn on SL Defeat in the MCM. <br />
		<strong>NOTE</strong>: If you find yourself being molested and the molester is suddenly attacked by the town guards, this is due to a setting down in Player as Victim called <em>Witness Intervention</em> where you can allow others to join in or save you.  <em>TURN IT OFF!</em>  Especially if you're a town or inn and don't want your NPC attacker to be killed.<br />
		<strong>NOTE</strong>: If enemies stop attacking you, you probably need to go in to this MCM menu and <strong>CLEAN</strong> because your state is stuck in recovery mode.  It's to allow you to get away and not be repeatedly victimized.  But it gets stuck now and then.<br />
		<span class="ipsEmoji">👄</span><a href="https://mega.nz/file/PqwQwC4J#DC5OYTVwxxroSRgeH6edWVrOtJT7e2eGH6mq7zkvZLM" rel="external nofollow">SL Defeat Voice Files</a>
	</li>
</ul>

<p>
	 
</p>

<p>
	This is enough for now.  I start up the game, and wait a bit for the MCM to catch up.  The game might crash.  Just try again.  If it keeps crashing, start taking out mods and retry.  Configure the MCM, and make a save.  Now for the next batch of mods...
</p>

<p>
	 
</p>

<ul>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/5878-devious-devices-se/" rel="">Devious Devices SE &amp; VR 5.1</a> - I choose CBBE SE, FeuerTin, Bunnyhopping, no beast race, <span class="ipsEmoji">♂️</span>Devious Devices for Him, and Skyrim VR.  I have Devious Devices override ZaZ conflicts.<br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/17253-skyrimvr-patches-vrik-integrations-for-zazdd-camera-spinning-fixes-other-qol-patches/" rel="">Devious Devices 5.1 VRIK No Spin Patch</a> - the patch should override the original.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/1052-devious-cidhna-may-5-2018/" rel="">Devious Cidhna</a><br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/18450-deviouscidhna1-10se-voices7z/" rel="">Devious Cidhna Voices</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/13440-sexual-persuasion/" rel="">Sexual Persuasion</a><br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/18457-sexualpersuasion1-1se_voice7z/" rel="">Sexual Persuasion voice</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/5328-sexlab-animation-loader-sse/" rel="">SL Animation Loader SE</a><br />
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/9187-rydins-animations-resource-pack/" rel="">Rydin SLAL Pack</a> - You'll need to enable these in the SL Animation Loader MCM.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/19972-absolutely-no-naked-comments/" rel="">Absolutely No Naked Comments</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/9916-sexlab-achievement-se/" rel="">SexLab Achievements</a> - gamification of naughty activities! 
	</li>
</ul>

<p>
	 
</p>

<p>
	Time to break again to let Papyrus handle this.  Before starting the game, run BodySlide to update the morphs for your new outfits.  You'll get a list of options to choose.  I choose HDT or CBBE SE whenever it's offered.  It should be up to 448 morphs now.  I always get an error on the Khajiit chain harness and the Breast Rope Extreme harness.  I don't know how to fix it, so I ignore it.  It hasn't messed me up so far.
</p>

<p>
	 
</p>

<ul>
	<li>
		Skyrim Utility Mod (SUM)
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Prison Overhaul Patched 5.32 (requires SUM)<br />
		<span class="ipsEmoji">👄</span>Prison Overhaul Patched Voice<br />
		<a href="https://www.loverslab.com/files/file/17253-skyrimvr-patches-vrik-integrations-for-zazdd-camera-spinning-fixes-other-qol-patches/" rel="">SUM &amp; POP No Spin VR Patch</a> - load after-all
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span class="ipsEmoji">♂️</span>Flower Girls SE and VR - remember to go back to Fertility and monitor FG girls if you'd like.<br />
		<span class="ipsEmoji">👄</span><span class="ipsEmoji">♂️</span>Flower Girls SE Adventures
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Public Whore<br />
		<span class="ipsEmoji">👄</span>Public Whore voice<br />
		<span class="ipsEmoji">👄</span>Public Whore SlaveTats<br />
		<a href="https://www.loverslab.com/files/file/22435-public-whore-sevr-hotfix/" rel="">Public Whore SE/VR patch</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span class="ipsEmoji">♀️</span><a href="https://www.loverslab.com/files/file/15346-submissive-lola-the-resubmission-lese/" rel="">Submissive Lola Resubmission</a> 2.1.0<br />
		<strong>NOTE</strong>: If you don't set this to nickname mode or your character's name will be changed to Lola and it will affect your save games. When you end your service, you can get your name back.  But you will need to save and restart your game for it to work properly. <br />
		<strong>NOTE</strong>: By default, zaz slave control is off.  Unless you've another mod that would conflict, I suggest turning this on because it will require other NPCs to ask your owner for permission first.<br />
		<span class="ipsEmoji">?</span>Submissive Lola voice
	</li>
	<li>
		<s><span class="ipsEmoji">👄</span><span class="ipsEmoji">♀️</span><span class="ipsEmoji">♂️</span><a href="https://www.loverslab.com/files/file/17325-radiant-prostitution-gigolo-se/" rel="">Radiant Prostitution Gigolo SE 7.0.4</a> - This mod does not fully work, none of the additional quests will load in Skyrim VR.  I've been trying to figure this out, and I think it's due to JContainers VR not being as current as JContainers SE.  But the basics work.</s>
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Radiant Prostitution RMCW Edition<br />
		<span class="ipsEmoji">👄</span>Radiant Prostitution v7.0.4 Voice Pack Gen4
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span style="background-color:rgb(28,28,28);color:rgb(188,188,188);font-size:14px;text-align:left;"><a href="https://www.loverslab.com/files/file/13531-simple-slavery-plus-plus/" rel="">Simple Slavery Plus Plus 6.3.19 [SE]</a> </span><br />
		<span class="ipsEmoji">👄</span>Simple Slavery Plus Plus voice
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span style="background-color:rgb(28,28,28);color:rgb(188,188,188);font-size:14px;text-align:left;"><a href="https://www.loverslab.com/files/file/9385-spank-that-ass-se/" rel="">Spank That Ass SE v4.5 (25-Jan-2021)</a></span> - there is a voice file for this one, but it doesn't match my chosen voice.  Oddly, this will sometimes show up as "trial run alpha".
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/5123-dripping-when-aroused-se/" rel="">Dripping When Aroused SE</a> (<span style="background-color:rgb(28,28,28);color:rgb(188,188,188);font-size:14px;text-align:left;">DW 2022-03-03) - also called Dripping Wet or Dripping When Wet.</span>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/20724-love-sickness-lese/" rel="">Love Sickness</a> 1.0.1 - Set this for hearts only on onset so you know when you first enter this stage.
	</li>
</ul>

<p>
	 
</p>

<p>
	I have a lot more mods installed.  I'll list them here, in no particular order.  If there's interest, I'll track down the exact URLs like I have above where I can.  But I'm not sure anyone's read this far!
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/68164" rel="external nofollow">Skyrim VR Change Your Bindings</a><br />
		<span style="background-color:rgb(35,35,35);color:rgb(196,196,196);font-size:14px;text-align:left;"><strong>NOTE</strong>: If you try to load VRIK Rift-Index-WMR Controller Bindings V2.1.0, this app will throw a parsing error. It turns out that the VRIK map adds an unexpected<span> </span></span><em style="background-color:rgb(35,35,35);color:rgb(196,196,196);font-size:14px;text-align:left;">Activate<span> </span></em><span style="background-color:rgb(35,35,35);color:rgb(196,196,196);font-size:14px;text-align:left;">option to the "Favor" section of the file. If you open the file in a text editor and delete Line 229, the VRIK mappings will open in this app.</span><br />
		<strong>NOTE</strong>: combos are supposed to work, but I can't get them to, so maybe this is useless.
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span style="background-color:rgb(35,35,35);text-align:left;"><font color="#c4c4c4">Body Search &amp; voice files - gets repetitive, so turn it way down.</font></span>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span class="ipsEmoji">♀️</span><span style="background-color:rgb(35,35,35);text-align:left;"><font color="#c4c4c4">Troubles of Heroine - can be Troubles of Hero, lots of options.  I disable some side quests I don't personally care for.</font></span>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><span class="ipsEmoji">♀️</span><span style="background-color:rgb(35,35,35);text-align:left;"><font color="#c4c4c4"><a href="https://www.loverslab.com/files/file/1733-a-forsworn-story/" rel="">A Forsworn Story</a></font></span>
	</li>
	<li>
		<span style="background-color:rgb(35,35,35);text-align:left;"><font color="#c4c4c4"><a href="https://www.nexusmods.com/skyrimspecialedition/mods/19390/?tab=files&amp;category=archived" rel="external nofollow">iNeed Food Water and Sleep Continued v1.93</a> - I can only see 1.94 now, so I don't know if one can still get this version.<br />
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/45586" rel="external nofollow">iNeed Water VR</a></font></span>
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.nexusmods.com/skyrimspecialedition/mods/7305" rel="external nofollow">Amorous Adventures</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/57098" rel="external nofollow">All Male Housecarls</a> light version
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Animated Prostitution
	</li>
	<li>
		<span class="ipsEmoji">👄</span>TDF Prostitution
	</li>
	<li>
		<s><span class="ipsEmoji">👄</span><a href="https://www.nexusmods.com/skyrim/mods/60421" rel="external nofollow">Bathing in Skyrim</a></s> - I ended up removing these because of conflicts with layers on my character.<br />
		<s><span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/6942-monomans-mod-tweaks/" rel="">Bathing in Skyrim Tweaked</a></s>
	</li>
	<li>
		Becoming a Bard &amp; voice
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Dark Desires Club
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Devious Lore
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/10079-deviously-enslaved-continued-se/" rel="">Devious Enslaved Continued</a> v13.25.0
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Dibella Sisterhood
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Fade Tattoos
	</li>
	<li>
		<span class="ipsEmoji">👄</span><a href="https://www.loverslab.com/files/file/3587-rapetattoos/" rel="">Rape Tattoos</a> &amp; <a href="https://www.loverslab.com/files/file/6942-monomans-mod-tweaks/" rel="">Rape Tattoos Tweaked</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Horrible Harassment + <a href="https://www.loverslab.com/files/file/17253-skyrimvr-patches-vrik-integrations-for-zazdd-camera-spinning-fixes-other-qol-patches/" rel="">no spin patch</a>
	</li>
	<li>
		Improved bound sword and dagger collision
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Sex Slaves aka Mia's Lair
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/7841" rel="external nofollow">Immersive Good Boy</a> - for Meeko, if I pick him up.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/6066" rel="external nofollow">Quiet Dog - Sit</a> - I'm tempted to go with Complete Silence, but I don't want to break conversation.
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/11734" rel="external nofollow">Ride Sharing</a>
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/3077" rel="external nofollow">Semi-open guard helmets</a>
	</li>
	<li>
		<span class="ipsEmoji">👄</span>sex with thieves
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Dangerous Nights - turn this WAY down or you'll never get any sleep
	</li>
	<li>
		<span class="ipsEmoji">👄</span>SL Kidnapped
	</li>
	<li>
		Spouses Enhanced
	</li>
	<li>
		<a href="https://www.nexusmods.com/skyrimspecialedition/mods/20269" rel="external nofollow">Blood and Silver</a> - vastly increases the size of Cidhna mine.
	</li>
	<li>
		<span class="ipsEmoji">👄</span>Skooma Whore
	</li>
	<li>
		Relationship Dialog Overhaul
	</li>
	<li>
		Relationship Dialog Overhaul - RDO SE - RDO - AFT SE Patch Final
	</li>
</ul>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">19256</guid><pubDate>Sat, 01 Jul 2023 16:55:00 +0000</pubDate></item></channel></rss>
