Modathon
Immersive wenches disable bandits mod for The Elder Scrolls V: Skyrim Special Edition
Uploaded01 May 2026
Version1.0
1.27 KB
Total Files Sizes
3
Unique DLs
3
Total DLs
1
Total Files

Immersive Wenches disable bandits

File Size1.27 KB
Game Image for The Elder Scrolls V: Skyrim Special Edition
3
Patch

This mod simply disables the extra bandit spawns around the captured wenches for the main quest of "Immersive Wenches"


I found that after overhauling certain areas like Valtheim there is too massive a population of bandits in the area so I sought out to get rid of the additional bandits that come with Immersive Wenches.


This was done by removing a block of code in the initialise script:



EVENT onInit()
if self.IsInFaction(lalawench_CW_capturedW) == True
Self.Disable(true)
Utility.Wait(1.0)
Self.Enable()
utility.wait(1.0)
self.placeAtMe(lalawench_CW_bandit_01)
self.placeAtMe(lalawench_CW_bandit_02)
banditVariable = Utility.RandomInt(1, 2)
If (banditVariable == 1)
self.placeAtMe(lalawench_CW_bandit_03)
Elseif (banditVariable == 2)
self.placeAtMe(lalawench_CW_bandit_04)
self.placeAtMe(lalawench_CW_bandit_05)
endif
Endif


Unfortunately this means it will only work on a new save as this is an onInit() event on a persistent reference.


Installation instructions:


MAKE SURE IT OVERWRITES THE ORIGINAL MOD SCRIPT OR IT WONT WORK


NEW SAVE REQUIRED FOR IT TO WORK

Instructions

Overwrite Immersive wenches

Requirements

Permissions and credits

  • Do all the assets in this mod belong to you and/or do you have permission to redistribute these assets?

    Yes

  • Do you allow others to upload fixes, compatibility patches or updates for your mods as a separate mod page?

    Yes, no need to contact me first

  • Do you allow others to upload edits to your mods as a separate mod page?

    Yes, no need to contact me first

  • Do you allow others to use assets in your mods in their own mod pages with credit?

    Yes, no need to contact me first. Earning GGP is allowed

  • Do you allow translations for your mod?

    Yes, no need to contact me first. Earning GGP is allowed

  • If you consented to derivative works (updates, translations, assets being in another mod), can they be made through the use of AI?

    Yes, no need to contact me first. Earning GGP is allowed

Immersive Wenches disable bandits

Type: Main
Date uploaded01 May 2026
File Size1.27 KB
Unique DLs3
Total DLs3
Version1.0

Scripts to disable spawns