Jump to content

[mod] Phaze's Futanari Mod


Recommended Posts

Posted

So I think I didn't actually screw up the on-actions and I guess it turns out you just don't get to name your children if they were conceived out of wedlock.  I'm playing around a bit with my mod now.  I don't know how many events I'll actually make for this, I mainly wanted to get the mechanics to play with for myself.

Posted

If I play as any Greek character then Hermilia spawns and creates a divergent culture off of the Greeks. The culture has no name. This doesn't happen if I play as a non-greek character. Why is this happening? Is the culture supposed to have a name?

Posted
12 minutes ago, Szeth-son-son-Vallano said:

If I play as any Greek character then Hermilia spawns and creates a divergent culture off of the Greeks. The culture has no name. This doesn't happen if I play as a non-greek character. Why is this happening? Is the culture supposed to have a name?

Whenever I play she names it after her camp. Are you missing DLC?

Posted
4 minutes ago, Phaze Star said:

That shouldn.t matter 🤔

Notably she doesn't spawn in a camp, she spawns in the court of Basileus Konstantinos X. If she's supposed to be an adventurer, she isn't, at least here. Could be a mod conflict.

Posted
7 hours ago, Phaze Star said:

After 5 years, an event will happen where you meet some Futanari. If you were landed, you can welcome them to settle down into your lands and start an Enclave. Then you get a decision to contact the Futa Merchant. If you were landless, they just join your camp. If you were Futa, landless and had gallowsbait or the Freebooter camp, they join in greater numbers and unlock camp buildings. The Futa Dynasty legacy also unlocks a Merchant.

 

No idea

thank you a lot i will keep eye to it!, one last question , the is an add on to have the futa trail in custom ruler menu?

Posted
38 minutes ago, Szeth-son-son-Vallano said:

If she's supposed to be an adventurer

She is supposed to be an adventurer

 

28 minutes ago, Skidexcj said:

the is an add on to have the futa trail in custom ruler menu?

I do not understand what you are asking

Posted
19 minutes ago, Szeth-son-son-Vallano said:


It works properly in the 867 start date, but breaks in 1066

Thats because they are only designed for 867 😅

Posted
1 hour ago, SSoap said:

The "force to become a hucow" interaction doesn't work, because it doesn't release the character from prison

Noted

Posted (edited)
13 hours ago, Phaze Star said:

She is supposed to be an adventurer

 

I do not understand what you are asking

sorry my bad i was super tired, there is a way to have the futanari trail even with a custom ruler in the creation tab?

Edited by Skidexcj
Posted
14 minutes ago, Skidexcj said:

sorry my bad i was super tired, there is a way to have the futanari trail even with a custom ruler in the creation tab?

You just have to give your character the futaari trait when you make them. This mod would not really work so well if the player could not create futanari. Make sure you have the mod Carnalitas installed.

Posted

I've noticed, every time I conquer territory in Ireland, when I get attacked by Bog Blasters. the war score instantly goes to 100%, in my favour, cause they have no army.

Posted
19 minutes ago, CountShaun said:

I've noticed, every time I conquer territory in Ireland, when I get attacked by Bog Blasters. the war score instantly goes to 100%, in my favour, cause they have no army.

Tried to fix this at least twice before, not sure why that still happens

Posted
43 minutes ago, TheCritical said:

Here is a degenerate suggestion: adding a cum addiction mechanic, like in Futadom World 👀

Actually toyed with it at one point.
Needs a fair amount of events to feel worthwhile though.

Posted

If I may, here's another suggestion: try to keep MAA stack sizes at either 50 or 100 (or 10 for sieges). These sizes are easy to understand in terms of power, while other sizes can be confusing

Posted
24 minutes ago, DoingMeAConcern said:

What's the best start if you want to play a female character who gets dominated by futa?

Depends on how much and how intense. Any female landed character can build the Enclave after 5 years, and as you upgrade it (or fail to do so) you will get dominant futa interactions. Isolde on the bookmark page has a multiple choice quest that can also result in that sort of thing.

Posted

I found a bug

 

If you are a vassal, futa births can result in your children going to your liege's court when they shouldn't.

 

I looked in the code and it seems to be that the birth event dosen't expect children to be generated in your court:

Spoiler

every_in_list = {
            list = futa_pregnancy_born_children_list

            show_as_tooltip = {
                set_employer = root
            }

            hidden_effect = {
                if = {
                    limit = {
                        root = {
                            is_ruler = yes
                        }
                        NOT = { employer = root }
                    }                    
                    set_employer = root                    
                }
                else_if = {
                    limit = {
                        root.liege_or_court_owner ?= {
                            exists = this
                            NOT = { prev.employer = this }
                        }
                    }
                    set_employer = root.liege_or_court_owner
                }
                else_if = {
                    limit = {
                        exists = scope:mothers_parent
                        scope:mothers_parent ?= {
                            NOT = { prev.employer = this }
                        }
                    }
                    set_employer = scope:mothers_parent
                }
                root.current_travel_plan ?= { 
                    if = {
                        limit = {
                            travel_plan_owner = { is_ruler = yes }
                        }
                        add_companion = prev
                    }
                }
            }
        }

it dosen't take into acount for the children already being in your court.

Posted
18 minutes ago, netrom said:

birth event dosen't expect children to be generated in your court:

That first block is the code checking your court for generation. If you are a ruler, they will go to your court.
It is likely that some exception based on your partner is occuring.
The good thing is they are in your liege's court and not the void, which they used to go to, so you can get them back.

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
×
×
  • Create New...