Jump to content

Recommended Posts

Posted (edited)

@wm46 Yeah I have no idea how to compile this. I had to download the CK and a bunch of other stuff but when I try to compile it gives off 239482349 errors. Why can't it be simple?

Edited by HerChianti
Posted
1 hour ago, HerChianti said:

 

You could just have 1 spell attached to a script that reads the percentage of milk currently in the breasts and prints the debuff onto the player depending on how close the milk amount is to the player's total milk capacity instead of having 1 Spell for each unit of milk from 1 to 25.

 

So like, since MME_Unmilked25 has all the debuff Magnitudes at 100 (which is what I assume you want the debuffs to cap at), you could make it like this:

 

Example:

  1. Character has 220 Total Milk Capacity
  2. Then at 110 Current Milk they'll start suffering the debuff (because it's 50% of 220)
  3. When current milk reaches the max 220, they'll suffer the full 100 Magnitude to their speed/skills/stats/etc

 

This way, no matter how much Total Milk Capacity the player has, the debuffs will always work from 0 to 100.

 

I don't know if that was clear enough. I have no programming knowledge so all I can do is try to explain the process as best as I can.

 

Unrelated question: Do you speak Spanish? Because if you do we could probably understand each other a lot better. English is my second language so sometimes what I want to say doesn't come out right.

there 2 debuffs/spells

1- milk based -1/1% magnitude

2- breast size based 2*power*weight magnitude

code for which i liked in above post, you probably want to modify those

the second one is the one gives you 40%-90 penalties for 30 milk/ 40 lvl maid

+ 30% from milk itself

 

well... dont really want to bother with percentage, its pain in ass and it doesnt work the way you think it is, you'll need new spells and mag effects and  lots of suffering from using ck

 

 

i speak googoole translate spanish

Posted
41 minutes ago, HerChianti said:

@wm46 Yeah I have no idea how to compile this. I had to download the CK and a bunch of other stuff but when I try to compile it gives off 239482349 errors. Why can't it be simple?

 

Basically all of the errors are going to be missing .psc files. The big issue is that the Creation Kit is trying to pull .psc files from "Data / Source / Scripts" when many mod authors put their files in "Data / Scripts / Source". You can change the default scripts directory by modifying CreationKit.ini with this:

 

[Papyrus]
bPerforceEnabled = 0
iMinMemoryPageSize = 128
iMaxMemoryPageSize = 512
sScriptSourceFolder = ".\Data\Scripts\Source" <-- ADD THIS LINE

 

Next, you'll need to download the SkyUI .psc files (because the mod author wants to make you jump through hoops): https://github.com/schlangster/skyui (Click "Code" -> Download as ZIP, then copy the files from "Dist / Data / Scripts / Source" to your "Data / Scripts / Source" folder).

 

You'll also need MFG Fix from the Nexus to get Sexlab to compile with no errors: https://www.nexusmods.com/skyrimspecialedition/mods/11669/. You'll also need to move the mod's .psc files to "Scripts / Source"

Posted (edited)
24 minutes ago, wm46 said:

 

Basically all of the errors are going to be missing .psc files. The big issue is that the Creation Kit is trying to pull .psc files from "Data / Source / Scripts" when many mod authors put their files in "Data / Scripts / Source". You can change the default scripts directory by modifying CreationKit.ini with this:

 

[Papyrus]
bPerforceEnabled = 0
iMinMemoryPageSize = 128
iMaxMemoryPageSize = 512
sScriptSourceFolder = ".\Data\Scripts\Source" <-- ADD THIS LINE

 

Next, you'll need to download the SkyUI .psc files (because the mod author wants to make you jump through hoops): https://github.com/schlangster/skyui (Click "Code" -> Download as ZIP, then copy the files from "Dist / Data / Scripts / Source" to your "Data / Scripts / Source" folder).

 

You'll also need MFG Fix from the Nexus to get Sexlab to compile with no errors: https://www.nexusmods.com/skyrimspecialedition/mods/11669/. You'll also need to move the mod's .psc files to "Scripts / Source"

Yeah I have MFG Fix installed, I moved all .psc files from the MFG/SexLab/MME mods to Scripts/Source and I downloaded the .psc files for SkyUI as you said.

And the CK is failing to compile MilkQUEST anyway (Spoiler tag contains walls of text BTW)

 

Spoiler

Starting 1 compile threads for 1 files...
Compiling "MilkQUEST"...
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(295,25): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(297,11): UnequipItemEX is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(305,17): CreateFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(305,17): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(322,11): SheatheWeapon is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(325,20): GetEquippedObject is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(328,11): UnequipItemEX is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(332,20): GetEquippedObject is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(335,11): UnequipItemEX is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(339,43): GetMaskForSlot is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(339,43): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(339,25): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(343,39): GetMaskForSlot is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(343,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(343,21): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(350,12): UnequipItemEX is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(170,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(170,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(188,16): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(188,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(193,17): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(193,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(207,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(207,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(225,17): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(225,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(236,17): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(236,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(239,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(239,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(255,16): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(255,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(258,16): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(258,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(261,16): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(261,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(264,16): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(264,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(267,16): CreateFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(267,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(270,16): CreateAliasArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(270,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(274,16): ResizeFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(274,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(277,16): ResizeIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(277,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(280,16): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(280,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(283,16): ResizeFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(283,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(286,16): ResizeAliasArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\PapyrusUtil.psc(286,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(382,13): EquipItemEx is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(83,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(83,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(97,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(97,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(149,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(149,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(328,16): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(328,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(444,24): GetRace is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(444,24): cannot call the member function GetRace alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(451,21): GetRace is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(451,21): cannot call the member function GetRace alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(485,26): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(485,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(683,24): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(683,24): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(856,22): ResizeIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(856,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(857,22): ResizeFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(857,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(858,22): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(858,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(862,24): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(862,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1001,22): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1001,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1002,22): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1002,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1003,22): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1003,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1004,22): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1004,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1006,18): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1006,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1007,18): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1007,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1008,18): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1008,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1009,18): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1009,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1010,18): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1010,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1012,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1012,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1013,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1013,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1014,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1014,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1015,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1015,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1016,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1016,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1033,28): CreateFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1033,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1036,22): GetRace is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1036,22): cannot call the member function GetRace alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1166,16): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1166,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1211,16): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1211,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1234,21): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1234,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1235,21): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1235,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1237,21): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1237,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1238,21): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1238,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1240,21): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1240,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1241,21): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1241,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1243,21): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1243,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1244,21): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1244,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1281,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1281,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1305,20): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(1305,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(39,29): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(39,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(83,29): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(83,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(106,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(106,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(99,12): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(115,12): SetExpressionModifier is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(140,13): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(151,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(243,14): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(255,12): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(265,13): SetExpressionModifier is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(580,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(580,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(581,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(581,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(582,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(582,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(583,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(583,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(584,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(584,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(585,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(585,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(586,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(586,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(587,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(587,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(588,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(588,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(589,19): CreateFloatArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseExpression.psc(589,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(88,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(99,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(113,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(181,44): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(181,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(181,61): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(203,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(207,12): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(210,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(231,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(235,12): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(238,11): SetExpressionPhoneme is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(295,20): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(295,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(164,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(164,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(232,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(232,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(362,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(362,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationDefaults.psc(14,9): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationDefaults.psc(14,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationDefaults.psc(14,26): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(867,53): GetNumAliases is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(867,50): cannot compare a int to a none (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(867,50): cannot relatively compare variables to None
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(889,9): GetNumAliases is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(889,7): cannot compare a int to a none (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(889,7): cannot relatively compare variables to None
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(890,7): GetNumAliases is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(890,3): type mismatch while assigning to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(893,21): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(893,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(894,50): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(894,21): ResizeAliasArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(894,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(904,15): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(34,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(34,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(60,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(60,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(72,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(72,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(101,32): GetVoiceType is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(168,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(168,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(184,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(184,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(207,32): GetAliasByName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(207,59): cannot cast a none to a sslbasevoice, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(236,61): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(297,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(297,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(397,27): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(397,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(465,21): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(465,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(466,50): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(466,21): ResizeAliasArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(466,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(476,15): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(54,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(54,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(65,24): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(65,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(127,26): CreateStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(127,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(260,21): ResizeStringArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(260,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(261,50): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(261,21): ResizeAliasArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(261,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(271,15): GetNthAlias is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(35,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(35,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(67,29): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(67,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(91,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(91,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(122,29): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(122,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(231,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(231,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(378,29): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(378,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(439,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(439,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(482,25): CreateBoolArray is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(482,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(7,9): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(7,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(7,26): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadLibrary.psc(120,27): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadLibrary.psc(573,29): GetDisplayName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadLibrary.psc(573,87): GetDisplayName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(209,38): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(212,38): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(476,47): GetType is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(476,29): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(476,58): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(813,79): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(922,100): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(932,61): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(1100,49): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(126,22): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(190,30): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(190,41): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(194,16): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(194,27): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(194,4): type mismatch while assigning to a float (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(199,7): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(199,18): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(200,5): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(200,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(211,28): GetHeight is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(211,3): type mismatch while assigning to a float (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(262,23): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(344,56): GetName is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(380,5): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(380,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(381,5): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(381,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(425,24): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(425,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(425,41): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(426,13): QueueNiNodeUpdate is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(465,42): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(618,24): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(618,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(618,41): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(619,13): QueueNiNodeUpdate is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(693,32): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(699,29): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(699,40): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(700,26): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(700,37): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(702,5): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(702,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(997,51): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(997,51): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(997,68): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(997,68): cannot relatively compare variables to None
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1098,32): GetWornForm is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1104,29): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1104,40): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1105,26): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1105,37): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1107,5): variable NiOverride is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1107,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1195,96): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1195,96): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1195,113): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1197,104): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1197,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1197,121): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1212,61): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1212,61): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1212,78): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1217,104): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1217,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1217,121): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1227,141): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1227,141): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1227,158): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1327,10): GetCameraState is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1327,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1327,27): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1419,12): ResetExpressionOverrides is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1683,11): SheatheWeapon is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1686,20): GetEquippedObject is not a function or does not exist
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1689,11): UnequipItemEX is not a function or does not exist
 

 

I did a search on the Scripts/Source folder and all those errors, the .psc files are there, so I don't really know what to do ?

Edited by HerChianti
Posted (edited)

A lot of those are from SKSE scripts being missing, go grab the psc files from SKSE and make sure they are in Scripts / Sourcee. After that if there's still errors, post the log again.

Edited by wm46
Posted (edited)
52 minutes ago, wm46 said:

A lot of those are from SKSE scripts being missing, go grab the psc files from SKSE and make sure they are in Scripts / Sourcee. After that if there's still errors, post the log again.

This confuses me greatly, as I'm running the CK through MO2 which means the .psc files should already be there. Why do I have to move the .psc files to the actual Skyrim folder?

 

I kept getting errors, I copied Racemenu/ZaZ/XP32/FNIS/SLIF's .psc files too. But I'm still getting these.

 

Spoiler

Starting 1 compile threads for 1 files...
Compiling "MilkQUEST"...
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(384,82): cannot convert to unknown type fnissmconfigmenu
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(384,82): cannot cast a form to a fnissmconfigmenu, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(384,20): unknown type fnissmconfigmenu
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(385,19): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(385,31): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(385,7): type mismatch while assigning to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,14): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,26): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,38): cannot compare a none to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,38): cannot relatively compare variables to None
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,53): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(390,65): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(391,58): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(391,70): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(391,13): type mismatch on parameter 3 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(392,59): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(392,71): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(392,13): type mismatch on parameter 3 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(394,58): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(394,70): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(394,13): type mismatch on parameter 3 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(395,59): fnissmconfigmenu is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(395,71): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBoundCombatScript.psc(395,13): type mismatch on parameter 3 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(124,4): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(124,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(127,2): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(127,14): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(131,3): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(131,15): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(133,2): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadBQ00.psc(133,14): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(593,4): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(593,16): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(595,3): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(595,15): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(598,16): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(598,28): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(598,7): type mismatch while assigning to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1490,15): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1490,27): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1490,6): type mismatch while assigning to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1498,3): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1498,15): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1500,2): variable ConsoleUtil is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\zadConfig.psc(1500,14): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\XPMSELib.psc(242,12): variable Nemesis_AA is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\XPMSELib.psc(242,23): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\XPMSELib.psc(245,8): variable Nemesis_AA is undefined
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\XPMSELib.psc(245,19): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(12,62): cannot convert to unknown type _jsw_bb_utility
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(12,62): cannot cast a quest to a _jsw_bb_utility, types are incompatible
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(12,17): unknown type _jsw_bb_utility
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(13,17): _jsw_bb_utility is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(13,25): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(13,39): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(13,5): type mismatch while assigning to a int (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(16,9): _jsw_bb_utility is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(16,17): none is not a known user-defined type
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(16,17): only arrays can be indexed
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(16,39): cannot compare a none to a float (cast missing or types unrelated)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_FM.psc(16,39): cannot relatively compare variables to None
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(24,7): cannot name a variable or property the same as a known type or script
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(25,7): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(26,22): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(26,13): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(27,24): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(27,13): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(28,24): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(28,13): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(29,23): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(29,13): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(30,24): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(30,13): type mismatch on parameter 1 (did you forget a cast?)
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(31,18): SLIF_inflate is not a variable
V:\FASTBIDYO\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MME_BodyMod.psc(31,13): type mismatch on parameter 1 (did you forget a cast?)
No output generated for MilkQUEST.psc, compilation failed.

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

 

EDIT: Going to continue this over DMs because it's unrelated to MME at this point.

Edited by HerChianti
Posted (edited)

Honestly: I'm just googling names as they come up in your log now. I have never installed any of the other patches besides Sexlab Aroused and Schlongs of Skyrim.

 

https://www.nexusmods.com/skyrimspecialedition/mods/24858?tab=posts - There's a link for ConsoleUtil.psc buried in here. If you are using the mod that requires this you should also probably download it.

 

https://www.nexusmods.com/skyrimspecialedition/mods/13303 - Fix for missing FNISSMConfigMenu.psc

 

https://www.nexusmods.com/skyrimspecialedition/mods/60033?tab=files - Looks like you downloaded some mod (or clicked some patch in a mod installer) that expected you to have Nemesis.

 

MME_FM.psc - You selected the Fertility Mode patch without having fertility mode - https://www.loverslab.com/files/file/4643-fertility-mode/

 

MME_BodyMod.psc - If you have SLIF installed you'll get an error. You can fix this by renaming the variables used in the script like so:

 

		If (sKey != "")
			int SLIF_inflate_event = ModEvent.Create("SLIF_inflate") // This variable was originally "SLIF_inflate", changed to "SLIF_inflate_event"
			If (SLIF_inflate_event)
				ModEvent.PushForm(SLIF_inflate_event, akActor)
				ModEvent.PushString(SLIF_inflate_event, SLIF_modName)
				ModEvent.PushString(SLIF_inflate_event, sKey)
				ModEvent.PushFloat(SLIF_inflate_event, value)
				ModEvent.PushString(SLIF_inflate_event, modName)
				ModEvent.Send(SLIF_inflate_event)
			EndIf
		EndIf

 

Edited by wm46
Posted
4 minutes ago, wm46 said:

Honestly: I'm just googling names as they come up in your log now. I have never installed any of the other patches besides Sexlab Aroused and Schlongs of Skyrim.

 

https://www.nexusmods.com/skyrimspecialedition/mods/24858?tab=posts - There's a link for ConsoleUtil.psc buried in here. If you are using the mod that requires this you should also probably download it.

 

https://www.nexusmods.com/skyrimspecialedition/mods/13303 - Fix for missing FNISSMConfigMenu.psc

 

https://www.nexusmods.com/skyrimspecialedition/mods/60033?tab=files - Looks like you downloaded some mod (or clicked some patch in a mod installer) that expected you to have Nemesis.

 

MME_FM.psc - You selected the Fertility Mode patch without having fertility mode - https://www.loverslab.com/files/file/4643-fertility-mode/

 

Yeah I googled ConsoleUtil's .psc and FNIS Sexy Move from the errors, but I did have Nemesis already, and I did move Nemesis' .psc files and that error keeps popping up (sent you a DM with the smaller error log list now), and I also already had Fertility Mode, so I'm guessing I'll have to move FM .psc files too, as for Nemesis I don't know why it's doing that. Apparently I need a file called Nemesis_AA_Core.psc but Nemesis doesn't come with that and googling didn't come up with anything. Why is it even popping in the error log if I'm just trying to compile MME?

Posted

Well what happens is the Papyrus compiler is basically going through and checking that there are no errors in any of the scripts that get referenced by scripts used by MME, and it does this recursively. So if you have the devious devices patch for MME installed, its going to check MilkQUEST.psc, then MME_DDi, then the DeviousDevices.psc, which then refences ZAZ, which then probably references FNIS & Nemesis.

Posted
4 hours ago, wm46 said:

 

My script doesn't touch MilkAddict's butt scaling. If you have SLIF installed then Milk Addict scaling should be working with no issue; Milk Addict works by scaling the butt bone instead of using any morphs, so you'll see its effects under "Default Modus -> NPCButt"

Ok thanks. Do you know if on slif you can only have one active at a time, I.E morph modus like for your mod and default modus like for milk addict, or they should all come through. I assumed your lactate morphs were for milk addict, so yours work with milk addict or they just work independent based on lactaid level?

Posted (edited)
1 hour ago, wm46 said:

Well what happens is the Papyrus compiler is basically going through and checking that there are no errors in any of the scripts that get referenced by scripts used by MME, and it does this recursively. So if you have the devious devices patch for MME installed, its going to check MilkQUEST.psc, then MME_DDi, then the DeviousDevices.psc, which then refences ZAZ, which then probably references FNIS & Nemesis.

Finally did it. Removing the FM patch (temporarily at least just to be able to compile the damn thing) did it. Also a script patch I was using for XP32 was calling Nemesis so I used the default XP32 scripts and that fixed the issue of Nemesis being called in the compilation.

 

This was an unnecessary headache. Why can't it just compile the damn script regardless if it finds the function it needs or not? What should matter is whether the functions are present in-game. Isn't there an option to turn on like "compile regardless of errors"?

Edited by HerChianti
Posted
6 hours ago, HerChianti said:

This was an unnecessary headache. Why can't it just compile the damn script regardless if it finds the function it needs or not? What should matter is whether the functions are present in-game. Isn't there an option to turn on like "compile regardless of errors"?

how do you compile and error check nonexistent code?

Posted
10 hours ago, Ed86 said:

well... dont really want to bother with percentage, its pain in ass and it doesnt work the way you think it is, you'll need new spells and mag effects and  lots of suffering from using ck

That's okay, I understand why it would suck to have to do all that, no worries ❤️ I lose nothing by asking!

 

  

10 minutes ago, Ed86 said:

how do you compile and error check nonexistent code?

When you're developing the script it makes sense to have an error-checker but when you're just trying to edit one line of an already fully working script? There's no need to error-check anything there.

Posted

I need some help. I've been trying to fix this for the past couple of days and nothing has worked. The breast don't scale up no matter what. The belly will scale when there's lactaid but the breast don't change with the maid level or amount of milk. I've tried the milkmod morph editor, the slif controls, removed the bodymorph and everything and nothing works. Is it because I'm using 3BBB? Because I've seen some people have issues with it but they still get it to work with slif and morph editor mods so I'm so confused. Anything would be appreciated.

Posted

I have 3ba and skyrim AE, i install SLIF and patch also 3BA for MME, but breast scale isn't working. Belly scale is work fine. Without SLIF same thing, mb somebody know how i can fix itScreenshot-2022-07-09-114637.png%22%20al

Posted (edited)

I fix problem i think, idk why but my character was detected like male in SLIF, mb because of this

Edited by Avemora
Posted
19 hours ago, pa_vix said:

I need some help. I've been trying to fix this for the past couple of days and nothing has worked. The breast don't scale up no matter what. The belly will scale when there's lactaid but the breast don't change with the maid level or amount of milk. I've tried the milkmod morph editor, the slif controls, removed the bodymorph and everything and nothing works. Is it because I'm using 3BBB? Because I've seen some people have issues with it but they still get it to work with slif and morph editor mods so I'm so confused. Anything would be appreciated.

 

Are you saying that the belly scaling will work with my patch, but not the breast scaling? Looking at the code, the only way that could happen is if you disabled breast scaling in the Milk Mod Economy MCM, I don't even check if the player is a female before trying to apply any morphs.

Posted
16 hours ago, wm46 said:

 

Are you saying that the belly scaling will work with my patch, but not the breast scaling? Looking at the code, the only way that could happen is if you disabled breast scaling in the Milk Mod Economy MCM, I don't even check if the player is a female before trying to apply any morphs.

Actually, the belly scaling was working before I installed your slif patch so I can't even tell if the slif patch is changing it or not. I'm starting to think it's a slif issue but again I'm not too sure.

Posted

Are milk slaves added by a specific mod? I have slaves from Paradise halls I have made milk maids, but do I need something separate for specifically milk slaves?

Posted

Im having issues in the mod ina weird way - the milked amount is not being saved, i milk a character X amount of times and after some time it resets back to 0, but the overall progression for unlocking more milkmaid slots is kept. Is there a fix/idea what may be happening there?

 

Posted (edited)
On 7/10/2022 at 2:04 AM, pa_vix said:

Actually, the belly scaling was working before I installed your slif patch so I can't even tell if the slif patch is changing it or not. I'm starting to think it's a slif issue but again I'm not too sure.

 

Two possible issues: You didn't set up my mod, or you haven't checked "generate morphs" in bodyslide when building your bodies. If you didn't set up the mod and you don't want to waste an hour fiddling with morphs, open up the "External Save/Load" tab and click the default button.

 

On 7/12/2022 at 2:09 AM, MysticDaedra said:

Do you recommend against ESL-ifying this plugin? I'm at max regular .esp files in my load order, and I'd like to use MME with SLIF, but I see your plugin is a regular .esp and not an ESPFE or .esl.

 

On 7/12/2022 at 2:36 AM, MysticDaedra said:

Also perhaps a bug? I cannot adjust the values of the volumetric breast size sliders by small amounts. It only adjusts in increments of 0.1.

 

Even better might just be merging the ESP in xEdit with the normal MME ESP, the only thing that's added is a quest to add the MCM. The volumetric scale thing is intentional, as you get more milk the growth slows a lot.

 

On 7/12/2022 at 11:52 AM, Snickerer said:

Are milk slaves added by a specific mod? I have slaves from Paradise halls I have made milk maids, but do I need something separate for specifically milk slaves?

 

There's a few mods listed on the LE mod page that add custom followers and NPCs. It also explains that characters with names that start with "Cow" become milk maids automatically. Theres a spell you can give yourself through the debug menu to make slaves.

Edited by wm46
Posted
On 7/14/2022 at 6:34 AM, wm46 said:

you haven't checked "generate morphs" in bodyslide when building your bodies.

Ok, I somehow didn't check this first. Thank you for the help

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...