Jump to content

Recommended Posts

  • 4 weeks later...

Does anyone also have this problem?

I'm running Skyrim SE 1.5.73 with SKSE64 2.0.15 & JContainers 4.1.8.
I'm getting a bunch of "Can't Parse" errors in the console for my textures, but the stuff shows up on the MCM.
Adding any of all the textures I have results in the prompt "Please wait while Slave Tats works on <Character>" or something like that.
After the "Slave Tats is done with <Character>" prompt, nothing happens.

Link to comment
5 hours ago, StirFriedNoodles said:

Does anyone also have this problem?

I'm running Skyrim SE 1.5.73 with SKSE64 2.0.15 & JContainers 4.1.8.
I'm getting a bunch of "Can't Parse" errors in the console for my textures, but the stuff shows up on the MCM.
Adding any of all the textures I have results in the prompt "Please wait while Slave Tats works on <Character>" or something like that.
After the "Slave Tats is done with <Character>" prompt, nothing happens.

In which part of the body did you apply the tattoo?

Link to comment
6 hours ago, Fredfish said:

"can't parse" errors might mean that the .json files aren't being read right?

 

You can use an online verifier like https://jsonlint.com/

All the files are valid according to that website.
I'm not quite sure what the incompatibilities of this mod are, so I'll happily provide a modlist if anyone wants to help me troubleshoot it.

Link to comment
26 minutes ago, StirFriedNoodles said:

All the files are valid according to that website.
I'm not quite sure what the incompatibilities of this mod are, so I'll happily provide a modlist if anyone wants to help me troubleshoot it.

You might have to dig in your skee64.ini file.

Link to comment

I don't feel like there's anything wrong with my skee64.ini file, but to be sure, here it is.



[Debug] ; -1 to disable logging
; 0 - Fatal Error
; 1 - Error
; 2 - Warning
; 3 - Message
; 4 - Verbose Message
; 5 - Debug Message
iLogLevel=5 ; Default[5]

[Features]
; Enables sculpting panel and functionality
bEnableSculpting=1

; Enables exporting actor heads from menu
bEnableHeadExport=1

; Enables layering textures ontop of the player
bEnableOverlays=1

; Enables BodySlide assisted morphing for further customization
bEnableBodyMorph=1

; Enables Body Randomization based on guided files (depends on BodyMorph, usage without will still apply randomized key values)
bEnableBodyGen=1 ; Default[1]

; Enables automatic reapplication of transforms on model load
bEnableAutoTransforms=1 ; Default[1]

; Enables automatic transforms defined by 'SDTA' NiStringExtraData on shapes
; String Data: (Without semi-colon)
;[
;    {"name":"NPC L Breast", "scale": 4.0, "pos":[0, 0, 0], "rot":[0, 0, 0]},
;    {"name":"NPC R Breast", "scale": 4.0, "pos":[0, 0, 0], "rot":[0, 0, 0]}
;]
bEnableEquippableTransforms=1 ; Default[1]

[General]
; Changes the way overrides are loaded,
; 0 - Dynamic (delays loading on the first game load of the session, then immediately loads for all subsequent game loads of the session)
; 1 - Always Immediate (will always load overrides immediately)
; 2 - Always Delayed (will always pass overrides to the task manager)
; Previous versions were always set to 2, but I experienced CTD when loading
; subsequent saves of the same game session (like dying and reloading)
iLoadMode=0 ; Default[0]

; Determines scaling mode
; 0 - Multiplicative
; 1 - Averaged
; 2 - Additive
iScaleMode=0

; Determines key merging method (when there are two body morph keys for the same morph)
; 0 - Additive
; 1 - Averaged
; 2 - Maximum
iBodyMorphMode=0

; Amount of memory to be used by BodyMorph TRI cache
; cache will temporarily exceed this limit to load a TRI
; then remove least recently used entries until the
; used memory is below this threshold
uBodyMorphMemoryLimit=256000000 ; Default[256000000]

; Enables whether shapes are morphed in parallel
bParallelMorphing=1

[Overlays]
; Applies to only the player, or all humanoid actors NOT RECOMMENDED changing this, you can add overlays to certain actors via script
bPlayerOnly=1 ; Default[1]

; Determines whether face overlays are enabled
; disabling this disables the hook
bEnableFaceOverlays=0 ; Default[1]

; Determines whether to immediately apply shader changes
; when overlays are installed on an ArmorAddon
bImmediateArmor=1 ; Default[1]

; Determines whether to immediately attach and apply shader changes
; when overlays are installed to the face
bImmediateFace=0 ; Default[0]

[Overlays/Body] ; "Body [Ovl#]" and "Body [SOvl#]"
; Determines how many body overlays there should be
iNumOverlays=6 ; Default[6]
iSpellOverlays=1 ; Default[1]


[Overlays/Hands] ; "Hands [Ovl#]" and "Hands [SOvl#]"
; Determines how many hand overlays there should be
iNumOverlays=3 ; Default[3]
iSpellOverlays=1 ; Default[1]


[Overlays/Feet] ; "Feet [Ovl#]" and "Feet [SOvl#]"
; Determines how many feet overlays there should be
iNumOverlays=3 ; Default[3]
iSpellOverlays=1 ; Default[1]


[Overlays/Face] ; "Face [Ovl#]" and "Face [SOvl#]"
; Determines how many face overlays there should be
iNumOverlays=3 ; Default[3]
iSpellOverlays=0 ; Default[1]


[Overlays/Data]
; Assigns these alpha properties to all overlays when they are applied
; 4844, 128 is recommended for solid overlays (they will render correctly underwater)
; Changing the overlay's alpha value ingame acts like 4845 regardless of assigned flags
iAlphaFlags=4845 ; Default[4845]
iAlphaThreshold=0 ; Default[0]
sDefaultTexture=textures\actors\character\overlays\default.dds

[FaceGen]
fSliderMultiplier=3.0
bDisableFaceGenCache=1
bExternalHeads=0 ; Change this to 1 to generate external heads
bExtendedMorphs=1 ; Enables extended morph hooks and loading of extended morph assets
bAllowAllMorphs=1 ; Enables use of all preset morphs across all races

[Sculpting]
fPanSpeed=0.01 ; Negative reverses panning direction
fFOV=60
iWidth=512 ; Must be divisible by 8
iHeight=512 ; Must be divisible by 8
fBackgroundR=0.0
fBackgroundG=0.0
fBackgroundB=0.0
fBackgroundA=0.0

; Mask brushes have no strength values
[Brush/MaskAdd/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/MaskSubtract/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/Inflate/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/Inflate/Strength]
dbDefault = 0.01
dbMin = 0.001
dbMax = 1.000
dbInterval = 0.001

[Brush/Deflate/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/Deflate/Strength]
dbDefault = 0.01
dbMin = 0.001
dbMax = 1.000
dbInterval = 0.001

[Brush/Smooth/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/Smooth/Strength]
dbDefault = 0.05
dbMin = 0.001
dbMax = 1.000 ; Smooth strength greater than 1 is nonsense, don't set this higher
dbInterval = 0.001

[Brush/Move/Radius]
dbDefault = 0.5
dbMin = 0.01
dbMax = 2.00
dbInterval = 0.01

[Brush/Move/Strength]
dbDefault = 0.01
dbMin = 0.001
dbMax = 1.000
dbInterval = 0.001

Link to comment

I think maybe the ones that "can't parse" are files that have a "thanks to ..." comment in the lines of code, which is confusing the software.  I noticed that when I was nosing around in the xml files, I removed the comments for the xml of one of the downloadable slavetat packs (which I think a lot of them need to be adjusted like this in some way for them to work).  You can also make up Slavetat packs out of Racemenu tatto packs I think, if you just fiddle around with the xmls - haven't gotten round to it yet.

 

I'm finding it very slow in the menu too, but you can see the concept's just what you need.

 

Great mod, lots of scope for personalization.

Link to comment
4 hours ago, StirFriedNoodles said:

Here:

  Reveal hidden contents


ScreenShot604.thumb.png.2f0123679aa669818e7d139ac027c8d1.pngScreenShot603.thumb.png.2892f41587fcb15772e71230a6e59f64.png
 

 

Am perplexed, everything seems ok. The tattoos should be displayed on the body. Try reinstalling SlaveTats and JContainers or either one and see if the tattoos start to display again.

 

You can also see if changing the Ink colors do the trick.

Link to comment

How long does it normally take for the MCM to load? I have the newest JContainers (4.1.8) but im still getting the outdated JContainers message. I was having the same issue as @StirFriedNoodles, the "Cant Parse", but fixed it by unistalling a ton of oldrim tats. I know SlaveTats is working because I applied a tat using BDoD and even got the "SlaveTats is working on x..." message I just cant load the MCM, like I went to eat and 30 minutes later still no dice. I only have like 3 tattoos installed.

Link to comment
11 hours ago, Tron91 said:

Did you try to put on any tattoo pack from the oldrim page. The Ryapack has quiet a few dependencies if I recall rightly.

I did try the oldrim tattoo packages as well, none of them seem to work.
I've tried reinstalling Slavetats and JContainers numerous times to no avail.

Changing colors won't work either.
I'm starting to think it's another mod that's conflicting with Slavetats.
 

10 hours ago, rookie189 said:

How long does it normally take for the MCM to load? I have the newest JContainers (4.1.8) but im still getting the outdated JContainers message. I was having the same issue as @StirFriedNoodles, the "Cant Parse", but fixed it by unistalling a ton of oldrim tats. I know SlaveTats is working because I applied a tat using BDoD and even got the "SlaveTats is working on x..." message I just cant load the MCM, like I went to eat and 30 minutes later still no dice. I only have like 3 tattoos installed.

I'm using an SSD, approximate wait time for me was 5 seconds with a few tattoo packages.

Link to comment
12 hours ago, StirFriedNoodles said:

I'm using an SSD, approximate wait time for me was 5 seconds with a few tattoo packages.

Thats unfortunate, my MCM's just not working then. I've combed through the support pages but cant tell if the "Wrong version of JContainers" is normal for the SSE version or not? Is it just me?

Link to comment
9 hours ago, rookie189 said:

Thats unfortunate, my MCM's just not working then. I've combed through the support pages but cant tell if the "Wrong version of JContainers" is normal for the SSE version or not? Is it just me?

You probably have something overwriting the JContainers' files.

Link to comment
12 hours ago, rookie189 said:

Thats unfortunate, my MCM's just not working then. I've combed through the support pages but cant tell if the "Wrong version of JContainers" is normal for the SSE version or not? Is it just me?

Are you using MO or Vortex?

Link to comment

I'm still using NMM, I've been told its faulty but MO is super intimidating (comparatively) and I haven't been able to make myself learn it yet.

18 hours ago, McLude said:

Not normal. Did you download the oldrim version by mistake?

I even re-downloaded both to make sure that wasint the issue, the show up as "SlaveTats-1.3.0-beta-2 SE" and "JContainers SE 4-1-8" in my download folder.

 

On 4/23/2019 at 6:35 AM, StirFriedNoodles said:

You probably have something overwriting the JContainers' files.

Ive ran loot, SSEdit, and Wrye and none of them tell me anything but they usually dont even when I have a problem, would moving JContainers to the top of my load order force it to take priority long enough to test the theory?

Link to comment
On 4/23/2019 at 4:16 AM, rookie189 said:

Thats unfortunate, my MCM's just not working then. I've combed through the support pages but cant tell if the "Wrong version of JContainers" is normal for the SSE version or not? Is it just me?

You have updated your game to SSE 1.5.73 and SKSE to 2.0.15 ? If you are blocking updates you need to get the version of JContainers that match your version of SKSE. not the latest.

Link to comment

I've tried reinstalling everything and still no results.
I'm guessing I have an incompatibility in my mod list.
Here's my load order:



# This file was automatically generated by Mod Organizer.
Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
Unofficial Skyrim Special Edition Patch.esp
Schlongs of Skyrim - Core.esm
EFFCore.esm
GRIM Wednesday Addams.esl
Ecotone Dual Sheath.esl
RaceCompatibility.esm
ApachiiHairMales.esm
ApachiiHair.esm
ApachiiHairFemales.esm
FISS.esp
LegacyoftheDragonborn.esm
FlowerGirls SE.esm
Peacekeeper Armour.esl
SGHairPackBase.esm
PassiveWeaponEnchantmentRecharging.esl
hdtHighHeel.esm
Heels Sound.esm
AHZmoreHUDInventory.esl
Pampas Set.esl
SMIM-SE-Merged-All.esp
Prometheus_No_snow_Under_the_roof.esp
EnhancedLightsandFX.esp
NSUTR_bugfixes.esp
NSUTR_groundsnow_mesh_fixes.esp
NSUTR_improvements.esp
Lore Weapon Expansion - Daedric Crescent.esp
Lore Weapon Expansion - Goldbrand.esp
Lore Weapon Expansion - Relics of the Crusader.esp
Verdant - A Skyrim Grass Plugin SSE Version.esp
S3DTrees NextGenerationForests.esp
Landscape Fixes For Grass Mods.esp
Immersive Sounds - Compendium.esp
SkyUI_SE.esp
dD - Enhanced Blood Main.esp
dD-Reduced Splatter Size.esp
DBM_ISC_Patch.esp
Cutting Room Floor.esp
BetterQuestObjectives.esp
BetterQuestObjectives-CRFPatch.esp
Landscape Fixes For Grass mods - Cutting Room Floor Locations.esp
Qw_ISC_CRF Patch.esp
DBM_CRF_Patch.esp
Weapons Armor Clothing & Clutter Fixes.esp
aMidianBorn_ContentAddon.esp
BetterQuestObjectives-DBForevertoMisc.esp
Joy of Perspective.esp
BetterQuestObjectives - BCS Patch.esp
Qw_WACCF_CRF Patch.esp
DBM_WACCF_Patch.esp
Qw_WACCF_ISC Patch.esp
OCW_Obscure's_CollegeofWinterhold.esp
Hothtrooper44_ArmorCompilation.esp
Hothtrooper44_Armor_Ecksstra.esp
Lore Weapon Expansion.esp
FNIS.esp
SOSRaceMenu.esp
XPMSE.esp
IcePenguinWorldMap.esp
CharacterMakingExtender.esp
EnhancedCharacterEdit.esp
Footprints.esp
RaceMenuMorphsCBBE.esp
SOS - Smurf Average Addon.esp
SOS - VectorPlexus Muscular Addon.esp
SOS - VectorPlexus Regular Addon.esp
12FemaleBrows.esp
FNIS_PCEA2.esp
opmfgconsole.esp
KS Hairdo's.esp
UIExtensions.esp
VioLens SE.esp
50 More Perk Points.esp
AddItemMenuSE.esp
AMatterOfTime.esp
QuickLight.esp
FNISSexyMove.esp
iHUD.esp
NoBSAIProjectileDodge.esp
NiOverridePoseAdjustments.esp
CBBE.esp
Ecotone Dual Sheath Patch.esp
Visible Favorited Gear.esp
TwohandedSpeed.esp
sandboxcylinderheight.esp
AHZmoreHUD.esp
Chesko_LoreBasedLoadingScreens.esp
Atlas Compass Tweaks.esp
CLARALUX SSE.esp
JKs Skyrim.esp
Summermyst - Enchantments of Skyrim.esp
Skyrim Immersive Creatures Special Edition.esp
Obsidian Weathers.esp
WetandCold.esp
Populated Skyrim Legendary.esp
OBIS SE.esp
YOT - Your Own Thoughts.esp
WeightLessTrueAll.esp
LazyTools.esp
Immersive Weapons.esp
Smilodon - Combat of Skyrim.esp
Schlongs of Skyrim.esp
Smilodon - Realistic Damage.esp
YOT - Summermyst.esp
Realistic-Voice.esp
Bijin_AIO-SV 2018.esp
dD-No Spinning Death Animation.esp
CollyPoser.esp
CrentialPose.esp
ilvPoser.esp
KnoxPoser.esp
WulfPoser.esp
DeadlyDragons.esp
BlendedRoads.esp
earring&necklace.esp
earring&eyepatch.esp
KMBikini.esp
__00MergaPoseNext.esp
cpkinokopose.esp
Crential EroPoser.esp
GPPoses.esp
HPObjects.esp
KatanaCrafting.esp
H2135FantasySeries1.esp
_GSPoses.esp
Facelight.esp
MikanEyes All in one SE.esp
aMidianborn_Skyforge_Weapons.esp
Rp Toe Nails.esp
PeroPeroArmorPackSE.esp
SJG Quick Light Patch.esp
BlockStealSE.esp
UNP Undies.esp
9204 Bless Armor Pack by Team TAL.esp
TinyHeadtrack.esp
SkyrimReputation_SSE.esp
VindictusMixRobes.esp
Automatic Variants.esp
CharmingHighHeels.esp
Maevan2EyeBrows.esp
BetterQuestObjectives-EFFPatch.esp
AncientBladesWeapons.esp
SGEyebrows.esp
MiniBikini.esp
AutoHideAmmo.esp
DSerArcheryGameplayOverhaul.esp
Proper Aiming.esp
DisableAutoAim.esp
ABT SE - Kevkas All-in-One.esp
IW_ABT_Patch.esp
Smilodon-Immersive Weapons Patch.esp
JoP - Immersive Armors Patch.esp
PeroPeroArmorPack - JoP Patch.esp
ESO Altmer Armor by NewrMind43.esp
Light Works and Magic.esp
ISC Enhanced Blood Patch.esp
Andromeda - Unique Standing Stones of Skyrim.esp
BarenziahQuestMarkers.esp
YOT - Andromeda.esp
YOT - Cutting Room Floor.esp
YOT - Immersive Sounds.esp
YOT - Smilodon.esp
YOT - Wet and Cold.esp
Timescale4.esp
BikiniAscendVolume1.esp
[SunJeong] Peacock Wings.esp
OCW_BAiO-SV-18_FEPatch.esp
PonzuEffectRing.esp
PonzuEffectRingDLC1.esp
PonzuEffectRingDLC3.esp
ThreeKatana.esp
Dianqing Outfit.esp
RDO - CRF + USSEP Patch.esp
SlaveTats.esp
saLa_Hairs.esp
SLO_StoneWalls.esp
Ambriel.esp
Particle Patch for ENB SSE.esp
Thunderchild - Epic Shout Package.esp
SkyTEST-RealisticAnimals&Predators.esp
ZIA_Complete Pack.esp
Dodge Mod.esp
Mortal Enemies.esp
MOD - Simply Better Movement Speeds (SSE).esp
CLARALUX SSE - ELFX DLC.esp
OCW_ELFX_FEPatch.esp
zMirai.esp
Run For Your Lives.esp
RohZima_AnimObjects.esp
LeftHandRings.esp
YOT - Thunderchild.esp
[SunJeong] Lovers Lab Collection.esp
Inigo.esp
Atlas Legendary.esp
Immersive Patrols II.esp
OCW_LotD_FEPatch.esp
SexLab-AmorousAdventures.esp
Arcanum.esp
DBM_IW_Patch.esp
USSEP-Immersive Weapons Patch.esp
OCW_3DTaP_FEPatch.esp
[SunJeong] Ninirim Collection.esp
JKs Skyrim_3D Trees_Patch.esp
LADX_SSE.esp
Facial Piercings.esp
JKs Skyrim_Cutting Room Floor_Patch.esp
Qw_S3DTrees_CRF Patch.esp
The Paarthurnax Dilemma.esp
Guards_Armor_Replacer.esp
Skysan_ELFX_SMIM_Fix.esp
Follower Onean.esp
JKs Skyrim_Mirai_Patch.esp
Lucien.esp
TheAmazingWorldOfBikiniArmor.esp
CollegeStudents.esp
OCW_ICNs_FEPatch.esp
OCW_AMM_FEPatch.esp
Tongueswcript.esp
FNISspells.esp
VisualAnimatedEnchants.esp
WVS.esp
Osare Diorama MCM.esp
CLARALUX SSE - USSEP.esp
FayeFG.esp
GomaPeroLand.esp
StrangeRunes.esp
JKs Skyrim_Thunderchild_Patch.esp
Let's dance again.esp
CubicHairRenewal.esp
NewmShortSMPDressSSE.esp
TheEyesOfBeauty.esp
Luxurious Seduction.esp
TAWoBA - JOP Patch.esp
Slow and Freeze Time Spells -TwinCrows.esp
SGHairPackAIO.esp
Ryeonggi.esp
BDO Red Oni.esp
ARTA Glasses.esp
00Glasses.esp
YunDao_Hdt_Hair.esp
YunDao_Hdt_Hair_FG.esp
[immyneedscake] BDOR Jousting Armor by Team TAL.esp
DM BDOR Pack by Team TAL.esp
Qw_BarenziahQuestMarkers_USSEP Patch.esp
SimplyKnock.esp
Poser Hotkeys.esp
SkyHUD.esp
SkyrimOutfitSystem.esp
[Dint] BDO DK_PuffMini (Female).esp
[Dint] BDO Dark_Knight (Female).esp
[immyneedscake] BDO Dark Knight by Dint.esp
ScreenshotPad.esp
RemakeSkirt.esp
imp_helm_legend.esp
SIC - ICH Patch.esp
QRVAE_ISC Patch.esp
QRVAE_Summermyst Patch.esp
QRVAE_ZIA Patch.esp
Guards Armor Replacer - WACCF Patch.esp
Unique Uniques.esp
SOS - ERF - HighPoly Addon.esp
SOS - ERF - HighPoly Equipable.esp
Saeri_AetherialCrown.esp
cheery_AetherArtifactsCrafting-r2.esp
GRIM ZeroTwo.esp
ParticleField.esp
[immyneedscake] NIER 2B Set by Team TAL.esp
ENB Light.esp
Predator Vision.esp
[COCO]sexypunk.esp
Fitness Outfit OE.esp
Sexdoll Outfit.esp
pinkbutterfly.esp
TBMEquipES.esp
Dawnguard - Join As A Vampire.esp
FandomMasks Plus.esp
Mega Milk - CBBE SE.esp
LeatherArmor.esp
AhegaoBandanaSE.esp
Osare Culort Outfit.esp
Osare OnePiece.esp
[immyneedscake] Nier_2B_Wedding_by_COCO_Full.esp
Amiella Outfit.esp
natsuno.esp
[immyneedscake] BDOR Hillat Armor by Team TAL.esp
[Melodic] Jack the Ripper.esp
[StirFriedNoodles] Tenderness by gmlg.esp
TDNEquipableHorns.esp
DBM_IA_Patch.esp
DBM_ImmersiveCreatures_Patch.esp
DBM_OBIS_Patch.esp
DBM_SkyTEST_Patch.esp
ImmersiveAnimatedLooting.esp
BetterContainerControls.esp
NicoHair.esp
WetFunction.esp
Ordinator - Perks of Skyrim.esp
CLARALUX SSE - Ordinator.esp
Apocalypse - Magic of Skyrim.esp
Apocalypse - Ordinator Compatibility Patch.esp
Apocalypse - Waterstride Spell Addon.esp
Alternate Start - Live Another Life.esp
Landscape Fixes For Grass mods - Alternate start Locations.esp
CLARALUX SSE - LAL.esp
BetterQuestObjectives-AlternateStartPatch.esp
YOT - Apocalypse.esp
YOT - Ordinator.esp
Sacrosanct - Vampires of Skyrim.esp
Better Vampires.esp
BVandSacrosanct_Patch.esp
Immersive Citizens - AI Overhaul.esp
Relationship Dialogue Overhaul.esp
EFFDialogue.esp
RDO - EFF v4.0.2 Patch.esp
CFTO.esp
Landscape For Grass Mods JK'S Skyrim.esp
Landscape For Grass Mods -Immersive Citizens PATCH.esp
CFTO-Lanterns.esp
CLARALUX SSE - Immersive Cititzens.esp
CFTO-CoveredCarriages.esp
Realistic AI Detection 2 SE Lite.esp
ELFXEnhancer.esp
Immersive Citizens - ELFXEnhancer patch.esp
RealisticWaterTwo.esp
RealisticWaterTwo - Waves.esp
RealisticWaterTwo - FlowingLakes.esp
RealisticWaterTwo - Watercolor.esp
JKs Skyrim_RWT_Patch.esp
WACCF_BashedPatchLvlListFix.esp

 

and here's my modlist:



# This file was automatically generated by Mod Organizer.
+modifieddragonbonecirc2
-The Pure - CBBE
-Demoniac_Texture
-Adorable Face
-CKOutput
-xEdit Outputs
+FNIS Patch
+BodySlide Output Files
+SKSE Overwrites
-CBBE SE 3BoneBreast SMP
-CBBE 3BoneBreast SMP
+QUASIPC - Qwinn's Unified Automated Self Installing Patch Compendium
+Automatic Variants Patch
+Yundao HDT Hair 5.5 SSE
+Charming High Heels for CBBE SE
+Glasses from 9Damao
+Round ARTA Glasses By W13
-CastanicHornsFixed
-Astaroth Horns
+TDN Equipable Horns SE
-[GR]OpWanhunyiBodyslideCBBE
+[HDT-SMP]Earring&necklace
+[HDT-SMP]eyepatch&earring
+[Alpha] BDOR Pack by TeamTAL v1.2 SE
+[StirFriedNoodles] Tenderness Outfit SSE CBBE Bodyslide
+[immyneedscake] BDOR Hillat Armor by Team TAL
+[immyneedscake] Nier Automata 2B Wedding Outfit
+[immyneedscake] Nier Automata 2B Pack by Team TAL
+[immyneedscake] Dark Knight BDO v1.5+ HDT Weapons SSE
+[immyneedscake] BDOR Jousting Armor Team TAL
+Ahegao Bandana - With Glow Effects
+COCO Sexy Punk - CBBE-TBD SE
+Leather Armor - SSE CBBE BodySlide
+Pampas Set - CBBE-TBD SE
+[Melodic] Jack The Ripper - CBBE SE
+Dianqing Outfit - CBBE SE
+SunJeong's Lovers Lab Collection Update 1
+SunJeong's Lovers Lab Collection
+SunJeong's Ninirm Collection 3_0_0
+ParticleFieldSE
+PonzuEffectRing
+[Dint] BDO_DK_Puff_Mini v1.0 (CBBE+bs)
+Yinkle Short Dress SSE CBBE SMP
+Raven's Luxurious Seduction Mashup - CBBE Bodyslide Conversion
+BikiniAscendVolume1
+Vindictus Mix Robes - CBBE SE (Physics)
+CBBE Bless Armor Pack by Team TAL SSE
-SC - Halamshiral Ballgown SE
+ESO Altmer Armour - SSE CBBE BodySlide
+Frankly HD Dragonbone and Dragonscale - Armor and Weapons
+ESO Altmer Armor by NewerMind43
+Legendary Armors by DeserterX-cp44 - CBBE Bodyslide with Physics
+Legendary Armors - DeserterX Collection SSE
+Frankly HD Nightingale Armor and Weapons
+Frankly HD Nightingale Armor and Weapons [SSE]
+RUSTIC ELDERSCROLL
+Equipable Elder Scroll
+Peacock Wings SE
+FandomMasks Plus SE
+Facial Piercings SSE
+MiniBikini SE
+Left Hand Rings Modified SE
+Peacekeeper Armour CBBE SE
+TAWoBA - JK's Skyrim Patch
+The Amazing World of Bikini Armor - CBBE SE
+Equippable Toe Nails - CBBE SE - Bodyslide
+Undies - SSE CBBE BodySlide (with Physics)
+KM Bikini - CBBE BodySlide (Physics)
+PeroPeroArmorPack
+H2135 Outfit Collection
+aMidianBorn Book of Silence - Complete Edition
+Natsuno Outfit SSE
+Amiella Outfit - CBBE BodySlide (Physics)
+Osare Diorama MCM
+Osare One Piece SMP
+Osare OnePiece - SSE CBBE BodySlide (with Physics)
+Osare Culort Outfit - CBBE BodySlide (Physics)
+Pink Butterfly - CBBE SE (Physics)
+Sexdoll Outfit - CBBE SE (Physics)
+Fitness Outfit - CBBE SE (Physics)
+BDO Red Oni - CBBE SE (SMP - Physics)
+Ryeonggi - CBBE SE (SMP - Physics)
-Nier Automata Armor - CBBE BodySlide (SMP - Physics)
+Cubic Hairs - CBBE BodySlide
+Aetherial Crown
+Aetherial Artifacts Crafting - Get All Three Artifacts - Cheerybelle's Mods
+Improved closefaced helmets
+Simple Skirt ( HDT-SMP PHYSICS)
+GRIM Mega Milk
+GRIM ZeroTwo X Shademzu
+GRIM Wednesday Addams - CBBE SE
+Immersive Armors 8.1 SSE
+Ancient Blades Weapons CBBE SSE
+EWIs True Weaponry SE
+Three Katana
+Katana Crafting Pach Dual Sheath Redux
+Katana Crafting - SE
+Unique Uniques SE
+Lore Weapon Expansion SE
+Immersive Weapons Patches SE
+Immersive Weapons
+ENB Light
+LeanWolf's Better-Shaped Weapons - All in One Installer
+Zim's Immersive Artifacts V1.5
+GPL CBBE SE Bodyslide Files
+GomaPeroLand SE
+Bijin Optimized Mesh Resource - CBBE
+Bijin AIO 2018 - Serana Valerica
+Valerica SSE v1.7.2
+Seranaholic by rxkx22 - Ported to SSE by bchick3 and elrizzo
+Bijin Wives SE
+Bijin NPCs SE
+Bijin Warmaidens SE
+Mirai - the Girl with the Dragon Heart (Skyrim Special Edition)
+Ambriel Overhaul SSE
+Ambriel - The Lost Princess (Fully Voiced and Quest) SE
+Onean Healer Follower SE 2.0
-Onean Healer Follower SE
+Lucien SE
+INIGO V2.4C SE
+Seductress Faye - Custom voiced FG Follower
+Amorous Adventures FG SSE 3.4.1
+KSHair for Flower Girls
+Flower Girls SE and VR
+EFA Mouth SSE
+Expressive Facial Animation -Female Edition-
+SG Hair Pack 350
+Equipable tongues Retexture SSE
+KS Hairdos SSE
+ApachiiSkyHairMale v 1 2 Optimized
+ApachiiSkyHairFemale v 1 5 Optimized
+ApachiiSkyHair SSE
+saLa Hair SE
+H-Hair Nico V2 SE
-H-Hair Nico SE
+SlaveTats SE Overlays
+SlaveTatts Chinese Stockings
+SlaveTats SE
+Korean Character Assets
+The Eyes Of Beauty SSE
+Mikan Eyes SSE
+SG Female Eyebrows
+Maevan2's Eye Brows (SE)
+The Eyes of Beauty - Vampire Eyes SE
+Eye Normal Map Fix SSE
+zaizaieyenif
+Fair Skin Complexion
+WetFunctionRedux SE
+Archery Gameplay Overhaul SE
+Lets Dance Again SSE
+FNIS Sexy Move SE
+FNIS PCEA2 - Player Exclusive Animations (dynamic) SE
+Fores New Idles in Skyrim SE - FNIS SE
+Strange Runes - Spellcasting Enhanced
+NiOverride Pose Adjustments SE
+XP32 Maximum Skeleton Special Extended
+ScreenshotPad SE
+GSPoses SE 28 04
+RohZima Immersive Animated Poses II (for PoserHotkeys)
+Haruharu Pose SSE
+GomaPeroPoses SE
+MergaPose SE
+Kinoko Pose SE
+Larmir Pose SE
+Aloe poser SE
+Arsenic Pose SE
+Pinup Poser SSE
+Collygons Poser SE V4
+Crential EroPoser SE Ver 1
+Crential Poser SE
+Purple Poser v6.2 SE
+ilvPoser SE
+Meme Poser SE
+WulfPoser SSE
+MK Poser SSE
+Nisepose SE
+Knox Poser SE
+YuiHPoser SSE
+PublicPoser SSE
+RaceMenu + SKEE64
+Poser Hotkeys Plus SSE
+YgNord Overrides 3
+Enhanced Character Edit
+CBBE SMP Config
+Normal Map Options (CBBE)
+Caliente's Beautiful Bodies Enhancer - v1.5.3
+BodySlide and Outfit Studio
+Schlongs of Skyrim SE HDT-SMP files
+SOS - ERF - High Poly Addon 1.3 Special Edition
+Schlongs of Skyrim SE
+Total Character Makeover 1.2
+Joy of Perspective Compatibility Patches
+The Joy of Perspective
+Improved Camera Beta 1.01
+Skyrim Outfit System SE
+Footprints
+RDO - EFF Patch v4.0.3
+Relationship Dialogue Overhaul - RDO SE
+EFF - Extensible Follower Framework
+Immersive Citizens - AI Overhaul
+Immersive Patrols SE
+Populated Skyrim HELL EDITION
+OBIS SE - Organized Bandits In Skyrim Special Edition
+Obscure's College of Winterhold
+Immersive College NPCs
+Realistic Conversations
+WeightLess
+Visible Favorited Gear
+Multiple Floors Sandboxing
+Skyrim Immersive Creatures - Official Patch and Patch Central
+Skyrim Immersive Creatures Special Edition
+Wet and Cold
+VioLens - A Killmove Mod SE
+No Spinning Death Animation
+Dodge Mod SE
+Carriage and Ferry Travel Overhaul (Formerly Complete Fast Travel Overhaul)
+The Paarthurnax Dilemma
+Stones of Barenziah Quest Markers
+Realistic AI Detection SE (better sneaking)
+YOT - Your Own Thoughts SE
+SkyTEST - Realistic Animals and Predators SE
+Realistic Two-Handed Speed
+Smilodon - Combat of Skyrim
+Mortal Enemies SE
+Better Jumping SE
+Slow and Freeze Time Spells 2018
+Andromeda - Unique Standing Stones of Skyrim
+Arcanum - A New Age of Magic
+Apocalypse - Magic of Skyrim
+Thunderchild - Epic Shouts and Immersion
+Ordinator - Perks of Skyrim
+Join Dawnguard As a Vampire Fixed
+Better Vampires and Sacrosanct Patch 8.2 SE
+Better Vampires 8.2 SE
+Sacrosanct - Vampires of Skyrim
+Guards Armor Replacer SSE
+Weapons Armor Clothing and Clutter Fixes
+Run For Your Lives
+Alternate Start - Live Another Life
+Simply Better Movement Speeds (SSE)
+Timescales Close to Real Life
-Jaxonz Positioner Converted (With almost full functionality)
+FreeFlyCamSKSE64 v11
+Face Light SE
+Light Works and Magic
+AddItemMenu - Ultimate Mod Explorer
-More Informative Console
+opparco mfg Command for SSE
+Better Dialogue Controls
+(Super Fast) Immersive Animated Looting
+No BS AI Projectile Dodge (Magic and Arrows) - Immersive Projectiles Nondetection of Enemies
+Passive Weapon Enchantment Recharging - Enchanted Weapons Recharge Over Time
+BlockSteal lite - Prevents accidentally pick up
+Even Better Quest Objectives
-Simply Faster Arrows and Bolts for Legendary Skyrim Crossbows SSE
+ABT SE - Arrows and Bolts Tweaks Special Edition
+Disable Auto-Aim
+Proper Aiming
+Ultimate Spinning Arrows SE
+Auto Hide Ammo
+Predator Vision - Night Eye and Thermal Vision Overhaul
+JContainers SE
+PapyrusUtil SE - Modders Scripting Utility Functions
+Simply Knock SKSE64 DLL
+Simply Knock SE
+Tiny Headtrack
+Simple Face to Face Conversation Kiwami - Updated
+Quick Loot RE
+(SJG) Quick Light Patch
+Quick Light SE
+Remember Lockpick Angle
+Lazy Tools
+Immersive Sounds Compendium - PATCHES
+Immersive Sounds - Compendium
+A Matter of Time - A HUD clock widget
+Better Container Controls for SkyUI
+SkyUI 5 2 SE
-Customizable Camera
+Colour Map Markers
+Atlas Map Markers - (by kronixx)
+Lore-Based Loading Screens
+Immersive HUD - iHUD Special Edition
+moreHUD Inventory Edition
+moreHUD SE
+SkyHUD
-Main Menu Design Replacer - Multilanguage - 60 FPS
+Skyrim Main Menu Background Replacer - No Logo
+Sovngarde - Mist's Font Replacer
+Enhanced Blood Textures
+Deadly Dragons
+Ecotone Dual Sheath
+Automatic Variants SSE
+xLodGen Output
-Book Covers Skyrim
+Skyrim Landscape Overhaul - Stone Walls
+JK's Skyrim - Arthmoor's Patch Pack
+JK's Skyrim all in one
+EWI's luxor's Sky HD
+EWI's Animal and Creatures Pack
+EWI's White Water HD
+NSM - SMIM Patch
+A. Noble Skyrim - FULL PACK 2K
+EWI's Real Snow HD 2k
+EWI's Cliffs of Skyrim - A UHD Mountain Texture Replacer
+EWI's Sun Textures 4k
+Omega's HD Detailed Terrain
+EWI's HD Detailed Terrain
+EWI's Water HD
+A Quality World Map
+Summermyst - Enchantments of Skyrim
+Landscape Fixes For Grass Mods
+EWI's Skyrim 3D Trees Snow Replacer
-Solstheim Landscape Overhaul HD
+Dawnguard Landscape Overhaul HD
+EWI's Landscape Overhaul HD
+No snow under the roof - Bug fixes v1.4
+Skyrim Particle Patch for ENB
+No snow under the roof
+Skyrim 3D Gildergreen
+Skyrim 3D Trees and Plants
+Blended Roads
+QRVAE - Qwinn's Refined Visual Animated Enchants
+Visual Animated Enchants - VAE
+Skyrim Reputation
+Realistic Water Two
+Verdant - A Skyrim Grass Plugin
+CLARALUX SSE - Controllable Lights Everywhere
+Unofficial ELFX SMIM fps performance patch
+Enhanced Lights and FX
-Obsidian Mountain Fogs
-NAT - Natural and Atmospheric Tamriel
+Obsidian Weathers and Seasons
+Smooth Sky mesh - SSE
+Static Mesh Improvement Mod
+ENB Helper SE
+DynDOLOD Resources SE
+hdt Lurker Fix
+Heels Sound 1.5 SSE
+hdtSSEHH 1 5 73
+hdtSSEPhysics 1 5 73
+hdtSSEFramework 1 5 73
-hdtSSEHH 1 5 62
-hdtSSEPhysics 1 5 62
-hdtSSEFramework 1 5 62
+SSE Engine Fixes (skse64 plugin)
+Scaleform Translation Plus Plus
+FileAccess Interface for Skyrim SE Scripts - FISSES
+(SKSE64) Havok Fix
+UIExtensions
-.NET Script Framework
+Hook Share SSE
+powerofthree's Papyrus Extender for SSE
+Legacy of the Dragonborn SSE ESL Patches
+Legacy of the Dragonborn SSE
+Cutting Room Floor
+Unofficial Skyrim Special Edition Patch
*DLC: Dawnguard
*DLC: Dragonborn
*DLC: HearthFires

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use