Jump to content

Recommended Posts

Posted (edited)
32 minutes ago, Galactase said:

Which mutations did you add? Curious as to whether or not I should suffer through setting up my MCMs again for this.


Right now iono if its because im in SE or setting with cath but the (new mutation part for the big horns / ear change or whatever is a purple missing texture and my weight is negative numbers the fatter i get) ;0 I'm hopping the author of alternate version chimes in soon but all the settings and changes they have made in mcm menu is very good. I have yet to give it a solid play through im just messing with options currently. 
 

also why not use MCM recorder? my set up is a few clicks and i walk away each time and come back and its done. 


(few things to note:

1. the mcm menu shows weight going into the negative when getting fatter and sliders seem to applying
2. MCM menu options dont seem to really take your option into account as i still got cow nose, face even when they were disabled. * i was using the level up spells to see the new mutations no
3.  The horns/new mutation gave me Purple missing texture ears when i hit that tier although im in SE version waiting on anyone else to report back if they also had the issue @botticelli 

but ya im liking the direction of your changes it felt to run smoother. 

Edited by MuchW0W
more info
Posted
58 minutes ago, MuchW0W said:

also why not use MCM recorder? my set up is a few clicks and i walk away each time and come back and its done. 

 

MCM Recorder? What's that? I'm feeling like I'm about to find out I've wasted hours of my life for all the new game set ups, but uh...please educate me, lol

Posted
2 minutes ago, MuchW0W said:



as for the fur it comes as you level up you should have body fur around 10-16 ish 

you need slave tats though form what i remember. 

Yeah I am full level (26/26) with fur on body & arms but nothing on her head. Also the fur on her body has a pinkish tinge to it as well, so I need to try and figure out why that is too

Posted (edited)

This the only pink texture i get. I have the tattoo pack and slave tats and all the options int he menu defualt. im  level 24 - long horn gives me this textures

 

Skyrim Special Edition 2_14_2022 2_25_32 PM.png

Edited by MuchW0W
Posted
1 hour ago, MuchW0W said:

This the only pink texture i get. I have the tattoo pack and slave tats and all the options int he menu defualt. im  level 24 - long horn gives me this textures

 

Skyrim Special Edition 2_14_2022 2_25_32 PM.png

Hmm, I will look again and make sure I have the correct files installed, also I changed which mutations I allowed so I will try to recheck them and see if those two fix it

Posted (edited)
On 2/14/2022 at 11:15 PM, Galactase said:

Which mutations did you add? Curious as to whether or not I should suffer through setting up my MCMs again for this.

Well, lets see. I just paste the StorageUtil values and add a *new* to the new ones:
 

;/ BAC.Mutate.Metabolism:
     -1 = SlowMetabolism
      0 = none
      1 = FastMetabolism
 /;
string Property BAC_MN_Metabolism = "Mutation.Metabolism" AutoReadOnly

;/ BAC.Mutate.Pregnancy:
      0 = none
      1 = Wet Cow
      2 = Horny Cow
      3 = Imaginary Pregnancy
      4 = Belly Stretch Marks
 /;
string Property BAC_MN_Pregnancy  = "Mutation.Pregnancy" AutoReadOnly

;/ BAC.Mutate.Udders:
      0 = none
      1 = Big Udders
 /;
string Property BAC_MN_Udders     = "Mutation.Udders" AutoReadOnly 

;/ BAC.Mutate.Dirt:
      0 = none
      1 = Dirty Cow
 /;
string Property BAC_MN_Dirt       = "Mutation.Dirt" AutoReadOnly

;/ BAC.Mutate.Cellulitis:
      0 = none
      1 = Cellulite Cow #1
      2 = Cellulite Cow #2
 /;
string Property BAC_MN_Cellulitis = "Mutation.Cellulitis" AutoReadOnly 

;/ BAC.Mutate.Veins:
      0 = none
      1 = Veins #1
      2 = Veins #2
 /;
string Property BAC_MN_Veins      = "Mutation.Veins" AutoReadOnly 

;/ BAC.Mutate.BreastTats:
      0 = none
      1 = Untamed Milk
      2 = Breast Stretch Marks
      3 = Lactacid Producer *NEW*
      4 = Lactation Bursts *NEW
      5 = Spontaneous Milk Production *NEW*
 /;
string Property BAC_MN_BreastTats = "Mutation.BreastTats" AutoReadOnly

;/ BAC.Mutate.BreastSize:
      0 = none
      1 = Uneven Breasts #1
      2 = Uneven Breasts #2
 /;
string Property BAC_MN_BreastSize = "Mutation.BreastSize" AutoReadOnly 

;/ BAC.Mutate.NakedAss:
      0 = none
      1 = Naked Ass
 /;
string Property BAC_MN_NakedAss   = "Mutation.NakedAss" AutoReadOnly

;/ BAC.Mutate.Growth:
     -1 = Stunted ("Short") Cow
      0 = none
      1 = Tall Cow
 /;
string Property BAC_MN_Growth     = "Mutation.Growth" AutoReadOnly

;/ BAC.Mutate.AssTats
      0 = none
      1 = Ass Stretch Marks (requires Cellulitis)
 /;
string Property BAC_MN_AssTats    = "Mutation.AssTats" AutoReadOnly

;/ BAC.Mutate.Weight
     -2 = Slim Cow #2
     -1 = Slim Cow #1
      0 = none
      1 = Fat Cow #1
      2 = Fat Cow #2
 /;
string Property BAC_MN_Weight     = "Mutation.Weight" AutoReadOnly 

;/ BAC.Mutate.Arms
      0 = none
      1 = Short Arms (requires Fat Cow)
 /;
string Property BAC_MN_Arms       = "Mutation.Arms" AutoReadOnly 

;/ BAC.Mutate.Built
      0 = none
      1 = Curvy Cow
 /;
string Property BAC_MN_Built      = "Mutation.Built" AutoReadOnly

;/ BAC.Mutate.Face
      0 = none
      1 = Cow Face (nose)
      2 = Cow Face (mouth)
      3 = Cow Face (eyes)
 /;
string Property BAC_MN_Face       = "Mutation.Face" AutoReadOnly 

;/ BAC.Mutate.FaceTats
      0 = none
      1 = CowNose
 /;
string Property BAC_MN_FaceTats   = "Mutation.FaceTats" AutoReadOnly

;/ BAC.Mutate.Hooves
      0 = none
      1 = Large Hooves *NEW* requires FatCow1
      2 = Huge Hooves *NEW* requires FatCow2
 /;
string Property BAC_MN_Hooves     = "Mutation.Hooves" AutoReadOnly

;/ BAC.Mutate.Horns
      0 = none
      1 = Large Horns *NEW* requires stage 6
 /;
string Property BAC_MN_Horns      = "Mutation.Horns" AutoReadOnly

 

as for the missing textures, sorry about that, I had changed some of the textures (darker ears) and also the original author had some of his .nifs point outside of his mod for textures. Since I did not change all of them (yet; and therefore did not include them) that may still be the case. Try the attachment below. I'm also trying to make white ears for the white and a pair of white/gray ears for the spotted cows, which is not yet working.

 

 

I did not change the speed mutation spell however, so that might bypass my new settings completely (I had totally forgotten about that). I use equipitem xx0375fa in console to give mutation potions to the actor in question (xx = id of the mod).

 

Max mutation stage is 30 and you may change or randomize the starting stage for mutations. Also there is an option for the player cow to gain further mutations past stage 30 by orgasms.

Edited by botticelli
file space - attachment deprecated and deleted
Posted
On 2/10/2022 at 2:03 AM, Coolguy713 said:

Any idea why the hooves start out as a teal color at around stage 10? Also, from stage 11 onward, the hooves completely disappear

The hooves need to be built with bodyslide as well.

Posted
11 hours ago, MuchW0W said:

This the only pink texture i get. I have the tattoo pack and slave tats and all the options int he menu defualt. im  level 24 - long horn gives me this textures

 

Skyrim Special Edition 2_14_2022 2_25_32 PM.png

Hmm, I tried enabling all the mutations and uninstalling and reinstalling the mod but the textures still aren't fixed and I still don't have any face fur. I checked and the textures are there. I will try enabling papyrus logs and see if there are any errors in there

Posted

Hmm, these lines were in the papyrus logs. Does anyone know if they point to what the issue is?

[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot overlayName: - Spots_phase_09
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Body [Ovl1]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\Spots_phase_09.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Body [Ovl2]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\brown_connect.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 3
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - Hands
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Hands [Ovl0]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\white_hands.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 3
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - Feet
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Feet [Ovl0]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 0
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - face
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Node not found: - -
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - DirtyCow - 0 - 0
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - npcs_cowNose - 0 - 1
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 0
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - face
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Node not found: - -
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Body [Ovl3]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\StretchToosh.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Body [Ovl4]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\StretchBreasts.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - mark1 - 0 - 3
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - mark2 - 0 - 3
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - mark3 - 0 - 3
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Found free node!: - Body [Ovl5]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot texture location: - textures\Actors\character\slavetats\bac\hunters.dds
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 0
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - face
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Node not found: - -
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - npcs_untamedMilk - 0 - 1
[02/15/2022 - 09:52:58AM] BAC: BACActor::addOverlayTats - npcs_hornyCow - 0 - 1
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot actor: - [Actor < (00000014)>]
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot NodeCount: - 6
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot PartName: - BODY
[02/15/2022 - 09:52:58AM] BAC: BACActor::ActorOverlayGetSlot Node not found: - -
[02/15/2022 - 09:52:58AM] BAC: BACActor::reequipItems - Hardcore mode:0

 

There is also this but I don't know if this helps either

[02/15/2022 - 09:52:51AM] Error: Array index 37 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 242
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B002300)>], [Armor < (6B002302)>], [Armor < (6B00A9B2)>], [Armor < (6B012094)>]] with index 1
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getMilkCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 37 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 242
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B002300)>], [Armor < (6B002302)>], [Armor < (6B00A9B2)>], [Armor < (6B012094)>]] with index 2
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getMilkMaximum() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 37 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 242
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B002300)>], [Armor < (6B002302)>], [Armor < (6B00A9B2)>], [Armor < (6B012094)>]] with index 3
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getPainCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 37 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 242
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0048B6)>], None] with index 0
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getBreastRows() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 33 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 243
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0048B6)>], None] with index 1
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D92)>], [Armor < (6B001D94)>], [Armor < (6B001D96)>], [Armor < (6B03A688)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 42 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 244
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D92)>], [Armor < (6B001D94)>], [Armor < (6B001D96)>], [Armor < (6B03A688)>]] with index 1
[02/15/2022 - 09:52:51AM] Error: Array index 42 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 244
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D92)>], [Armor < (6B001D94)>], [Armor < (6B001D96)>], [Armor < (6B03A688)>]] with index 2
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getMaidLevel() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 42 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 244
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D92)>], [Armor < (6B001D94)>], [Armor < (6B001D96)>], [Armor < (6B03A688)>]] with index 3
[02/15/2022 - 09:52:51AM] Error: Array index 42 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 244
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0022FA)>], [Armor < (6B0083FE)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 40 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 245
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0022FA)>], [Armor < (6B0083FE)>]] with index 1
[02/15/2022 - 09:52:51AM] Error: Array index 40 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 245
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D8E)>], [Armor < (6B001D8C)>], [Armor < (6B03A699)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 53 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 246
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D8E)>], [Armor < (6B001D8C)>], [Armor < (6B03A699)>]] with index 1
[02/15/2022 - 09:52:51AM] Error: Array index 53 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 246
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B001D8E)>], [Armor < (6B001D8C)>], [Armor < (6B03A699)>]] with index 2
[02/15/2022 - 09:52:51AM] Error: Array index 53 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 246
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0058E0)>], [Armor < (6B0058E3)>], [Armor < (6B0058E4)>], [Armor < (6B03A689)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 55 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 247
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0058E0)>], [Armor < (6B0058E3)>], [Armor < (6B0058E4)>], [Armor < (6B03A689)>]] with index 1
[02/15/2022 - 09:52:51AM] Error: Array index 55 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 247
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0058E0)>], [Armor < (6B0058E3)>], [Armor < (6B0058E4)>], [Armor < (6B03A689)>]] with index 2
[02/15/2022 - 09:52:51AM] Error: Array index 55 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 247
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B0058E0)>], [Armor < (6B0058E3)>], [Armor < (6B0058E4)>], [Armor < (6B03A689)>]] with index 3
[02/15/2022 - 09:52:51AM] Error: Array index 55 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 247
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A693)>], [Armor < (6B005E4B)>], [Armor < (6B005E4B)>], [Armor < (6B005E4C)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 44 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 248
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A693)>], [Armor < (6B005E4B)>], [Armor < (6B005E4B)>], [Armor < (6B005E4C)>]] with index 1
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered setLactacidCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 44 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 248
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A693)>], [Armor < (6B005E4B)>], [Armor < (6B005E4B)>], [Armor < (6B005E4C)>]] with index 2
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered setPainCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 44 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 248
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A693)>], [Armor < (6B005E4B)>], [Armor < (6B005E4B)>], [Armor < (6B005E4C)>]] with index 3
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered setMilkCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 44 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 248
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A692)>], [Armor < (6B01465D)>], [Armor < (6B017735)>]] with index 0
[02/15/2022 - 09:52:51AM] Error: Array index 45 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 249
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A692)>], [Armor < (6B01465D)>], [Armor < (6B017735)>]] with index 1
[02/15/2022 - 09:52:51AM] Error: Array index 45 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 249
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B03A692)>], [Armor < (6B01465D)>], [Armor < (6B017735)>]] with index 2
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getMilkMaximum() for actor Lydia
[02/15/2022 - 09:52:51AM]   -> 4.000000 <=  4.000000
[02/15/2022 - 09:52:51AM] Error: Array index 45 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 249
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B035B0E)>], [Armor < (6B0365D3)>]] with index 0
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getBreastsBasevalue() for actor Lydia
[02/15/2022 - 09:52:51AM] [slamainscr <sla_Main (09042D62)>]:Defered maintenance...
[02/15/2022 - 09:52:51AM] [slamainscr <sla_Main (09042D62)>]: found Devious Devices - Assets.esm
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getBreastsBaseadjust() for actor Lydia
[02/15/2022 - 09:52:51AM] Error: Array index 61 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 250
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B035B0E)>], [Armor < (6B0365D3)>]] with index 1
[02/15/2022 - 09:52:51AM] [slamainscr <sla_Main (09042D62)>]: Enabled Desire spell
[02/15/2022 - 09:52:51AM] MME_Storage: Triggered getMilkCurrent() for actor Lydia
[02/15/2022 - 09:52:51AM] [slamainscr <sla_Main (09042D62)>]: Updated notification key to 49
[02/15/2022 - 09:52:51AM] [slamainscr <sla_Main (09042D62)>]: finished maintenance
[02/15/2022 - 09:52:51AM] Error: Array index 61 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 250
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:51AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B048A2A)>]] with index 0
[02/15/2022 - 09:52:52AM] MME_Storage: Triggered getMaidLevel() for actor Lydia
[02/15/2022 - 09:52:52AM] Error: Array index 42 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 254
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:52AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B048A2D)>]] with index 0
[02/15/2022 - 09:52:52AM] Error: Array index 32 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 256
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:52AM] BAC: BACActor::tryToRemove - Removing item from list: [[Armor < (6B04F0C8)>]] with index 0
[02/15/2022 - 09:52:52AM] Error: Array index 53 is out of range (0-31)
stack:
	[bac_main (6B001D90)].bac_actor.tryToRemove() - "bac_actor.psc" Line 1281
	[bac_main (6B001D90)].bac_actor.RemoveItems() - "bac_actor.psc" Line 258
	[bac_main (6B001D90)].bac_update.updateActorEquip() - "bac_update.psc" Line 1468
	[bac_main (6B001D90)].bac_main.reEnableMod() - "bac_main.psc" Line 115
	[bac_main (6B001D90)].bac_mcm.OnConfigClose() - "bac_mcm.psc" Line 82
	[bac_main (6B001D90)].bac_mcm.CloseConfig() - "SKI_ConfigBase.psc" Line 840
	[SKI_ConfigManagerInstance (23000802)].SKI_ConfigManager.OnMenuClose() - "SKI_ConfigManager.psc" Line 124
[02/15/2022 - 09:52:52AM] BAC: Actor::reequipItems[0] - start

 

 

@GuruSR Do you have any idea why I would be having these texture issues? (body texture has a pinkish tinge and the brown body just doesn't work at all, and the face texture doesn't work)

 

I will also try to start a new game and jump my character up and see if it happens in a new save too

Posted

Hmm, I tested it on a new character, and the skin texture issue looks like it is due to changing too many mutations at once, but even on my new save my character didn't get the face fur. Does anyone know how to fix the "change too many mutations messing up the slave tat textures" issue? 

 

And does anyone know how I can try and debug why I am not getting any facial textures?

Posted
1 hour ago, Eluchel said:

Hmm, I tested it on a new character, and the skin texture issue looks like it is due to changing too many mutations at once, but even on my new save my character didn't get the face fur. Does anyone know how to fix the "change too many mutations messing up the slave tat textures" issue? 

 

And does anyone know how I can try and debug why I am not getting any facial textures?

Did you massively increase your overlay slots in data\SKSE\plugins\nioverride.ini? The default values are much too low. You might want to check at least these values:

[Overlays]
bPlayerOnly=0 ; Default[1]
bEnableFaceOverlays=1 ; Default[0]

[Overlays/Body]
iNumOverlays=30 ; Default[6]
iSpellOverlays=0 ; Default[0]

[Overlays/Hands]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Feet]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Face]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

 

Posted
1 hour ago, botticelli said:

Did you massively increase your overlay slots in data\SKSE\plugins\nioverride.ini? The default values are much too low. You might want to check at least these values:

[Overlays]
bPlayerOnly=0 ; Default[1]
bEnableFaceOverlays=1 ; Default[0]

[Overlays/Body]
iNumOverlays=30 ; Default[6]
iSpellOverlays=0 ; Default[0]

[Overlays/Hands]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Feet]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Face]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

 

I haven't touched that file at all, but I can look into it to see if that fixes it :)

Posted
2 hours ago, botticelli said:

Did you massively increase your overlay slots in data\SKSE\plugins\nioverride.ini? The default values are much too low. You might want to check at least these values:

[Overlays]
bPlayerOnly=0 ; Default[1]
bEnableFaceOverlays=1 ; Default[0]

[Overlays/Body]
iNumOverlays=30 ; Default[6]
iSpellOverlays=0 ; Default[0]

[Overlays/Hands]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Feet]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

[Overlays/Face]
iNumOverlays=20 ; Default[3]
iSpellOverlays=0 ; Default[0]

 

That fixed the face issues for me!!!!! I had to also enable facial overlays in nioverride.ini but once that was done they showed up. Thank you so much @botticelli!!

Posted

So botticelli's comment fixed my facial texture issues, but it looks like checking or unchecking any of the mutations broke the body texture color for some reason. Does anyone know why that might be?

Posted
On 2/13/2022 at 12:59 AM, botticelli said:

I hadn't looked here for a while, so I missed @GuruSR's try to revive this. Great! I did a try on my own with a total rework of the mutation distribution and MCM. I also moved all the cow attributes to StorageUtil and got rid of the npcs_...-Arrays. I am not sure whether this would work on a running game, you probably might need a clean save for this. Give it a try, and maybe we can contribute to each other ?

bac_alternate_1.9a.7z 332.86 kB · 20 downloads

I am now trying to create a threaded update process which is not yet working and thus disabled. The currently implemented cow update process is already better than the original and not blocking all cows at once. I made a debug option to update PC cow only (it works after clicking, even if it does not show X in MCM).

This also honors werewolf transformations and resets leg deformation in beast form so that the werewolf does not have a crippled leg anymore.

I added some mutations and the long horns only need the nifs included int .7z, I think. So the rest should still be the same. If some nif is still missing, please report.

Do we need to install BAC and this or just that ?

Posted
6 hours ago, alexsl said:

Do we need to install BAC and this or just that ?

The archive is not complete regarding textures, meshes, and BodySlide data. So you will need to overwrite existing files from the original mod (and delete bac.bsa if that is still existing, else my scripts wouldn't run). Since this is currently to be considered alpha state, you might want to make a backup before changing anything. When it comes to a reasonably stable state, I'll try to make an install package.

 

6 hours ago, Eluchel said:

Hey @botticelli, in regards to your mutation rework, would it work with GuruSR's changes or are they mutually exclusive for now?

Since I do not know all the changes @GuruSR made in bac.esp, I'd say they exclude each other for now. I put my priority on throughput (like having any number of cows with the limit being set by MilkModEconomy) and cleanup (like new mutations will be issued in one go and not in a nearly infinte loop and cow updates will process one cow at a time and not undress all and then redress them all) vs. spelling/messages, etc.. Also I did not touch the quests as yet, except for bac_beingacow.psc where I had to integrate my changes. As for bac.esp, I added some items (mostly the large horns+ears combo) which would not be available with GuruSR's version. I also already added the thread quests for the multithreaded cow update, but they do not yet work.

Posted
2 hours ago, botticelli said:

The archive is not complete regarding textures, meshes, and BodySlide data. So you will need to overwrite existing files from the original mod (and delete bac.bsa if that is still existing, else my scripts wouldn't run). Since this is currently to be considered alpha state, you might want to make a backup before changing anything. When it comes to a reasonably stable state, I'll try to make an install package.

 

Since I do not know all the changes @GuruSR made in bac.esp, I'd say they exclude each other for now. I put my priority on throughput (like having any number of cows with the limit being set by MilkModEconomy) and cleanup (like new mutations will be issued in one go and not in a nearly infinte loop and cow updates will process one cow at a time and not undress all and then redress them all) vs. spelling/messages, etc.. Also I did not touch the quests as yet, except for bac_beingacow.psc where I had to integrate my changes. As for bac.esp, I added some items (mostly the large horns+ears combo) which would not be available with GuruSR's version. I also already added the thread quests for the multithreaded cow update, but they do not yet work.

I mean Im using Modmanager, so do i just put the file over there rar file ?

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