Jump to content

TamagoClub English 1.12 Patch


Recommended Posts

Posted

well' date=' I am about completed disgusted with this mod. No offense to anyone. I tried all the latest files, in the recommened load order and it froze my game permanently.

 

 

as well as various orders with the .esm's and while it ran flawlessly, no "ovum" (in my game called egg) ever becamed fertilized at all....with or without shop help, or etc. Nothing ever worked. I feel so sterile. sigh. No female in my game ever became pregnant.:huh:

 

I even dreamed last night that I was pregnant again (my daughter was born 15 and a half months ago) and ohhhhhh did it feel so good. sigh.

 

 

[/quote']

 

I don't know if I missed it in another post, but do you notice if your character receives sperm? I don't know what detail setting you are running on, but can you check your inventory after "the deed is done" and see if you have sperm in the same panel as your womb/ovum/egg?

 

The reason I ask is there are variables that can turn on and off recpetion of sperm.

 

The one for NPCs is a4tc.AllowNPC and for the PC it is a4tc.AllowPC. The default should be set to 1 (allow it), but maybe double check they are not 0 (doesn't allow it).

 

You can use the console to type "set a4tc.AllowPC to 1" or 0 to turn on and off sperm reception.

 

Beyond that there's a4tc.FertilizationRate, which is supposed to be defaulted to 15%, and a4tc.ConceptionRate which is supposed to default to 5%.

Posted

Okay, first of all, I apologize if I offended anybody. I did not mean to do that. I was just a bit frustrated. Now to answer some questions and such.

 

First, yes I did indeed do my load order according to the load order suggestions that I found. Perhaps those suggestions were the wrong ones (they only included load order of lovers and tamago mods with respect to one another and not load order of these with respect to other mods). I know I did not make this clear, but what instructions I had, I followed to a T.

 

Second, I will try altering my load order at the next available opportunity. My child and husband prevent me from playing very often but within the next week sometime I should be able to experiment.

 

Third, regarding the bash patch....it is a carryover from one particular mod from long ago that I absolutely had to do it for. It pertains to nothing else and hasn't been updated since 2010 sometime. In other words, it has nothing to do with the current problems. But I see where Beautiful People should be merged into Bash patch....it has been so long since I have done this, can anyone tell me how to do it again please!

 

Fourth, as for Eroblivion. I can delete that as I never use it. But it has never interfered with Lovers, which I installed and successfully ran for a while before I installed Tamago. It is Tamago itself that I have a problem with. But no big deal, I can delete Eroblivion.

 

Fifth, as for MBP (related to number 3 above), I used it for a month or so before Tamago with no problems. Yes, I had an occasional CTD, but I had that more frequently, actually, before MBP and MBP++ and X117. So I don't really think I am having a problem here, at least not directly.

 

I guess my main thing is that lovers worked great with the setup and load order I have. But when I introduced Tamago, it ran (with the older version) but I never conceived. I did notice one odd thing I neglected to mention before. When I had my egg in my inventory, not at first but somewhere in the middle of this time, I got to where I could no longer "activate" things.....be it people, doors, etc. This would go on for (I really don't know how long) maybe 6-24 "in-game" hours and then it would work normally again.

 

Oh, and yes, I do see the sperm in my inventory, and I have played around with the console settings that I found to try to maximize pregnancy. One odd thing though. If I quit the game and come back into it, the sperm in my inventory no longer read "Sperm" but some odd characters that look something like "Zg" but not quite.

 

Sigh. Lots of typing but now I must go and attend to hubby. Again, I will try the load order modifications and deletions in the coming days. I'll let you know how it goes.

 

edit: Oh, and as for sticking things at the bottom of my load order, I have found that if I put things after OOO, at least with my list of mods, it really messes things up. And only some mods can go after better cities and my game still survive. I am really hesitant to load up mods very low in my order.....

Posted

Here, if that wont you pregnant nothing does ;D

It is my super fast pregnancy soup (full cycle in half of day or less)

 

Make copy of your old ini first :>

 

;====================================================================
; TamagoClub Settings
;====================================================================
;Enable/disable player acquiring sperm after internal cumshot
set a4tc.AllowPC  to 1
;Enable/disable NPCs acquiring sperm after internal cumshot
set a4tc.AllowNPC to 1

;Fertilization rate / 4h [%]
set a4tc.FertilizationRate to 99.0
;Implantation (conception) rate / 4h [%]
set a4tc.ConceptionRate to 100.0
;Additional ovulation rate [%]
set a4tc.AdditionalOvulateRate to 2.0
;Identical twins rate [%]
set a4tc.IdenticalTwinsRate to 0.4
;Female creature rate [%]
set a4tc.FemaleCreatureRate to 0.0
;Recognition rate for own state (Aware Rate) [%]
set a4tc.AwareRate to 20.0

;Lifespan of sperm [minutes]
set a4tc.SpermLife to 60 * 24 * 2
;Lifespan of ova [minutes]
set a4tc.OvumLife to 60 * 1 * 1
;Lifespan of fertilized ova [minutes]
set a4tc.FertilizedOvumLife to 0

;Menstruation cycle
set a4tc.MenstrualPhase10	to 60 * 0.5 * 1	;Early Follicular Phase (Menstruation) [minutes]
set a4tc.MenstrualPhase15	to 60 * 0.8 * 1	;Late Follicular Phase [minutes]
set a4tc.MenstrualPhase20	to 60 * 1 * 1	;Ovulation Phase [minutes]
set a4tc.MenstrualPhase30	to 60 * 1.5 * 1	;Luteal Phase [minutes]
;Pregnancy phase
set a4tc.FetalPhase10	to 60 * 2 * 1	;Pregnant (1st Trimester) [minutes]
set a4tc.FetalPhase20	to 60 * 2.5 * 1	;Pregnant (2nd Trimester) [minutes]
set a4tc.FetalPhase30	to 60 * 3 * 1	;Pregnant (3rd Trimester) [minutes]
set a4tc.ChildBedTerm	to 60 * 0.2 * 1	;Postpartum Phase [minutes]  *Set the LENGTH of the INTERVAL here (not the offset from last menstruation)


;------------------------------------------------------------------
;Advanced Settingsido not modify under normal circumstancesj
;------------------------------------------------------------------
;Script execution interval [minutes]
; This is the script execution interval per target.
; If you modify this the check frequency will also change which in turn will affect all the probabilities.
; I strongly recommend not to change the default value of 60*4.
set a4tc.RunInterval to 60 * 0.1
;Multiplier for the main loop process frequency
; Raising the multiplier will raise the accuracy of the script execution interval at the cost of performance.
; The value will be reset to 1.0 automatically if you set it any lower.
; In situations where every FPS counts, e.g. if you have a very large number of NPCs in your game (10000 or more), and you don't
; mind losing some precision, set it to 1.0.
; If you prefer accuracy and don't mind a little performance loss try values between 3.0 and 5.0.
; Incidentally, if the result of the equation below is 0.034 or higher you probably won't notice any performance loss.
; In general, there should be no problem as long as the result stays above 0.003.
;   RunInterval * 60 / FreqMultipler / TimeScale / (Number of Targets) = (Main Loop Process Frequency)[s]
set a4tc.FreqMultipler to 5.0
;Use actor event scanner
; Setting this to 1 will use the start of AI packages to scan for actors (the method used till version 1.03b).
; >>Advantage
;   Actors that are not in the same cell as the player can also be detected
; >>Disadvantage
;   Makes the detection slightly heavier
set a4tc.EventScan to 0

 

If that settings wont make you pregnant then you have mod conflict or system is to taxed to handle checks.

Posted

Thanks to you (gregathit.....many kisses) and to the person who gave me the ini file (windpl....again, many kisses)....I don't know which one it was (I made the load order changes and I put in the ini file at the same time), but I am now FINALLY pregnant! Oh thank you!

 

Now we will see in the coming days if I actually get a child or not......

 

edit: got twins! and so cute!

 

thank all of you peeps who helped!

 

now if we only had this for skyrim!!!!!

Posted

Thanks to you (gregathit.....many kisses) and to the person who gave me the ini file (windpl....again' date=' many kisses)....I don't know which one it was (I made the load order changes and I put in the ini file at the same time), but I am now FINALLY pregnant! Oh thank you!

 

Now we will see in the coming days if I actually get a child or not......

[/quote']

 

 

If things work correctly then it is time to make a backup of your data folder so you don't ever have to go through this again. Installing one mod is sometimes enough to break things completely. :(

 

You can compress it via WinZip or WinRAR or 7zip or whichever compression tool you use to save space :)

Posted

I'm glad that it is finally working for you. I think that you should consider tweaking ini a bit or restoring old one because with my settings soon you will have small army of children ;)

Posted

This and Hiyoko Club usually work pretty well for me, But I've run into a couple problems and I'm hoping someone can help or tell me how I can fix them.

 

Problem 1.

When get to this stage. I think it's supposed to be post-partum phase

 

 

ScreenShot15.jpg

 

 

My console gets spammed with TamagoPlayerHud Unknown Womb State(150)Hitomi <---- Is my characters name.

 

Problem 2>

 

I successfully gave birth too my first child..Yay! But when i click on her umbilical cord all I see is

 

 

ScreenShot14.jpg

 

 

Active load order if it helps.

 

 

Oblivion.esm

Beautiful People 2ch-Ed.esm

x117race.esm

Lovers with PK.esm

TamagoClub.esm

HiyokoClub.esm

LoversCreature.esm

Chanpon.esm

CLS-ClassyClothes.esm

Oblivion Sexualized Monsters.esm

Unofficial Oblivion Patch.esp

UOP Vampire Aging & Face Fix.esp

OSM-FixedMixed.esp

MadCompanionshipSpells.esp

MCS extension.esp

Oblivion Citadel Door Fix.esp

DLCShiveringIsles.esp

From2ch Lives.esp

F2L_FaceChange.esp

Ta22's 01Army.esp

117NPCs.esp

From2ch Lives Boss.esp

F2LHideRaces.esp

HUD Status Bars.esp

TamagoPlayerHUD.esp

TamagoNews.esp

TamagoShop.esp

TamagoTopic.esp

TamagoConfide.esp

LoversTamagoClub.esp

LoversHiyokoShooter.esp

LoversEncounter.esp

HiyokoQuestTarget.esp

HiyokoGenetics.esp

HiyokoGenerator.esp

HiyokoGeneratorCreature.esp

TamagoSetBody.esp

SetBody.esp

Slof's Boners! v5.esp

MaternityClothes.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

F2LAddon_MSElves.esp

x117race.esp

Nekomata Race.esp

Strap-ons.esp

Lop-ears Elf.esp

AsharasSirensAndTritons.esp

HGEC Shemales.esp

Alternative Start by Robert Evrae.esp

Lop-ears Elf_mini.esp

_Prison_Mod_(TLB) v0.2.esp

AionWings50.esp

SW Cosplay 02.esp

Gizmodian-VeraxanimaOblivion.esp

DiabloEF 6 in 1.esp

Vanilla Extract Final.esp

EURN.esp

KitRae Exotic Dual Remake.esp

X-Blades.esp

AT2 01-Shiki Armor Set.esp

Dynasty Armor A- and B-Cup.esp

Throwable kunai.esp

DFSLChina.esp

Ring_of_Chameleon_in_Chorrol-5232.esp

Purge Cell Buffers - Cell Change.esp

Populated Prisons.esp

LoversSetBody.esp

LoversAphrodisia.esp

LoversAphrodisiaHUD.esp

LoversFSE.esp

LoversDRader.esp

LoversRapeman.esp

LoversSummonRapeman.esp

LoversAdultPlayPlusforSSP.esp

LoversVoiceSSPplus.esp

LoversRaperS.esp

LoversJoburg.esp

LoversJoburg NoDelay Addon.esp

LoversBed.esp

LoversPayBandit.esp

LoversPower.esp

LoversContraception.esp

LoversNTRburglar.esp

Lovers with PK.esp

LoversCreature.esp

LoversSoundCreature.esp

LoversBrothel.esp

LoversStopCombatEx.esp

LoversEscapeRapeVPlayer.esp

LoversRapeSlave.esp

LoversAdultYield.esp

LoversMagic.esp

LoversUnicorn.esp

LoversSlaveTrader.esp

LSTBravilUnderground.esp

LoversPayBanditForSlaver.esp

LoversHooker.esp

LoversBackup2.esp

LoversTentacleFuta.esp

LoversLight.esp

LoversBitch.esp

Bashed Patch, 0.esp

LoversIdleAnimsPriority.esp

Lovers3dorgasm.esp

LoversAnimObjectsPriority.esp

Colourwheels Sexy Imperial Legion.esp

 

 

 

 

Posted

This and Hiyoko Club usually work pretty well for me' date=' But I've run into a couple problems and I'm hoping someone can help or tell me how I can fix them.

 

Problem 1.

When get to this stage. I think it's supposed to be post-partum phase

 

 

 

 

My console gets spammed with TamagoPlayerHud Unknown Womb State(150)Hitomi <---- Is my characters name.

 

Problem 2>

 

I successfully gave birth too my first child..Yay! But when i click on her umbilical cord all I see is

 

 

ScreenShot14.jpg

 

 

Active load order if it helps.

 

 

Oblivion.esm

Beautiful People 2ch-Ed.esm

x117race.esm

Lovers with PK.esm

TamagoClub.esm

HiyokoClub.esm

LoversCreature.esm

Chanpon.esm

CLS-ClassyClothes.esm

Oblivion Sexualized Monsters.esm

Unofficial Oblivion Patch.esp

UOP Vampire Aging & Face Fix.esp

OSM-FixedMixed.esp

MadCompanionshipSpells.esp

MCS extension.esp

Oblivion Citadel Door Fix.esp

DLCShiveringIsles.esp

From2ch Lives.esp

F2L_FaceChange.esp

Ta22's 01Army.esp

117NPCs.esp

From2ch Lives Boss.esp

F2LHideRaces.esp

HUD Status Bars.esp

TamagoPlayerHUD.esp

TamagoNews.esp

TamagoShop.esp

TamagoTopic.esp

TamagoConfide.esp

LoversTamagoClub.esp

LoversHiyokoShooter.esp

LoversEncounter.esp

HiyokoQuestTarget.esp

HiyokoGenetics.esp

HiyokoGenerator.esp

HiyokoGeneratorCreature.esp

TamagoSetBody.esp

SetBody.esp

Slof's Boners! v5.esp

MaternityClothes.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

F2LAddon_MSElves.esp

x117race.esp

Nekomata Race.esp

Strap-ons.esp

Lop-ears Elf.esp

AsharasSirensAndTritons.esp

HGEC Shemales.esp

Alternative Start by Robert Evrae.esp

Lop-ears Elf_mini.esp

_Prison_Mod_(TLB) v0.2.esp

AionWings50.esp

SW Cosplay 02.esp

Gizmodian-VeraxanimaOblivion.esp

DiabloEF 6 in 1.esp

Vanilla Extract Final.esp

EURN.esp

KitRae Exotic Dual Remake.esp

X-Blades.esp

AT2 01-Shiki Armor Set.esp

Dynasty Armor A- and B-Cup.esp

Throwable kunai.esp

DFSLChina.esp

Ring_of_Chameleon_in_Chorrol-5232.esp

Purge Cell Buffers - Cell Change.esp

Populated Prisons.esp

LoversSetBody.esp

LoversAphrodisia.esp

LoversAphrodisiaHUD.esp

LoversFSE.esp

LoversDRader.esp

LoversRapeman.esp

LoversSummonRapeman.esp

LoversAdultPlayPlusforSSP.esp

LoversVoiceSSPplus.esp

LoversRaperS.esp

LoversJoburg.esp

LoversJoburg NoDelay Addon.esp

LoversBed.esp

LoversPayBandit.esp

LoversPower.esp

LoversContraception.esp

LoversNTRburglar.esp

Lovers with PK.esp

LoversCreature.esp

LoversSoundCreature.esp

LoversBrothel.esp

LoversStopCombatEx.esp

LoversEscapeRapeVPlayer.esp

LoversRapeSlave.esp

LoversAdultYield.esp

LoversMagic.esp

LoversUnicorn.esp

LoversSlaveTrader.esp

LSTBravilUnderground.esp

LoversPayBanditForSlaver.esp

LoversHooker.esp

LoversBackup2.esp

LoversTentacleFuta.esp

LoversLight.esp

LoversBitch.esp

Bashed Patch, 0.esp

LoversIdleAnimsPriority.esp

Lovers3dorgasm.esp

LoversAnimObjectsPriority.esp

Colourwheels Sexy Imperial Legion.esp

 

 

 

 

 

Do you use "LoversDischarge+"? I think that I noticed this error after trying last version of it. But I'm not sure.

 

 

Posted

This and Hiyoko Club usually work pretty well for me' date=' But I've run into a couple problems and I'm hoping someone can help or tell me how I can fix them.

 

Problem 1.

When get to this stage. I think it's supposed to be post-partum phase

 

 

 

 

My console gets spammed with TamagoPlayerHud Unknown Womb State(150)Hitomi <---- Is my characters name.

 

Problem 2>

 

I successfully gave birth too my first child..Yay! But when i click on her umbilical cord all I see is

 

 

ScreenShot14.jpg

 

 

Active load order if it helps.

 

 

Oblivion.esm

Beautiful People 2ch-Ed.esm

x117race.esm

Lovers with PK.esm

TamagoClub.esm

HiyokoClub.esm

LoversCreature.esm

Chanpon.esm

CLS-ClassyClothes.esm

Oblivion Sexualized Monsters.esm

Unofficial Oblivion Patch.esp

UOP Vampire Aging & Face Fix.esp

OSM-FixedMixed.esp

MadCompanionshipSpells.esp

MCS extension.esp

Oblivion Citadel Door Fix.esp

DLCShiveringIsles.esp

From2ch Lives.esp

F2L_FaceChange.esp

Ta22's 01Army.esp

117NPCs.esp

From2ch Lives Boss.esp

F2LHideRaces.esp

HUD Status Bars.esp

TamagoPlayerHUD.esp

TamagoNews.esp

TamagoShop.esp

TamagoTopic.esp

TamagoConfide.esp

LoversTamagoClub.esp

LoversHiyokoShooter.esp

LoversEncounter.esp

HiyokoQuestTarget.esp

HiyokoGenetics.esp

HiyokoGenerator.esp

HiyokoGeneratorCreature.esp

TamagoSetBody.esp

SetBody.esp

Slof's Boners! v5.esp

MaternityClothes.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

F2LAddon_MSElves.esp

x117race.esp

Nekomata Race.esp

Strap-ons.esp

Lop-ears Elf.esp

AsharasSirensAndTritons.esp

HGEC Shemales.esp

Alternative Start by Robert Evrae.esp

Lop-ears Elf_mini.esp

_Prison_Mod_(TLB) v0.2.esp

AionWings50.esp

SW Cosplay 02.esp

Gizmodian-VeraxanimaOblivion.esp

DiabloEF 6 in 1.esp

Vanilla Extract Final.esp

EURN.esp

KitRae Exotic Dual Remake.esp

X-Blades.esp

AT2 01-Shiki Armor Set.esp

Dynasty Armor A- and B-Cup.esp

Throwable kunai.esp

DFSLChina.esp

Ring_of_Chameleon_in_Chorrol-5232.esp

Purge Cell Buffers - Cell Change.esp

Populated Prisons.esp

LoversSetBody.esp

LoversAphrodisia.esp

LoversAphrodisiaHUD.esp

LoversFSE.esp

LoversDRader.esp

LoversRapeman.esp

LoversSummonRapeman.esp

LoversAdultPlayPlusforSSP.esp

LoversVoiceSSPplus.esp

LoversRaperS.esp

LoversJoburg.esp

LoversJoburg NoDelay Addon.esp

LoversBed.esp

LoversPayBandit.esp

LoversPower.esp

LoversContraception.esp

LoversNTRburglar.esp

Lovers with PK.esp

LoversCreature.esp

LoversSoundCreature.esp

LoversBrothel.esp

LoversStopCombatEx.esp

LoversEscapeRapeVPlayer.esp

LoversRapeSlave.esp

LoversAdultYield.esp

LoversMagic.esp

LoversUnicorn.esp

LoversSlaveTrader.esp

LSTBravilUnderground.esp

LoversPayBanditForSlaver.esp

LoversHooker.esp

LoversBackup2.esp

LoversTentacleFuta.esp

LoversLight.esp

LoversBitch.esp

Bashed Patch, 0.esp

LoversIdleAnimsPriority.esp

Lovers3dorgasm.esp

LoversAnimObjectsPriority.esp

Colourwheels Sexy Imperial Legion.esp

 

 

 

 

 

Do you use "LoversDischarge+"? I think that I noticed this error after trying last version of it. But I'm not sure.

 

 

 

I'm using lovers discharge. I have the original Tamago Club.esm backed up so i'l install that again and see if that helps.

 

 

Posted

Resorted my active load order using the Master list from http://www.loverslab.com/showthread.php?tid=2810 and the load order from http://www.loverslab.com/showthread.php?tid=6133 Bearing in mind that I don't have all the lovers mods that are on the list, so I got it as close as I could.

 

New Active Load Order

 

Oblivion.esm

Beautiful People 2ch-Ed.esm

CLS-ClassyClothes.esm

x117race.esm

Lovers with PK.esm

TamagoClub.esm

Chanpon.esm

HiyokoClub.esm

LoversCreature.esm

Oblivion Sexualized Monsters.esm

OSM-FixedMixed.esp

Unofficial Oblivion Patch.esp

UOP Vampire Aging & Face Fix.esp

Oblivion Citadel Door Fix.esp

DLCShiveringIsles.esp

Populated Prisons.esp

Purge Cell Buffers - Cell Change.esp

DFSLChina.esp

Gizmodian-VeraxanimaOblivion.esp

KitRae Exotic Dual Remake.esp

Slof's Boners! v5.esp

SW Cosplay 02.esp

Throwable kunai.esp

AT2 01-Shiki Armor Set.esp

From2ch Lives.esp

F2L_FaceChange.esp

Ta22's 01Army.esp

117NPCs.esp

From2ch Lives Boss.esp

F2LHideRaces.esp

HUD Status Bars.esp

MaternityClothes.esp

TamagoPlayerHUD.esp

TamagoNews.esp

TamagoShop.esp

TamagoTopic.esp

TamagoConfide.esp

LoversTamagoClub.esp

LoversHiyokoShooter.esp

LoversEncounter.esp

HiyokoQuestTarget.esp

HiyokoGenetics.esp

HiyokoGenerator.esp

HiyokoGeneratorCreature.esp

TamagoSetBody.esp

LoversSetBody.esp

LoversAphrodisia.esp

LoversAphrodisiaHUD.esp

LoversFSE.esp

LoversDRader.esp

LoversRapeman.esp

LoversSummonRapeman.esp

LoversAdultPlayPlusforSSP.esp

LoversVoiceSSPplus.esp

LoversRaperS.esp

LoversJoburg.esp

LoversJoburg NoDelay Addon.esp

LoversBed.esp

LoversPayBandit.esp

LoversPower.esp

LoversContraception.esp

LoversNTRburglar.esp

Lovers with PK.esp

LoversBitch.esp

LoversCreature.esp

LoversSoundCreature.esp

LoversCreatureVoiceForceEnabler.esp

LoversBrothel.esp

LoversStopCombatEx.esp

LoversEscapeRapeVPlayer.esp

LoversRapeSlave.esp

LoversAdultYield.esp

LoversMagic.esp

LoversUnicorn.esp

LoversSlaveTrader.esp

LSTBravilUnderground.esp

LoversPayBanditForSlaver.esp

LoversTentacleFuta.esp

LoversHooker.esp

LoversLight.esp

LoversBackup2.esp

SetBody.esp

Alternative Start by Robert Evrae.esp

MadCompanionshipSpells.esp

MCS extension.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

F2LAddon_MSElves.esp

x117race.esp

Lop-ears Elf.esp

AsharasSirensAndTritons.esp

Nekomata Race.esp

Strap-ons.esp

HGEC Shemales.esp

Lop-ears Elf_mini.esp

_Prison_Mod_(TLB) v0.2.esp

AionWings50.esp

DiabloEF 6 in 1.esp

Vanilla Extract Final.esp

EURN.esp

X-Blades.esp

Dynasty Armor A- and B-Cup.esp

Ring_of_Chameleon_in_Chorrol-5232.esp

Bashed Patch, 0.esp

LoversIdleAnimsPriority.esp

Lovers3dorgasm.esp

LoversAnimObjectsPriority.esp

Colourwheels Sexy Imperial Legion.esp

 

 

Will see if that helps.

 

To be honest though it's not really a major problem, Like I said everything else works perfectly. It's just those two little annoyances.

 

@prophour

 

Got the blood effect at the menstrual stage but haven't noticed any other changes yet.

 

Hmm I've just been thinking. I could never get that particular HUD to work properly until I switched to the AIO version of Lovers, Maybe its the HUD itself?

 

Posted

That looks proper' date=' only one thing out of place. Colorwheels is out of place. After running BOSS look to the very bottom of the list that pops up, you should see a unsorted area. Colorwheels will be there, just put it with other clothing replacer mods. If you open the masterlist and you will see a section for just clothing armor replacers. Place it with those.

[/quote']

 

Ah, ok will do that, Only reason I placed it at the bottom was cause Colourwheel recommended it if using other mods that changed NPC appearance. I'm using this atm aswell http://tes.nexusmods.com/downloads/file.php?id=20112

 

Btw Colourwheels Sexy Imperial Legion HGEC Extended turns all imperial guards/soldiers female. except quest essential ones. I'm using this with it as well though http://tes.nexusmods.com/downloads/file.php?id=34928

 

 

Posted

If its a NPC replacer try looking in masterlist for that instead of clothing armor replacer. I am surprised if one of those mods doesn't have a a expected location in BOSS already. If it did and you moved it manually I would suggest leaving it in BOSS's recommended slot. IMHO BOSS has come a long way from the days when it would mangle all Lovers mods.

 

Done. Hopefully I placed it in the correct place this time.

 

Thank you for all your help :)

 

 

Posted

I may be posting in the wrong place, but...

 

I created a character specifically for the Galgat mods Crowning Isle and GGBlackmail. While adventuring between quest updates, I gathered a few companions and placed them in my highly-modified Maple Cottage.

 

Short photo story

 

Turns out Adrianna birthed a child fathered by a Black Bow Bandit. None of us have been to Leyawiin (or did any of the Black Bow quests...), so I have no idea how a Black Bow Bandit could father the child of a lvl 2 companion that's spent all of her time in either Maple Cottage or The Count's Arms in Anvil.

 

Is there a Tamago/Hiyoko plugin that randomly impregnates NPCs? I'd like to get rid of it.

 

When the kid was born, EVERYONE went nuts and tried to kill each other. Needless to say, the kid herself is dead.

 

 

 

post-29228-13597874953182_thumb.jpg

Posted

LoversEncounter - that plugin simulates sexual encounters while the player is not near. Though I have never seen it happen to companions.

 

You (or another NPC via rape) had sex with the companion (it takes a few days for the impregnation to happen). The rest depends on your Hiyiko generator. If it is set that way it might be possible that this is your child :P.

 

Posted

I haven't found an actual "fix" for NPCs murdering new children, but since the attacks don't seem to happen until I enter the cell, I figured out you can open the console, select the (now dead) kid, disable and then enable the kid, and then resurrect it by whatever means you have at your disposal.

Posted

I haven't found an actual "fix" for NPCs murdering new children' date=' but since the attacks don't seem to happen until I enter the cell, I figured out you can open the console, select the (now dead) kid, disable and then enable the kid, and then resurrect it by whatever means you have at your disposal.

[/quote']

 

It has something to do with the children's aggression and/or responsibility.

 

I haven't narrowed down if it's one or the other, but I've had some children born with crazy aggressions of like 55, but responsibilities of around 5, and also very high responsibilities.

 

The quickest way I've been able to stop the instant combat once a child is born is to quickly open the console, target the child, and use "setav aggression 0" and "setav responsibility 50". And then use the MCS Peacemake spell (will affect even non-followers in the immediate area).

 

My guess is that it's the result of a very high or very low responsibility that causes it, coupled with a high (well, nearly anything about 10 is "high") aggression.

  • 2 weeks later...
Posted

I've run into a problem, I had to do a clean up of children cuse my active load order changed slightly and I had to re arrange a couple esm's, hence the clean up otherwise I'd have headless zombie children running a round..lol

 

One of the children though was inside the Chorrol fighters guild and now everytime I try to enter the building my game freezes =\

 

Is there anyway too fix it? I've gotten quite far in the game and would hate to have to start all over again.

 

Btw the child wasn't one of mine, even though both its parents were alive it just appeared and started following me. when i checked its umbilical cord though it had >no name< and no age but it had genetic parents, Burd was the father and a Bruma Guard(female) was the mother

 

Load order

 

Oblivion.esm

Beautiful People 2ch-Ed.esm

x117race.esm

Chanpon.esm

CLS-ClassyClothes.esm

Better Cities Resources.esm

Lovers with PK.esm

TamagoClub.esm

HiyokoClub.esm

LoversCreature.esm

Oblivion Sexualized Monsters.esm

Unofficial Oblivion Patch.esp

UOP Vampire Aging & Face Fix.esp

Oblivion Citadel Door Fix.esp

DLCShiveringIsles.esp

Better Cities .esp

WindowLightingSystem.esp

Populated Prisons.esp

Purge Cell Buffers - Cell Change.esp

Map Marker Overhaul.esp

Map Marker Overhaul - SI additions.esp

Advent Children Tsurugi.esp

DFSLChina.esp

Gizmodian-VeraxanimaOblivion.esp

KitRae Exotic Dual Remake.esp

SW Cosplay 02.esp

Throne Armor.esp

Throwable kunai.esp

AT2 01-Shiki Armor Set.esp

From2ch Lives.esp

F2L_FaceChange.esp

Ta22's 01Army.esp

117NPCs.esp

From2ch Lives Boss.esp

F2LHideRaces.esp

Colourwheels Sexy Imperial Legion.esp

HUD Status Bars.esp

MaternityClothes.esp

TamagoPlayerHUD.esp

TamagoNews.esp

TamagoShop.esp

TamagoTopic.esp

TamagoConfide.esp

LoversTamagoClub.esp

LoversHiyokoShooter.esp

LoversEncounter.esp

HiyokoQuestTarget.esp

HiyokoGenetics.esp

HiyokoGenerator.esp

HiyokoGeneratorCreature.esp

TamagoSetBody.esp

LoversSetBody.esp

LoversAphrodisia.esp

LoversAphrodisiaHUD.esp

LoversFSE.esp

LoversDRader.esp

LoversRapeman.esp

LoversSummonRapeman.esp

LoversAdultPlayPlusforSSP.esp

LoversVoiceSSPplus.esp

LoversRaperS.esp

LoversJoburg.esp

LoversJoburg NoDelay Addon.esp

LoversBed.esp

LoversPayBandit.esp

LoversPower.esp

LoversContraception.esp

LoversNTRburglar.esp

Lovers with PK.esp

LoversBitch.esp

LoversCreature.esp

LoversSoundCreature.esp

LoversBrothel.esp

LoversStopCombatEx.esp

LoversEscapeRapeVPlayer.esp

LoversRapeSlave.esp

LoversAdultYield.esp

LoversMagic.esp

LoversUnicorn.esp

LoversSlaveTrader.esp

LSTBravilUnderground.esp

LoversPayBanditForSlaver.esp

LoversHooker.esp

LoversBackup2.esp

LoversLight.esp

LoversTentacleFuta.esp

SetBody.esp

MadCompanionshipSpells.esp

MCS extension.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

F2LAddon_MSElves.esp

x117race.esp

Lop-ears Elf.esp

AsharasSirensAndTritons.esp

Better Cities Full.esp

Fairy Wings Darkness.esp

OSM-Only female.esp

CursedArmorForLovers.esp

Nekomata Race.esp

DiabloEF 6 in 1.esp

Strap-ons.esp

HGEC Shemales.esp

Lop-ears Elf_mini.esp

PlomsOrcOverhaul.esp

_Prison_Mod_(TLB) v0.2.esp

AionWings50.esp

Vanilla Extract Final.esp

EURN.esp

X-Blades.esp

Dynasty Armor A- and B-Cup.esp

Ring_of_Chameleon_in_Chorrol-5232.esp

00CrimsonWings.esp

Rachel_Alucard.esp

CharacterChangeAmulet.esp

Better Soul gem's and better enchanting.esp

Mystic Emporium Enchanting Station OBSE.esp

MvCArenaRingEV.esp

BlackLolita.esp

Magician_Girls.esp

FormID Finder4.esp

L2W Cosplay 01.esp

NaRae Pose - 02.esp

AS Giger HGEC.esp

Vineweaponsfixed.esp

Tona's_ModsStore.esp

zzEDialog.esp

P1DseeYouSleep.esp

Cleared.esp

Bashed Patch, 0.esp

LoversMB2.esp

Lovers3dorgasmMB2.esp

LoversIdleAnimsPriority.esp

Lovers3dorgasm.esp

LoversAnimObjectsPriority.esp

 

Posted

not unless you somehow clean the save, because it is corrupted now.

 

unfortunetly the easiest thing to do is start a new character, or go to previous load order enter the building-remove or fix the child and then switch everything back to your 'current' working proper load order.

  • 2 weeks later...
Posted

Hi I've got 2 questions.

 

Is the player supposed to show a pregnant belly? Mine doesn't and it's really disappointing.

 

My player only gives birth during waiting/sleeping and all I get is a little text message. Can the character actually go into labor and give birth outside of waiting/sleeping?

 

Thanks.

Posted

1. Yes, your are missing something probably setbody plugin.

2. Player can give birth anytime, but there is no animation for it in core TC - but there is also plugin for animation somewhere (I never used it so I cant say how it works)

Posted

I have the setbody 2ch 0.3 so I must be doing something else wrong. I haven't changed any settings. I'm new to the whole modding thing.

 

When you say there's no animation for it do you mean you just get a single text box and nothing else?

 

BreakUndies.esm

Lovers with PK.esm

HiyokoClub.esm

TamagoClub.esm

LoversCreature.esm

Oblivion.esm

Beautiful People 2ch-Ed.esm

Chanpon.esm

x117race.esm

LoversCreature.esp

LoversAnimObjectsPriority.esp

LoversFSE.esp

TamagoBreak.esp

TamagoShop.esp

TamagoNews.esp

TamagoConfide.esp

TamagoTopic.esp

LoversTamagoClub.esp

SetBody.esp

TamagoSetBody.esp

LoversEncounter.esp

HiyokoGenerator.esp

Lovers with PK.esp

TamagoPlayerHUDkil.esp

DLCShiveringIsles.esp

Knights.esp

Beautiful People 2ch-Ed Ashara's Sirens and Tritons.esp

Beautiful People 2ch-Ed Chocolate Elves.esp

Beautiful People 2ch-Ed CustomRace.esp

Beautiful People 2ch-Ed Cute Elves.esp

Beautiful People 2ch-Ed Disable BandBlindMask.esp

Beautiful People 2ch-Ed ENG Race.esp

Beautiful People 2ch-Ed Merged Eye Modules.esp

Beautiful People 2ch-Ed Merged Hair Modules.esp

Beautiful People 2ch-Ed Merged RoseSims Hair Modules.esp

Beautiful People 2ch-Ed Merged SKSRENs Hair Modules.esp

Beautiful People 2ch-Ed MS Elves - NoSc.esp

Beautiful People 2ch-Ed Nec Mystic High Elf Remake.esp

Beautiful People 2ch-Ed Sheogorath Eye.esp

Beautiful People 2ch-Ed Vanilla Race.esp

DiabloEF 6 in 1.esp

Lop-ears Elf.esp

Lop-ears Elf_mini.esp

x117 Merged SKSRENs Hair Modules.esp

x117Race ENG Race.esp

LoversRaperS.esp

x117race.esp

LoversIdleAnimsPriority.esp wpッ潰・

Posted

I have the setbody 2ch 0.3 so I must be doing something else wrong. I haven't changed any settings. I'm new to the whole modding thing.

 

When you say there's no animation for it do you mean you just get a single text box and nothing else?

 

Yes there are no birth animations and yes you are doing something wrong.

Your load order is a mess' date=' i wonder how you can even start Oblivion.

You must install BOSS (better oblivion sorting software) and run it, it reorder your mods in the correct loading sequence (BOSS)

Posted

Well changing from 2ch 0.3 to Tspec seems to have fixed the problem but it's still disappointing. Tspec has bodies for different stages of pregnancy but tamago only uses one of them. I was expecting a lot more from tamago/hiyoko because loljapan.

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