Jump to content

SexLab SE - Sex Animation Framework v1.66b - 01/18/2024


Recommended Posts

So I've wanted to try making my own script to start learning modding but I am stuck at the very first step... This is giving me a big headache.

 

I just want to compile the following papyrus fragment for a simple dialogue. I just added the line SexLabFramework Property SexLab auto at the end but the compiling fails.

 

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname PERSO_CG Extends TopicInfo Hidden

;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
;scriptname
;END CODE
EndFunction
;END FRAGMENT

;END FRAGMENT CODE - Do not edit anything between this and the begin comment
SexLabFramework Property SexLab auto

 

And here is the papyrus logs 

Spoiler

Starting 1 compile threads for 1 files...
Compiling "PERSO_CG"...
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for PERSO_CG, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on PERSO_CG
 

 

Where can I find the modder's resource for theses functions (UnequipFaceItem  / IsLipFixedPhase /UnequipWornFaceItem...)? I have no idea from what mod they come from

Link to comment
4 hours ago, NTWY said:

So I've wanted to try making my own script to start learning modding but I am stuck at the very first step... This is giving me a big headache.

 

I just want to compile the following papyrus fragment for a simple dialogue. I just added the line SexLabFramework Property SexLab auto at the end but the compiling fails.

 

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname PERSO_CG Extends TopicInfo Hidden

;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
;scriptname
;END CODE
EndFunction
;END FRAGMENT

;END FRAGMENT CODE - Do not edit anything between this and the begin comment
SexLabFramework Property SexLab auto

 

And here is the papyrus logs 

  Hide contents

Starting 1 compile threads for 1 files...
Compiling "PERSO_CG"...
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for PERSO_CG, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on PERSO_CG
 

 

Where can I find the modder's resource for theses functions (UnequipFaceItem  / IsLipFixedPhase /UnequipWornFaceItem...)? I have no idea from what mod they come from

Those functions are from my SLU+ but you have something overwriting my files and that is causing the errors.

 

 

Link to comment
14 hours ago, OsmelMC said:

Those functions are from my SLU+ but you have something overwriting my files and that is causing the errors.

 

 

Okay, so made a new profile on Vortex with a minimalistic load order to make sexlab work

Spoiler

  0  0     Skyrim.esm
  1  1     Update.esm
  2  2     Dawnguard.esm
  3  3     HearthFires.esm
  4  4     Dragonborn.esm
254 FE   0 ccbgssse002-exoticarrows.esl
254 FE   1 ccbgssse003-zombies.esl
254 FE   2 ccbgssse004-ruinsedge.esl
254 FE   3 ccbgssse006-stendarshammer.esl
254 FE   4 ccbgssse007-chrysamere.esl
254 FE   5 ccbgssse010-petdwarvenarmoredmudcrab.esl
254 FE   6 ccbgssse014-spellpack01.esl
254 FE   7 ccbgssse019-staffofsheogorath.esl
254 FE   8 ccbgssse020-graycowl.esl
254 FE   9 ccbgssse021-lordsmail.esl
254 FE   a ccmtysse001-knightsofthenine.esl
254 FE   b ccqdrsse001-survivalmode.esl
  5  5     cctwbsse001-puzzledungeon.esm
  6  6     cceejsse001-hstead.esm
254 FE   c ccqdrsse002-firewood.esl
254 FE   d ccbgssse018-shadowrend.esl
254 FE   e ccbgssse035-petnhound.esl
254 FE   f ccfsvsse001-backpacks.esl
254 FE  10 cceejsse002-tower.esl
254 FE  11 ccedhsse001-norjewel.esl
254 FE  12 ccvsvsse002-pets.esl
254 FE  13 ccbgssse037-curios.esl
254 FE  14 ccbgssse034-mntuni.esl
254 FE  15 ccbgssse045-hasedoki.esl
254 FE  16 ccbgssse008-wraithguard.esl
254 FE  17 ccbgssse036-petbwolf.esl
254 FE  18 ccffbsse001-imperialdragon.esl
254 FE  19 ccmtysse002-ve.esl
254 FE  1a ccbgssse043-crosselv.esl
254 FE  1b ccvsvsse001-winter.esl
254 FE  1c cceejsse003-hollow.esl
  7  7     ccbgssse016-umbra.esm
  8  8     ccbgssse031-advcyrus.esm
254 FE  1d ccbgssse040-advobgobs.esl
254 FE  1e ccbgssse058-ba_steel.esl
254 FE  1f ccpewsse002-armsofchaos.esl
254 FE  20 ccbgssse041-netchleather.esl
254 FE  21 ccedhsse002-splkntset.esl
254 FE  22 ccbgssse064-ba_elven.esl
254 FE  23 ccbgssse063-ba_ebony.esl
254 FE  24 ccbgssse062-ba_dwarvenmail.esl
254 FE  25 ccbgssse060-ba_dragonscale.esl
254 FE  26 ccbgssse051-ba_daedricmail.esl
254 FE  27 ccbgssse057-ba_stalhrim.esl
  9  9     ccbgssse025-advdsgs.esm
254 FE  28 ccffbsse002-crossbowpack.esl
254 FE  29 ccbgssse013-dawnfang.esl
254 FE  2a cceejsse004-hall.esl
 10  a     Unofficial Skyrim Special Edition Patch.esp
 11  b     ZaZAnimationPack.esm
 12  c     SexLab.esm
 13  d     SkyUI_SE.esp
           PluginTemplate.esp
 14  e     PERSO_tutoriualAnimation.esp
           PER_TutorialAnimations.esp
           TheAmazingWorldOfBikiniArmor.esp
 15  f     SOSRaceMenu.esp
 16 10     XPMSE.esp
254 FE  2b BHUNP3BBB.esp
           EnhancedCharacterEdit.esp
           BaboYgnordPatch.esp
254 FE  2c RaceMenuMorphsBHUNP.esp
 17 11     FNIS.esp
           dcc-dm2.esp
 18 12     dse-display-model.esp
 19 13     Alternate Start - Live Another Life.esp
           Automated Leveled List Addition.esp
           Bashed Patch, 0.esp
 

When I want To compile, I get the same error messages but SLU+ is not active and SLU+ is not a hard requirement so why the sexlab psc's reference to these functions anyway. 

When you say that a something is overwriting your mod, do you mean a load order problem? I am not too familiar with what you mean.

 

Papyrus failed log : 

Spoiler

Starting 1 compile threads for 1 files...
Compiling "PERSO_CG"...
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for PERSO_CG, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on PERSO_CG
 

 

Link to comment
2 hours ago, NTWY said:

Okay, so made a new profile on Vortex with a minimalistic load order to make sexlab work

  Reveal hidden contents

When I want To compile, I get the same error messages but SLU+ is not active and SLU+ is not a hard requirement so why the sexlab psc's reference to these functions anyway. 

When you say that a something is overwriting your mod, do you mean a load order problem? I am not too familiar with what you mean.

 

Papyrus failed log : 

  Reveal hidden contents

 

 

You do nothing disabling the SLU without remover whatever was overwriting it scripts files that by the way is the real cause of the error.

 

If you want to be sure, you can remove all the Mod or patches that be overwriting the "SexLab Framework" scripts and that will let you compile without issues.

 

WARNING:

One thing is when is missing the file reported by the papyrus compiler; that just means that you don't have the mod where that file can be found or at least you don't have the PSC file on the right path. None of those reasons is dangerous and you just have to find and place the missing PSC file on the right path.

Another very different things is when you can find the PSC file but some function or variable in there is reported missing. That is dangerous and usually means that you made some mistake installing the Mods. This also means that you will have errors using these scripts on the game too with unpredictable outcomes even CTD. So even if you are hurry to compile or don't care for the compatibility with that mod you still have to make sure that you can compile with it or it will have problems later on the game. Otherwise uninstall it.

Link to comment
42 minutes ago, OsmelMC said:

Papyrus failed log : 

  Reveal hidden contents

 

Just noticed that your source path is the default path for SE and that's a problem because all the SexLab Mods use the path for LE to compile.

 

The path for the PSC files on SE is "/Data/Source/Scripts/" while on LE is "/Data/Scripts/Source/"

 

You can change the path on the configuration of the papyrus compiler or copy the PSC files of all the SexLab Mods including the SexLab Framework from the LE path to the SE path.

Edited by OsmelMC
Link to comment
2 hours ago, OsmelMC said:

Just noticed that your source path is the default path for SE and that's a problem because all the SexLab Mods use the path for LE to compile.

 

The path for the PSC files on SE is "/Data/Source/Scripts/" while on LE is "/Data/Scripts/Source/"

 

You can change the path on the configuration of the papyrus compiler or copy the PSC files of all the SexLab Mods including the SexLab Framework from the LE path to the SE path.

I finally managed to compile ! I already saw on other threads to change my path to /script/source but when I did that I received errors about papyrus flags. I didn't want to deal with other issues so I changed it back to /source/script. Turns out that the flags errors was an easy fix. And then the only compiling errors left were theses ones : 

 

C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Scripts\Source\sslThreadController.psc(420,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Scripts\Source\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for PERSO_CG, compilation failed.

 

Turns out that I had to change my date format on my computer to English(US) which seems completely dumb but I guess SL needs it for threads or whatever.

 

Nevertheless, thank you so much for taking the time to help.

Edited by NTWY
Link to comment

Is there a way to set my female PC as "always receiving" in animations? I've got SLHH, SL Solutions, Naked Defeat, and Eager NPCs as far as mods that trigger animations are concerned. I've set my PC's gender as female in any mod that has the option but she always equips a strapon and I'm not sure why. I've used these mods in the past and I've never had this issue before. Any help is appreciated. 

 

Thanks

Link to comment

Good morning.
I want to know something.
I noticed that one moment Sexlab reversed the roles of the actors.
The female PC takes the role of the male NPC and the male NPC takes the role of the female PC.
Is there a solution to this?

Link to comment
4 hours ago, hana120 said:

Good morning.
I want to know something.
I noticed that one moment Sexlab reversed the roles of the actors.
The female PC takes the role of the male NPC and the male NPC takes the role of the female PC.
Is there a solution to this?

 

What is the mod you are using to trigger the animations?

Link to comment
3 hours ago, Miister Spiice said:

Not sure but the women have stopped using the strap on that's available.

Any advice on what to try?

Female use the Strapon just if aren't Transgender and are on a Male position that doesn't have the Strapon forbidden (like usually happen with the Straight animations)

 

 

Link to comment
15 hours ago, hana120 said:

Good morning.
I want to know something.
I noticed that one moment Sexlab reversed the roles of the actors.
The female PC takes the role of the male NPC and the male NPC takes the role of the female PC.
Is there a solution to this?

 

I noticed same thing after I updated to  Skyrim version 1.6.1170, and I started new game with Sexlab Framework  1.66b ( non GOG hence I'm on Steam version). I'm using few mods to start scenes, mainly SL Approach JPPlus_English (Custom2) npc on npc ,and female approach for male PC, ABMM, SL Nightlife,SLEN, and Some consensual sex for male. 

I've already posted about it on approach, and SL Nightlife, and there were more posts from users , who were having  problem with reverted roles in animations. I fixed it by installing latest Sexlab Utility Tweaks 20240407 for AE without furniture framework( I don't care about  this extra stuff),so no esp, just some scripts. Fomod installer for Utility Tweaks defauls to SSE version, even though I'm on latest Skyrim version, so I picked option for AE version manually. 

Edited by xx36
Link to comment
2 hours ago, xx36 said:

 

I noticed same thing after I updated to  Skyrim version 1.6.1170, and I started new game with Sexlab Framework  1.66b ( non GOG hence I'm on Steam version). I'm using few mods to start scenes, mainly SL Approach JPPlus_English (Custom2) npc on npc ,and female approach for male PC, ABMM, SL Nightlife,SLEN, and Some consensual sex for male. 

I've already posted about it on approach, and SL Nightlife, and there were more posts from users , who were having  problem with reverted roles in animations. I fixed it by installing latest Sexlab Utility Tweaks 20240407 for AE without furniture framework( I don't care about  this extra stuff),so no esp, just some scripts. Fomod installer for Utility Tweaks defauls to SSE version, even though I'm on latest Skyrim version, so I picked option for AE version manually. 

 

Did you download OsmelMC's Sexlab Utility Plus? I don't see one named Sexlab Utility Tweaks. I figured SUP was what you downloaded and I tried it but it still seems to have that issue for me. I'm also on AE and I've confirmed that I installed the AE version of the mod. I've also tried using SL Sexlife to try to force my female PC to the "target" position but it doesn't seem to be working. Had an SLHH event happen and my PC was in the aggressor's position. Same with a Naked Defeat event. I have no clue what's happening

Link to comment
4 hours ago, thisguystinks said:

 

Did you download OsmelMC's Sexlab Utility Plus? I don't see one named Sexlab Utility Tweaks. I figured SUP was what you downloaded and I tried it but it still seems to have that issue for me. I'm also on AE and I've confirmed that I installed the AE version of the mod. I've also tried using SL Sexlife to try to force my female PC to the "target" position but it doesn't seem to be working. Had an SLHH event happen and my PC was in the aggressor's position. Same with a Naked Defeat event. I have no clue what's happening

 Yeah, I'm using Sexlab Utility Plus. It's one of the files on  OsmelMC Mod Tweaks page. I started new game after I added it to load order, I didn't test it on ongoing game. 

On Tweaks page it says to execute sexlab clean system option, when you install it with furniture framework on game in progress. For scripts only version you choose reset animation registry in sexlab MCM , and load filter tags of ' toggle animations".  You can try, and see, If it'll make a difference.

 

 

Edited by xx36
Link to comment
20 hours ago, OsmelMC said:

Female use the Strapon just if aren't Transgender and are on a Male position that doesn't have the Strapon forbidden (like usually happen with the Straight animations)

 

 

I have both female set as female. 

It did work nd now it's not.

So I'm wondering if something I've clicked in a setting or added.

But I don't think I added anything to affect sexlab settings. 

Link to comment
10 hours ago, xx36 said:

 Yeah, I'm using Sexlab Utility Plus. It's one of the files on  OsmelMC Mod Tweaks page. I started new game after I added it to load order, I didn't test it on ongoing game. 

On Tweaks page it says to execute sexlab clean system option, when you install it with furniture framework on game in progress. For scripts only version you choose reset animation registry in sexlab MCM , and load filter tags of ' toggle animations".  You can try, and see, If it'll make a difference.

 

 

 

I followed those instructions but I haven't tried a new game. I'll give that a go and see if it helps. 

Link to comment
4 hours ago, Miister Spiice said:

I have both female set as female. 

It did work nd now it's not.

So I'm wondering if something I've clicked in a setting or added.

But I don't think I added anything to affect sexlab settings. 

Some SOS patches can change the SexLab gender based on the SOS Addon equiped but if you the gender on the SexLab MCM is right, then should be some other thing.

 

Of course you should be seeing Strapons on the Strapon list of the SexLab MCM 

 

Is possible that something else be using the body slot of the Strapon so you should go to the left panel of the console and check if something is using the slot 50 or 51 that are the "Decapitated" ones. If is something there is probably from some body Mod that probably have another setup option to use another body slot. If by chance there is a Strapon and you can see it, is probably because have to be build on the BodySlide or you are using some custom Race that needs some patch. If you are using a custom Race then probably the Strapon is on the inventory and unequipped in which case you will need some patch for that Race.

 

The Strapon works on the SexLab Framework so if something is wrong with the scripts is probably because you have something overwriting the scripts files of the SexLab and is causing errors. 

Link to comment
On 3/16/2024 at 6:35 PM, Plumppy said:

 

You can find the latest ( GOG 1179 ) FSMP on nexus in the FSMP forums

https://www.nexusmods.com/skyrimspecialedition/mods/57339/?tab=forum&topic_id=10699058

Direct link
https://1drv.ms/u/s!AnjD_1wmUEoGgjVyVxVcSLvGuaML?e=XJdVds


I posted the racemenu patch for GOG 1179 directly in the SE Tracking thread but heres the original link

https://1drv.ms/u/s!AnjD_1wmUEoGgjicTdM0nX2LP7OU

 

JContainers for GOG 1179 on github

https://github.com/ryobg/jcontainers/releases

 

 

What a hero. Pretty sure I had a small aneurysm when I discovered RM and SMP hadn't been updated after finishing a new install.

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
×
×
  • 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