Jump to content

[mod] Use Birth Control (UBC)


Recommended Posts

Posted
On 12/26/2021 at 8:40 AM, srx47 said:

wow. totally useless since fertility can go way above 100% :)

use 'can_have_children = no' instead

 

 

can i ask how you do this? is there a console command or something? 

Posted

its trait parameter, for example

eunuch = {
	index = 124
	health_trait = yes
	attraction_opinion = -20

	flag = can_not_marry
	can_inherit = no
	blocks_from_claim_inheritance = yes
	can_have_children = no
	
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_eunuch_desc
			}
			desc = trait_eunuch_character_desc
		}
	}

	ai_energy = -20
}

 

Posted
17 hours ago, srx47 said:

its trait parameter, for example

eunuch = {
	index = 124
	health_trait = yes
	attraction_opinion = -20

	flag = can_not_marry
	can_inherit = no
	blocks_from_claim_inheritance = yes
	can_have_children = no
	
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_eunuch_desc
			}
			desc = trait_eunuch_character_desc
		}
	}

	ai_energy = -20
}

 

 

ah i see, this seems like coding, which im guessing for just ur average player isn't really gonna work out huh?

 

Posted

The mod I personally created and used has a similar function.

I made it simply attaching and removing the celibate trait on my spouse and concubines.

 

The celibate trait, like the eunuch trait, has a can_have_children value.

Posted
On 12/26/2021 at 4:10 AM, srx47 said:

wow. totally useless since fertility can go way above 100% :)

use 'can_have_children = no' instead

 

Very useful, just not perfectly reliable. Just like real life birth control.

  • 2 weeks later...
Posted

still says "path in this mod's descriptor file is invalid or does not exist" as of ver 1.01 or whatever. doesnt work

  • 6 months 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...