Jump to content

About This File

ALL CREDIT FOR ORIGINAL MOD & SCRIPT SOURCES GOES TO BANE MASTER & JBEZORG

CHANGELOG V3.94 Addon V2:

 

Sorry for all all who just downloaded the new up date(V3.94 Addon V2) please redownload the NEW V3.94 Addon V2.1 as it fixes the glitch with the spider spit effect i found were my error was i fixed it and just tested it on 3 different saves including a brand new save made by clicking new game from main screen.

 

NEW SCRIPT ADDED- You will notice a new script added Called sslCreatureAnimationDefaults this is the Script in sexlab that tells sex lab witch animation to use with witch creature.

(I will up load script by it ltself for those who dont use EC+,ES+ and/or both but who also wish to use this fix)

DO NOT DOWNLOAD THE SCRIPT IF YOU USE Estrus Chaurus v3.94 Spider Addon AS IT IS ALL READY INCLUDED WITH THE MOD

 

HERE ARE THE CHANGES-(they are Bold, underlined & Italic)

(this is only a small part of the script to show the changes)

 

NEW SCRIPT

function LoadCreatureAnimations()

; Prepare factory resources (as creature)

PrepareFactoryCreatures()

 

Bears = new string[3]

Bears[0] = "BearBlackRace"

Bears[1] = "BearBrownRace"

Bears[2] = "BearSnowRace"

 

SabreCats = new string[3]

SabreCats[0] = "SabreCatRace"

SabreCats[1] = "SabreCatSnowyRace"

SabreCats[2] = "DLC1SabreCatGlowRace"

 

Chaurus = new string[3]

Chaurus[0] = "ChaurusRace"

Chaurus[1] = "ChaurusReaperRace"

Chaurus[2] = "DLC1_BF_ChaurusRace"

 

Dragons = new string[7]

Dragons[0] = "DragonRace"

Dragons[1] = "UndeadDragonRace"

Dragons[2] = "DLC1UndeadDragonRace"

Dragons[3] = "_00MechaDragonRace0"

Dragons[4] = "_00MechaDragonRace1"

Dragons[5] = "_00MechaDragonRace2"

Dragons[6] = "_00MechaDragonRace3"

 

Draugrs = new string[29]

Draugrs[0] = "DraugrRace"

Draugrs[1] = "DraugrMagicRace"

Draugrs[2] = "RigidSkeletonRace"

Draugrs[3] = "SkeletonNecroRace"

Draugrs[4] = "SkeletonRace"

Draugrs[5] = "SkeletonArmorRace"

Draugrs[6] = "DLC1SoulCairnKeeperRace"

Draugrs[7] = "DLC1SoulCairnSkeletonArmorRace"

Draugrs[8] = "DLC1BlackSkeletonRace"

Draugrs[9] = "DLC1SoulCairnSkeletonNecroRace"

Draugrs[10] = "_00ArmoredSkeletonArgonianRace"

Draugrs[11] = "_00ArmoredSkeletonBeastRace_Old"

Draugrs[12] = "_00ArmoredSkeletonKhajiitRace"

Draugrs[13] = "_00ArmoredSkeletonRace"

Draugrs[14] = "_00ArmoredSkeletonRace_Old"

Draugrs[15] = "_00ChaurusGrimWarriorRace"

Draugrs[16] = "_00ChaurusWarriorRace"

Draugrs[17] = "_00BeastSkeletonRace"

Draugrs[18] = "_00DramanRace"

Draugrs[19] = "_00DraugrDwarvenRace"

Draugrs[20] = "_00DraugrOneEyeRace"

Draugrs[21] = "_00DraugrRaceSH"

Draugrs[22] = "_00DraugrVarRace"

Draugrs[23] = "_00DLC1BonemanSkeletonRace"

Draugrs[24] = "_00LichRace"

Draugrs[25] = "_00RigidSkeletonBeastRace"

Draugrs[26] = "DLC2HulkingDraugrRace"

Draugrs[27] = "DLC2AshSpawnRace"

Draugrs[28] = "DLC2RigidSkeletonRace"

 

Falmers = new string[7]

Falmers[0] = "FalmerRace"

Falmers[1] = "_00FalmerRace01"

Falmers[2] = "_00FalmerRace02"

Falmers[3] = "_00FalmerRace03"

Falmers[4] = "_00FalmerRace04"

Falmers[5] = "_00FalmerRace05"

Falmers[6] = "_00GoblinRace"

 

Giants = new string[2]

Giants[0] = "GiantRace"

Giants[1] = "DLC2GhostFrostGiantRace"

 

Horses = new string[1]

Horses[0] = "HorseRace"

 

Spiders = new string[6]

Spiders[0] = "FrostbiteSpiderRace"

Spiders[1] = "FrostbiteSpiderRaceLarge"

Spiders[2] = "_00ChaurusCrawlerRace"

Spiders[3] = "_00DwarvenSpiderBoltRace"

Spiders[4] = "_00DwarvenSpiderFireRace"

Spiders[5] = "_00SkeletonSpiderRace"

 

LargeSpiders = new string[3]

LargeSpiders[0] = "FrostbiteSpiderRaceGiant"

LargeSpiders[1] = "_00ChaurusCrawlerRaceGiant"

LargeSpiders[2] = "_00ChaurusCrawlerRaceLarge"

 

OLD SCRIPT

function LoadCreatureAnimations()

; Prepare factory resources (as creature)

PrepareFactoryCreatures()

 

Bears = new string[3]

Bears[0] = "BearBlackRace"

Bears[1] = "BearBrownRace"

Bears[2] = "BearSnowRace"

 

SabreCats = new string[3]

SabreCats[0] = "SabreCatRace"

SabreCats[1] = "SabreCatSnowyRace"

SabreCats[2] = "DLC1SabreCatGlowRace"

 

Chaurus = new string[3]

Chaurus[0] = "ChaurusRace"

Chaurus[1] = "ChaurusReaperRace"

Chaurus[2] = "DLC1_BF_ChaurusRace"

 

Dragons = new string[7]

Dragons[0] = "DragonRace"

Dragons[1] = "UndeadDragonRace"

Dragons[2] = "DLC1UndeadDragonRace"

Dragons[3] = "_00MechaDragonRace0"

Dragons[4] = "_00MechaDragonRace1"

Dragons[5] = "_00MechaDragonRace2"

Dragons[6] = "_00MechaDragonRace3"

 

Draugrs = new string[29]

Draugrs[0] = "DraugrRace"

Draugrs[1] = "DraugrMagicRace"

Draugrs[2] = "RigidSkeletonRace"

Draugrs[3] = "SkeletonNecroRace"

Draugrs[4] = "SkeletonRace"

Draugrs[5] = "SkeletonArmorRace"

Draugrs[6] = "DLC1SoulCairnKeeperRace"

Draugrs[7] = "DLC1SoulCairnSkeletonArmorRace"

Draugrs[8] = "DLC1BlackSkeletonRace"

Draugrs[9] = "DLC1SoulCairnSkeletonNecroRace"

Draugrs[10] = "_00ArmoredSkeletonArgonianRace"

Draugrs[11] = "_00ArmoredSkeletonBeastRace_Old"

Draugrs[12] = "_00ArmoredSkeletonKhajiitRace"

Draugrs[13] = "_00ArmoredSkeletonRace"

Draugrs[14] = "_00ArmoredSkeletonRace_Old"

Draugrs[15] = "_00ChaurusGrimWarriorRace"

Draugrs[16] = "_00ChaurusWarriorRace"

Draugrs[17] = "_00BeastSkeletonRace"

Draugrs[18] = "_00DramanRace"

Draugrs[19] = "_00DraugrDwarvenRace"

Draugrs[20] = "_00DraugrOneEyeRace"

Draugrs[21] = "_00DraugrRaceSH"

Draugrs[22] = "_00DraugrVarRace"

Draugrs[23] = "_00DLC1BonemanSkeletonRace"

Draugrs[24] = "_00LichRace"

Draugrs[25] = "_00RigidSkeletonBeastRace"

Draugrs[26] = "DLC2HulkingDraugrRace"

Draugrs[27] = "DLC2AshSpawnRace"

Draugrs[28] = "DLC2RigidSkeletonRace"

 

Falmers = new string[7]

Falmers[0] = "FalmerRace"

Falmers[1] = "_00FalmerRace01"

Falmers[2] = "_00FalmerRace02"

Falmers[3] = "_00FalmerRace03"

Falmers[4] = "_00FalmerRace04"

Falmers[5] = "_00FalmerRace05"

Falmers[6] = "_00GoblinRace"

 

Giants = new string[2]

Giants[0] = "GiantRace"

Giants[1] = "DLC2GhostFrostGiantRace"

 

Horses = new string[1]

Horses[0] = "HorseRace"

 

Spiders = new string[5]

Spiders[0] = "FrostbiteSpiderRace"

Spiders[1] = "_00ChaurusCrawlerRace"

Spiders[2] = "_00DwarvenSpiderBoltRace"

Spiders[3] = "_00DwarvenSpiderFireRace"

Spiders[4] = "_00SkeletonSpiderRace"

 

LargeSpiders = new string[4]

LargeSpiders[0] = "FrostbiteSpiderRaceGiant"

LargeSpiders[1] = "FrostbiteSpiderRaceLarge"

LargeSpiders[2] = "_00ChaurusCrawlerRaceGiant"

LargeSpiders[3] = "_00ChaurusCrawlerRaceLarge"

 

all edits to large spiders removed Only The change to the chaurus Reapers is left in as the this script fixes the aliment issues in sex lab it self

 

Spidereggscript had some blank property's i forgot to set this HAS BEEN FIXED

 

Other various minor bug fixes

 

Desription:

 

This mod is an Add-on mod for

Estrus Chaurus+

(you must have EC+ fully installed first as this is an add-onto function not a stand alone mod)

 

This mod has all the exact same functions as EC+ if you use EC+ plus all ready then you will have no problem installing and using this mod all i have don't is gone in to the scripts and re-tweak them to work for spiders THIS MOD DOESN'T OVERWRITE ANY OF EC+ SCRIPTS. I pulled only the necessary scripts and re-tweaked them with new names and change most chuarus references to spider i have includes source scripts in my file for any who would like to see or better understand what I'm talking about.

 

Features:

this mod has its own MCM menu and hatchery

Chuarus eggs: handled in EC+ mcm hatchery

Spider eggs: Handled in ES+ mcm Hatchery

 

you can turn off tentacle animations, pregnancy's and Infestations separately FOR spider and chuaruses

(this means if you turn of pregnancy's for spiders you can still get pregnent by chuaruses and vice versa)

 

incubation periods and fertility settings can be adjusted separately for spider and Chuarus Pregnancy's

 

Brest,Belly and Butt max growth settings can be adjusted separately for chuarus and spider Pregnancy's

Growth rate however will be the same for both regardless of witch menu you set it with this was for compatibility reasons

 

I changed the EncChaurusreaper race setting to Chuarus so that the Chaurus reapers could have proper male chaurus anatomy

(for chaurus reaper alinement problems in sex lab make sure to turn on adjust actor heights as setting changes will effect smaller churuses as well. Now go in to sexlab mcm and go to the animation adjuster page and select creature animations find Chuarus Forward and select it now change to femalepositon1 and on the left and side were it says move up or down set all 4 stages to +13 then from there adjust to tast.)

 

 

Installing:

1)Download and FULLY install Estrus Chuarus+ by bane master found here

http://www.loverslab.com/files/file/1033-estrus-chaurus/

 

2)Download Estrus Spider V3.94 Add-on and Use NMM or MO to install when asked to overwrite say yes

( will over wright EstrusChuarus.esp and EstrusChuarus translation file this is only because as said this is an addon to his mod none of the original EC+ Content was changed or edited any way* i simply added in the Spider content )

 

* this excludes the breeder effect i added a HasSpell check it so that you can only get pregnant by eather a spider or a chuarus at one time you can not be pregnant by both at the same time.

 

 

 

I Hope you all like it and if you find any buggs or have any questions ABOUT THE ES+ ADD-ON plz report them to be and i will answer them to the best of my ability

 

SPECIAL THANX:

BANE MASTER: Author of EC+ V3.94

JBEZORG: Original creator of Estrus Chuarus


×
×
  • Create New...

Important Information

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