Jump to content

[mod] [CK2] Luxuria Fantasia - Updated: 23AUG20


Recommended Posts

  • 3 months later...

2 years since this was updated. So sad. I love the idea of the adamite religion but the Cult of Adam is unfinished.

I really love the idea of starting a secret Adamite cult in the middle of the catholic empire and taking over from within.

 

Anyone know of something similar?

By that I mean the free love and anyone can take consorts setting and such. I know I can just reform a pagan religion or just use Messalians or something but it's just a different feel... plus pagans need to be reformed.

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

Problem:
LF-Futa marriages do not check if both the initiator and the target CAN marry. This leads to various problems.

The fix is easy: Just add can_marry checks to from_potential and potential. (in common/decisions/LF_Court_decisions.txt)

# Decision for futas to take a female wife
	lf_take_wife_as_futa = {
		filter = realm
		ai_target_filter = realm
		ai_check_interval = 24
		from_potential = {
			NOT = { is_incapable = yes }
			is_female = yes
			is_futa = yes
			is_adult = yes
			is_married = no
			can_marry = yes
			NOR = {
				is_consort = yes
				trait = lf_ghost
			}
		}
		potential = {
			NOT = { is_incapable = yes }
			ai = yes # Don't want the AI to marry the player without their consent
			is_female = yes
			is_adult = yes
			is_married = no
			can_marry = yes

I am aware that the mod has not been updated for some time. I'm still reporting the problem, as it is easy to fix (also for regular users, using the mod).

 

Edited by Gildoniel
Code broke the window
Link to comment
  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...
  • 5 weeks later...
  • 4 weeks later...
  • 2 months later...
  • 3 months later...
On 8/5/2022 at 8:43 AM, Gildoniel said:

Problem:
LF-Futa marriages do not check if both the initiator and the target CAN marry. This leads to various problems.

The fix is easy: Just add can_marry checks to from_potential and potential. (in common/decisions/LF_Court_decisions.txt)

# Decision for futas to take a female wife
	lf_take_wife_as_futa = {
		filter = realm
		ai_target_filter = realm
		ai_check_interval = 24
		from_potential = {
			NOT = { is_incapable = yes }
			is_female = yes
			is_futa = yes
			is_adult = yes
			is_married = no
			can_marry = yes
			NOR = {
				is_consort = yes
				trait = lf_ghost
			}
		}
		potential = {
			NOT = { is_incapable = yes }
			ai = yes # Don't want the AI to marry the player without their consent
			is_female = yes
			is_adult = yes
			is_married = no
			can_marry = yes

I am aware that the mod has not been updated for some time. I'm still reporting the problem, as it is easy to fix (also for regular users, using the mod).

 

Necro post, but you are fr my hero. I was trying to figure out how to fix this for hours and all I had to do was look in the comments.

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