Jump to content

Recommended Posts

Posted
On 8/19/2022 at 8:28 AM, xyzxyz said:

How do I trigger the waifu event carnm_waifu_events.0001? I could trigger only the servant with the consol.

You can try in the editor screen option. I don't remember the syntax called for events.

  • 2 weeks later...
Posted (edited)
On 8/19/2022 at 5:28 AM, xyzxyz said:

How do I trigger the waifu event carnm_waifu_events.0001? I could trigger only the servant with the consol.


It is actually a chance to spawn a "waifu" on yearly pulse. The "waifu" is spawned at a random location (thus, religion and culture to reflect where she spawned), and her stats aren't even that good. Which is why I modified that event's template locally to spawn a super waifu. 

  

15 hours ago, Gagi114 said:

Erotic ethos still doesn't give me +1 Seduce Scheme even after reloading a save or restarting the game. Any fix for this?


It works for me.

Have you tried waiting till end of month pulse, or end of year pulse for the change to kick in?

This is the "Cultural Pillar", right? Not the court type, which needs 10 grandeur?

Edited by duck666
Posted
4 hours ago, duck666 said:


It is actually a chance to spawn a "waifu" on yearly pulse. The "waifu" is spawned at a random location (thus, religion and culture to reflect where she spawned), and her stats aren't even that good. Which is why I modified that event's template locally to spawn a super waifu. 

Never saw that either. The event about the servant in the night is never firing too.

Posted
8 hours ago, duck666 said:


It is actually a chance to spawn a "waifu" on yearly pulse. The "waifu" is spawned at a random location (thus, religion and culture to reflect where she spawned), and her stats aren't even that good. Which is why I modified that event's template locally to spawn a super waifu. 

  


It works for me.

Have you tried waiting till end of month pulse, or end of year pulse for the change to kick in?

This is the "Cultural Pillar", right? Not the court type, which needs 10 grandeur?

It's the ethos.

1.PNG.5c9868f404470b09d96122348dac06af.PNG

Posted (edited)
On 9/2/2022 at 2:30 AM, xyzxyz said:

Never saw that either. The event about the servant in the night is never firing too.

 

No idea about the servant in the night. Regarding the normal "waifu" event.

 

The AI seems to be able to get it randomly.

 

How do I know this? I decided to give that Waifu Template like 20 trait, including personality traits and commander traits which cannot happen normally in vanilla (and I have no mods that gives someone *that* many exception my changes). I happen to see 2 of them on the character list when I went to search for people with the "genius" trait. And I found them in their "mega" trait + stats form. The Waifus are only guaranteed the Pretty_2 or Pretty_3 traits.

 

On 9/2/2022 at 6:32 AM, Gagi114 said:

It's the ethos.

1.PNG.5c9868f404470b09d96122348dac06af.PNG


Do you have carnilita and other dependent mods installed? Note that Seduces schemes fall under the umbrella of personal schemes. So I think it may be possible that it doesn't know the right "order" to check for if you have the scheme available. Have you tried starting a 2 seduction schemes? (i.e. not a Sway + Seduction, nor Romance + seduction?)

Edited by duck666
  • 1 month later...
Posted (edited)

Hey, I found the original Chinese localization for this mod is not complete (actually a lot of text files are not translated yet...) and tooltip text errors are everywhere in game. So, I translated them all, please add it to your next update when u could, thx. (haven't tried myself but I think it would work) simp_chinese.zip

 

BTW, I didn't check the mod code (I just translate the text from English version) so there might be some misunderstanding text (especially when there are many mod subjects like ('carnm_decadent_court_1').GetName( GetNullCharacter )] or [GetScheme('seduce').GetTypeName] [schemes|E]". So, I have to guess the true meaning of a sentence when there are many code subjects according to their names.

simp_chinese.zip

Edited by hsjackson111
  • 2 weeks later...
Posted
On 2022/8/19 at PM8点28分, xyzxyz said:

如何触发waifu事件carnm_waifu_events.0001?我只能用控制台触发仆人。

namespace = carnm_waifu_events

#
# 0001. Servant Waifu
# 0002. Debutante Waifu (TBD)
# 0003. Knight Waifu (TBD)
# 0004. Merchant Waifu (TBD)
# 0005. Thief Waifu (TBD)
# 0006. Priest Waifu (TBD)
#

#
# 0001. Servant Waifu
#

carnm_waifu_events.0001 = {
    type = character_event
    title = carnm_waifu_events.0001.t
    desc = carnm_waifu_events.0001.desc

    theme = seduction

    override_background = {
        event_background = corridor_night
    }

    left_portrait = {
        character = scope:waifu
        animation = personality_content
    }

    right_portrait = {
        character = root
        animation = happiness
    }

    trigger = {
        is_available_adult = yes
        NOT = { has_sexuality = asexual }
    }

    weight_multiplier = {
        base = 1
        modifier = { #Since it creates a GOOD character we don't want the ai to get it too often
            add = -0.9
            is_ai = yes
        }
        modifier = {
            add = 0.5
            is_ai = no
            has_trait = lustful
        }
        compare_modifier = { #Less likely to happen the older you are
            trigger = {
                effective_age >= 30
            }
            value = effective_age
            multiplier = -0.01
        }
    }

    immediate = {
        random_sub_realm_county = {
            save_scope_as = origin
        }
        hidden_effect = {
            if = {
                limit = {
                    exists = capital_province
                }
                capital_province = { save_scope_as = target_location }
            }
            else = {
                location = { save_scope_as = target_location }
            }
            create_character = {
                template = carnm_waifu_template
                location = scope:target_location
                random_traits_list = {
                    count = 2
                    craven = {}
                    calm = {}
                    content = {}
                    diligent = {}
                    lazy = {}
                    forgiving = {}
                    gregarious = {}
                    shy = {}
                    honest = {}
                    humble = {}
                    patient = {}
                    temperate = {}
                    trusting = {}
                    compassionate = {}
                }
                random_traits_list = {
                    count = 1
                    education_diplomacy_1 = {}
                    education_diplomacy_2 = {}
                    education_diplomacy_3 = {}
                    education_stewardship_1 = {}
                    education_stewardship_2 = {}
                    education_stewardship_3 = {}
                    education_intrigue_1 = {}
                    education_intrigue_2 = {}
                    education_intrigue_3 = {}
                }
                dynasty = none
                faith = scope:origin.faith
                culture = scope:origin.culture
                save_scope_as = waifu
            }
            scope:waifu = {
                carnm_seed_good_dt_traits_effect = yes
                carnm_set_sexuality_compatible_with_root_effect = yes
            }
            add_visiting_courtier = scope:waifu
        }
    }

    option = { # Join me!
        name = carnm_waifu_events.0001.a
        recruit_courtier = scope:waifu
        ai_chance = {
            base = 50
        }
    }

    option = { # Let's fuck!
        name = carnm_waifu_events.0001.b
        recruit_courtier = scope:waifu

        show_as_tooltip = {
            carn_had_sex_with_effect = {
                CHARACTER_1 = root
                CHARACTER_2 = scope:waifu
                C1_PREGNANCY_CHANCE = pregnancy_chance
                C2_PREGNANCY_CHANCE = pregnancy_chance
                STRESS_EFFECTS = yes
                DRAMA = yes
            }
        }
        
        carn_sex_scene_request_consensual = yes
        carn_sex_scene_effect = {
            PLAYER = root
            TARGET = scope:waifu
            STRESS_EFFECTS = yes
            DRAMA = yes
        }

        set_relation_lover = scope:waifu

        ai_chance = {
            base = 0
        }
    }

    option = { # Good work servant
        name = carnm_waifu_events.0001.c
        add_prestige = minor_prestige_gain
        hidden_effect = {
            scope:waifu = {
                select_and_move_to_pool_effect = yes
            }
        }
        ai_chance = {
            base = 50
        }
    }
}

Posted

I tried to translate the 1.2 version into Chinese. Some of the items that were not translated in the Chinese game were also added, and the Chinese localization of the events was enriched. Here are some previews of my translation

need help: I don't know for the author to see and add to the next release

image.thumb.jpeg.65dad7c556ddc9bfc698f13deeae339c.jpegimage.thumb.jpeg.b60d197ea69ab988df63b606a9976963.jpeg

3.jpg

simp_chinese.zip

  • 2 weeks later...
Posted (edited)

With the max seduction schemes not working, I think that might be because the maximum personal schemes is still 1. I testing adding +1 max personal scheme too, and it works

 

EDIT: Swapping the +1 Seduction scheme in the Erotic Ethos and the +1 personal scheme in the Decadent court should avoid the issue while still having both be useful

Edited by Rydelfox
  • 2 months later...
  • 2 months later...
Posted

I can´t play xuansu or Madeleinism. It´s not listed in religions.

Only Lilithism shows up.

Is it a bug or is it broken after last update?

 

Posted
22 hours ago, qwertz003 said:

I can´t play xuansu or Madeleinism. It´s not listed in religions.

Only Lilithism shows up.

Is it a bug or is it broken after last update?

 

I guess you just failed to find them. xuansu is taosism, madeleinism is christianity

Posted
On 4/7/2023 at 8:17 PM, brgont said:

I guess you just failed to find them. xuansu is taosism, madeleinism is christianity

 

I looked under Taoism and christianity. They are not listed.

Taoism only has 4 religions: Zhengyi, Shangqing, Quanzhen, Taiping.

Christianity also has no Madelenism.

Only Lilithism has an entry in ruler designer. 

Posted
On 4/6/2023 at 8:07 PM, qwertz003 said:

I can´t play xuansu or Madeleinism. It´s not listed in religions.

Only Lilithism shows up.

Is it a bug or is it broken after last update?

 

 

You sure you don't mean Carnalitas Dei?

Posted
8 hours ago, GallowsUK said:

 

You sure you don't mean Carnalitas Dei?

I was sure we are in that thread...

On 4/6/2023 at 10:07 PM, qwertz003 said:

I can´t play xuansu or Madeleinism. It´s not listed in religions.

Check the description

Quote

Want lewd religions? Check out the companion mod Carnalitas Dei, which contains religion tweaks that would make this mod incompatible with other religion mods.

And Dei description

 

Quote

 

New Religions and Tenets

  • Added Madeleinism, a new lewd Christian faith.
  • Added Xuansu, a new lewd Taoist faith.
  • Added Lilithism, a new Abrahamic religion focused on worshipping Lilith as a sex goddess. Lilithism has two faiths: Red Rose and Ebon Rose.
  • Added five new tenets: Fertility Idols, Sacred Hermaphroditism, Sacred Prostitution, Tantric Sex, Youthful Rulership.

 

Posted
On 4/8/2023 at 6:08 PM, qwertz003 said:

 

I looked under Taoism and christianity. They are not listed.

Taoism only has 4 religions: Zhengyi, Shangqing, Quanzhen, Taiping.

Christianity also has no Madelenism.

Only Lilithism has an entry in ruler designer. 

Make sure you are not using a mod that also affect the religion structure it will overwrite this mod religious file.

  • 1 month later...
  • 9 months later...
  • 1 month later...
  • 2 weeks later...
Posted
On 4/9/2024 at 7:56 AM, ChronosMrk1 said:

I'm assuming this mod doesn't work with 1.12?

 

Im playing with Carnalitas Mundi and Dei in 1.12. I dont see any visible problems....only launcher saying that its for 1.11

  • 1 month later...
Posted
On 4/18/2024 at 8:38 PM, kio3058.max said:

Im playing with Carnalitas Mundi and Dei in 1.12. I dont see any visible problems....only launcher saying that its for 1.11

On the contrary, I have constant problems. The game crashes on startup in 4 out of 5 cases. I don’t understand what causes this.

  • 1 month later...
Posted

I made an updated version of Carn Mundi to be compatible with the latest version of CK3. Please test it and let me know if there's any bugs.

 

Changes:

  • Updated Court Types to prevent Tribals from picking it
  • Updated Erotic Ethos logic
  • Updated carnm_traditions logic 
  • Updated spawned courtesan gender chance to match player's sexuality if bisexual and prostitution is allowed for both genders
  • Added game rules to set waifu genders
  • Updated waifu gender spawn rate to match waifu gender game rule 
  • Added localization for game rules

Carn Mundi 2.5.zip

  • 2 weeks later...
Posted
On 7/26/2024 at 4:56 PM, thebumpercar said:

I made an updated version of Carn Mundi to be compatible with the latest version of CK3. Please test it and let me know if there's any bugs.

 Thanks, seemingly everything works fine (and i am also playing with EK2, nothing is broken for now). The only thing is that the .mod file has exact path to C:/Users/PC/Documents/Paradox Interactive/Crusader Kings III/mod/Carnalitas Mundi, which will throw an error unless you edit this to your actual user folder.

Posted
On 8/9/2024 at 1:08 AM, ItsFel1 said:

 Thanks, seemingly everything works fine (and i am also playing with EK2, nothing is broken for now). The only thing is that the .mod file has exact path to C:/Users/PC/Documents/Paradox Interactive/Crusader Kings III/mod/Carnalitas Mundi, which will throw an error unless you edit this to your actual user folder.

 

I think I fixed that in the version I uploaded as its own mod: Carn Mundi unofficial update

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