Jump to content

[mod] cbo animations pack


Recommended Posts

Posted
31 minutes ago, PixnMinx said:

Hi wonder if anybody can help me. I'm finding with this mod enabled it's stopping pregnancy event's from firing off for some reason? Any help would be much appreciated, thanks. 

Not sure what you mean by a pregnancy 'event' but have you tried moving the mod up or down in your LO?

Posted (edited)
13 hours ago, Grey Cloud said:

Not sure what you mean by a pregnancy 'event' but have you tried moving the mod up or down in your LO?

Hi, thanks for the quick reply. 

Tried to follow the LO instructions as best I could. My Load Order is as Follows:

 

1. Brighter Portraits
2. Beauty Traits Lipstick Reducer
3. Lewd Succession Laws
4. Carnalitas
5. Cheri - Carnalitas Dei
6. Carnalitas Dominatio
7. Cheri - Carnalitas Mundi
8. Carnalitas Arousal Framework
9. Carnal Consequences
10. Initmate Encounters
11. Protitution Tweaks
12. Character Body Overhaul
13. Character Body Overhaul Clothes 1
14. Character Body Overhaul Clothes 2
15. Character Body Overhaul Clothes 3
16. Character Body Overhaul Clothes 4
17. Coetus Anima
18. CBO Animations Pack

 

With CBO being the Last as instructed.

 

What I mean by a Pregnancy Event is when a window pops up to tell you that your character is with child, like this:

424996887_PregnancyEvent.jpg.f5ac57404ce130e62b5924c1ee259514.jpg

Which I can encounter no problem with CBO animations disabled:

1846628521_CK3disabledCBO.jpg.4d8f94a6c3f9d8fb42851f41e8dff342.jpg

Edited by PixnMinx
Posted

However as soon as I enable CBO Animations Pack. Animations work fine but I can literally go decades without seeing this event window of "being with child" popping up on multiple play throughs. Which is game breaking as I don't get any heirs ?.

My best guess is I probably haven't done something I should have with editing the carn_sex_on_actions.txt ?

Currently it's just how it was setup from the original download as I wasn't sure what I was meant to do or if any pathing needed to be changed for it to work with Carnalitas?

Posted

I only use Carnalitas, C Dei and Daughters of Lust none of which affect pregnancies. I doubt you would need to edit any files in any of the mods.

 

Here's my LO



Character Body Overhaul
Character Body Overhaul Clothes 1
Character Body Overhaul Clothes 2
Character Body Overhaul Clothes 3
Character Body Overhaul Clothes 4
CK3 Human Phenotype Project
IR Terrain
Carnalitas
Physical Attributes
Coetus Anima
CBO Animations Pack
Stress reducer
Fair Ladies
Knight Manager
Units Graphics
Regula Magistri
East Francia Inheritance Fix
Water-of-Life

 

If shuffling the LO doesn't help I would start a new game with only the minimum mods to see if you get pregnancies. Then activate a mod or two at at time until they stop.

Posted
4 hours ago, Grey Cloud said:

I only use Carnalitas, C Dei and Daughters of Lust none of which affect pregnancies. I doubt you would need to edit any files in any of the mods.

 

Here's my LO

 

  Reveal hidden contents

 

 


Character Body Overhaul
Character Body Overhaul Clothes 1
Character Body Overhaul Clothes 2
Character Body Overhaul Clothes 3
Character Body Overhaul Clothes 4
CK3 Human Phenotype Project
IR Terrain
Carnalitas
Physical Attributes
Coetus Anima
CBO Animations Pack
Stress reducer
Fair Ladies
Knight Manager
Units Graphics
Regula Magistri
East Francia Inheritance Fix
Water-of-Life
 

 

 

 

If shuffling the LO doesn't help I would start a new game with only the minimum mods to see if you get pregnancies. Then activate a mod or two at at time until they stop.

Thanks I got it to work. Turns out it was Coetus Anima causing the issues for me.?

Posted
4 minutes ago, PixnMinx said:

Turns out it was Coetus Anima causing the issues for me.

More likely the fact that you haven't installed Physical Attributes which is a requirement for CA.

Posted

Carn uses

 

carn_had_sex_with_effect = {
                CHARACTER_1 = scope:carn_sex_player
                CHARACTER_2 = scope:carn_sex_target
                C1_PREGNANCY_CHANCE = pregnancy_chance
                C2_PREGNANCY_CHANCE = pregnancy_chance
                STRESS_EFFECTS = scope:carn_sex_stress_effects
                DRAMA = scope:carn_sex_drama
            }

 

Coetus Anima overwrites it with

 


        carn_had_sex_with_effect = {
            CHARACTER_1 = scope:carn_sex_player
            CHARACTER_2 = scope:carn_sex_target
            C1_PREGNANCY_CHANCE = full_pregnancy_chance
            C2_PREGNANCY_CHANCE = full_pregnancy_chance
            STRESS_EFFECTS = scope:carn_sex_stress_effects
            DRAMA = scope:carn_sex_drama
        }

 

 

All the scenes in this mod use the original "pregnancy_chance"  that is overwritten, so the game has no idea what's being called, and thus doesn't start pregnancy events.

Posted
1 hour ago, cap88 said:

that is overwritten, so the game has no idea what's being called

The clue there is in the word 'overwritten'. The file which does the overwriting (the last to load) is the one the game uses. Pregnancies work fine in my game. There would be no point in CA having Carnalitas as a requirement if they did not work together.

Posted (edited)

Coetus Anima removes pregnancy logic from  "carn_had_sex_with_effect" and uses "had_sex_results_effect" so it can do it's libido and desire stuff.

 

"had_sex_results_effect" only gets called by CA's own sex_life_effects.txt, zzz_carn_00_romance_effects_overwrite.txt, and sex_life_events.txt

 

These are called by the Romance scheme or CA annual pulse triggering CA sex events which run the CA sex scenes. via the "carn_sex_on_actions" script.

 

Both CA and this CBO anim mod overwrite the default "carn_sex_on_actions' script to add their own animations.

 

Only the CA animations will cause a pregnancy.

 

If you load CA last you get CA anims and pregnancies, but no CBO anims.

If you load CBO anim last you get CBO anims but no CA anims or pregnanacies.

 

They need a patch.

Edited by cap88
Posted
3 hours ago, cap88 said:

Coetus Anima removes pregnancy logic from  "carn_had_sex_with_effect" and uses "had_sex_results_effect" so it can do it's libido and desire stuff.

 

"had_sex_results_effect" only gets called by CA's own sex_life_effects.txt, zzz_carn_00_romance_effects_overwrite.txt, and sex_life_events.txt

 

These are called by the Romance scheme or CA annual pulse triggering CA sex events which run the CA sex scenes. via the "carn_sex_on_actions" script.

 

Both CA and this CBO anim mod overwrite the default "carn_sex_on_actions' script to add their own animations.

 

Only the CA animations will cause a pregnancy.

 

If you load CA last you get CA anims and pregnancies, but no CBO anims.

If you load CBO anim last you get CBO anims but no CA anims or pregnancies.

 

They need a patch.

Is that a quote from somewhere or just your take?

 

I have posted my LO above. I have all of the animations from CBO AP (19 plus the other 12) and the LO as above. I have women getting pregnant; I have pregnant women having sex and I have pregnant women producing offspring. I do not have a patch; I do not need a patch; I have my LO loading my mods in the correct order to achieve all this.

 

Posted (edited)

Checking a fresh install of Coetus Anima, it should be genetating pregnancies like you say, so I must have fiddled with the files. 

 

Are you certain you're getting all the scenes? Both this mod and CA overwrite the "carn_sex_scene = { ... }" entry with two differrent lists.

 

========================================================================================

Ok. After too many hours of testing, I was wrong, you don't need a patch.

What you do need is for the game engine to put down the crack pipe and load all the mods active in the playlist, and none of the mods that are either inactive or not in the playlist.

Edited by cap88
Posted
10 hours ago, cap88 said:

Checking a fresh install of Coetus Anima, it should be genetating pregnancies like you say, so I must have fiddled with the files. 

 

Are you certain you're getting all the scenes? Both this mod and CA overwrite the "carn_sex_scene = { ... }" entry with two differrent lists.

 

========================================================================================

Ok. After too many hours of testing, I was wrong, you don't need a patch.

What you do need is for the game engine to put down the crack pipe and load all the mods active in the playlist, and none of the mods that are either inactive or not in the playlist.

Glad you're working.

 

General modding tips for more or less any game:

What I wrote about overwriting - the last file loaded is the one which gets used.

Making sure you have all the requirements (the other mods) for a particular mod is a must.

Deactivate all mods, test, add mods back a few at a time, test. Can be a pain in a game like Skyrim when you have 200+ plug-ins but with CK3 it doesn't take long.

 

Not applicable in this case but CK3 is very fussy about the mod being made for the correct version of CK3.

Posted

The CK3 launcher can be very RNG in what mod files it decides to load.   For example, I removed every mod from steam and the documents mod folder and did a fresh install of your mod list minus EPE and Regula.  Set up a minimal playlist required for Coetus Anima.  CBO anims was installed, but not in the playlist.  I started multiple new games with default rules except no cooldown for carn make love.  Sometimes I would only get CA scenes. In other new starts the game would try to play scenes from CBO anims., which again was installed but not in the playlist.

 

I thought I knew the rules for how the launcher loads data.

 

I don't know what those rules are, but neither does the CK3 launcher.

 

Posted
2 hours ago, cap88 said:

CK3 launcher.

Never used it myself - couldn't get it to launch (turned out it was being stopped by the firewall ? ). I use Irony Mod Manager which, so far, is doing okay.

Posted (edited)

I have the mod installed in the correct order using irony mod manager and there is a creepy ass demon baby in the middle of the animations and the animations are jittery and wrong. Anyone know what is wrong?

 

Character Body Overhaul
Character Body Overhaul Clothes 1
Character Body Overhaul Clothes 2
Character Body Overhaul Clothes 3
Character Body Overhaul Clothes 4
CK3 Human Phenotype Project
Physical Attributes
Carnalitas
CBO Animations Pack
Coetus Anima

 

Thats all i have installed

Edited by hipnipclip
  • 2 weeks later...
Posted
4 hours ago, Zukzukarr said:

I'm only getting the same 2 or 3 animations constantly, nowhere near 19. What could be the problem?

Remove this mod and see what animations you have. If they are the same two then this mod was not there.

I can't see how only two animations could work - it should be either all or none.

Posted

If you're using paradox launcher, try going into All installed mods, Reload installed mods, and select Also clear out cashed information and update from server.

Posted

Installed using only the essential mods w/irony mod manager in right order. Animations/sex events don't launch on seemingly any occasion and when I debug console the events with the char_id it just shows a blank window with a bare minimum of txt. Assistance appreciated. 

Posted
On 11/17/2021 at 8:59 PM, potatoguy44@yahoo.com said:

Female Characters don't undress in sex scenes? Any fix to this?

I am getting a similar issue, except its for all characters. It has something to do with Load Order  (LO), but I can't figure it out. Either CBO doesnt work properly and the animations play without clothes, or CBO works properly, and the animations play without clothes.

Capt2ure.PNG

  • 3 weeks later...
Posted
2 hours ago, Xoros said:

When installing this mod, all the textures of clothing and body are shifted. I tried to disable all the modifications except the required ones and the correct launch pad.

https://disk.yandex.ru/i/lll1p443bTTo_w

This is my loadout and the animations work just fine. Make sure you put the mods files in the right place. Try re-installing the mods and/or game as that can help with texture bugs like this.

 

aa.png.e80b9922e8d6a633ed5d2dd83a38dfce.png

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