Jump to content

Recommended Posts

  • 2 weeks later...
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
Link to comment
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.

Link to comment
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

Link to comment
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
Link to comment
  • 1 month later...

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
Link to comment
  • 2 weeks later...
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
        }
    }
}

Link to comment
  • 2 weeks later...

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
Link to comment
  • 2 months later...
  • 2 months later...
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

Link to comment
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. 

Link to comment
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?

Link to comment
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.

 

Link to comment
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.

Link to comment
  • 1 month later...
  • 9 months later...
  • 1 month later...
  • 2 weeks later...

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

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