Jump to content

[mod] Interracial Takeover - 2nd Edition


Recommended Posts

Posted

This is the code I'm looking at, but not sure I'm reading it right.

on_gene_variable_seeding = {
    trigger = {
        NOT = {
            is_target_in_global_variable_list = {
                name = triggered_bookmark_events
                target = flag:gene_variable_seeding
                }
            }
        }
    effect = {
        add_to_global_variable_list = {
            name = triggered_bookmark_events
            target = flag:gene_variable_seeding
        }
        every_living_character = {
                trigger_event = { on_action = on_physical_variable }
        }
    }
}

Posted
7 hours ago, manmademonster said:

 

So, I'm worse at coding (than anyone), but looking at the Physical Attributes code that invokes every_living_character it looks like it ignores anything with this flag? target = flag:gene_variable_seeding

On the 'which mod is causing this', I tried playing with just the base interracial takeover mod and your files, and the slowdown happens. without your files, no slowdown.

You are light years better than me at coding it's one of my greatest regrets that I never had the opportunity to learn much about computers until I forced my parents to get me a laptop for college. and at that time no one was teaching anybody about anything regarding coding

Posted
Just now, Dragul17 said:

You are light years better than me at coding it's one of my greatest regrets that I never had the opportunity to learn much about computers until I forced my parents to get me a laptop for college. and at that time no one was teaching anybody about anything regarding coding

 

The answer for all programmers, novice or experienced, good or bad, is Stack Overflow.

Posted

Hello guys. Could someone please explain to a complete beginner how to get this mod working? As far as I understand, I need to downgrade to version 1.13 on Steam? And which mods are compatible to this mod and required game version, such as Carnalitas and its addons?

 

Thanks in advance!

Posted (edited)

You'll need carnalitas 2.7.1 found on their github release page. https://gitgud.io/cherisong/carnalitas/-/releases

You'll also need carnalitas dei. 

Think that's all you need. But I would recommend Deviant's Mask 0.2.9.14.7.5.7z from 

 go along with

 

 

But TBH, I'm not sure if you need to downgrade. Which means you could use more recent versions of carnalitas and deviant's mask. Most recent before 4/28 since new patch/expansion came out then.

Edited by icehaku
Posted (edited)
On 4/29/2025 at 7:39 AM, Simpossible_xx said:

Hello guys. Could someone please explain to a complete beginner how to get this mod working? As far as I understand, I need to downgrade to version 1.13 on Steam? And which mods are compatible to this mod and required game version, such as Carnalitas and its addons?

 

Thanks in advance!

 I played game in 1.15 with no issues, i'am going to try for 1.16 and fix issues if there is and try to update but i'am a newbie modder  and i'am not sure for time
Edit: I think Carnalitas  and Carnalitas Dei isn't updated for 1.16, i'm waiting them to update for testing mod

Edit 2: I tried mod  i observed 200 years then i went to play with a  uyghur  queen character and make her a maximum level blacked and make my husband beta with calling a lot of black man and sending them to other courts and i didn't get any crashes. It might this update isn't changed a lot 

Edited by warlord364
Test
Posted (edited)
On 4/29/2025 at 6:07 AM, manmademonster said:

 

So, I'm worse at coding (than anyone), but looking at the Physical Attributes code that invokes every_living_character it looks like it ignores anything with this flag? target = flag:gene_variable_seeding

On the 'which mod is causing this', I tried playing with just the base interracial takeover mod and your files, and the slowdown happens. without your files, no slowdown.

Thanks for the constructive feedback. I can look into making my method more similar to how PA handles it, but I don't have time in the near future so it may be a little way away. The way I understand it, that portion of PA is slightly different in that it's tweaking values for characters who already have the physical attribute traits to account for the effect of aging, pregnancy etc. rather than seeding the traits initially, as my code is doing.

 

That said, this portion of my code does effectively the same thing and throws away anyone who already has the flag (this is the "extremely light check" I referred to previously):

every_living_character = {
			limit = {
				NOT = {
					has_character_flag = bno_black_checked
				}
			}

 

Making a list didn't seem worth it as every character would (eventually) end up on that list (so why bother adding complexity and a potential failure point) and checking for a flag seems less taxing than checking if a character is on a list, but it's worth a shot if it will help it run more efficiently on more people's machines. I'm not getting the slowdown issue, so will rely on your feedback to understand whether the problem is resolved by changing to the list method.

Edited by Drone1of12
Posted (edited)
On 4/30/2025 at 3:05 PM, warlord364 said:

 I played game in 1.15 with no issues, i'am going to try for 1.16 and fix issues if there is and try to update but i'am a newbie modder  and i'am not sure for time
Edit: I think Carnalitas  and Carnalitas Dei isn't updated for 1.16, i'm waiting them to update for testing mod

Edit 2: I tried mod  i observed 200 years then i went to play with a  uyghur  queen character and make her a maximum level blacked and make my husband beta with calling a lot of black man and sending them to other courts and i didn't get any crashes. It might this update isn't changed a lot 

May I ask which mods and their versions you've been playing with on 1.15/1.16? I've seen some more recent community versions in this topic, since the author hadn't updated the original mod in a while.

Edited by Simpossible_xx
Posted
6 hours ago, Simpossible_xx said:

May I ask which mods and their versions you've been playing with on 1.15/1.16? I've seen some more recent community versions in this topic, since the author hadn't updated the original mod in a while.

I played with 1.15 and i tried in 1.16 both looks working. While version look like 1.13 , it doesn't needed a update .If you have a crash please share

Posted
5 hours ago, warlord364 said:

I played with 1.15 and i tried in 1.16 both looks working. While version look like 1.13 , it doesn't needed a update .If you have a crash please share

I actually meant the mod versions, you've been using the current mod v. 0.1.3.2 and the latest Carnalitas, right?

Posted
5 hours ago, Simpossible_xx said:

I actually meant the mod versions, you've been using the current mod v. 0.1.3.2 and the latest Carnalitas, right?

Yes that would be correct

Posted

Hi i know some people said they were going to continue the mod i wanted to know their thoughts on starting it as a seperate mod kinda like felix did with canadianbacons mod

Posted
18 hours ago, warlord364 said:

I played with 1.15 and i tried in 1.16 both looks working. While version look like 1.13 , it doesn't needed a update .If you have a crash please share

I had a crash before, but it was because I was using an outdated CBO. Now I'm using the unofficial CBO, and everything is working pretty well 😅

 

Also, here is my load order. I'm not sure if I did everything correctly, but it works!

 

Spoiler

3Ui14Hc.png

JC8jO7Z.png

 

Posted
14 hours ago, snowsissy said:

Hi i know some people said they were going to continue the mod i wanted to know their thoughts on starting it as a seperate mod kinda like felix did with canadianbacons mod

This is going to be necessary eventually because Felix appears to be MIA, and we don't have access to the OP. No one really seems to be "fully" taking up development yet, though, so it'll have to wait until someone steps up (and actually starts). Probably going to be a while given the current mess this thread is in with different branching add-ons to where Felix left off.

Posted
6 hours ago, passtimer said:

This is going to be necessary eventually because Felix appears to be MIA, and we don't have access to the OP. No one really seems to be "fully" taking up development yet, though, so it'll have to wait until someone steps up (and actually starts). Probably going to be a while given the current mess this thread is in with different branching add-ons to where Felix left off.

 

With all this being said, what is the best way to actually experience the mod? Still the download on the main page?

Posted
4 hours ago, Fenrakk101 said:

 

With all this being said, what is the best way to actually experience the mod? Still the download on the main page?

For the time being, yes that's what I would go with. A lot of meaningful changes have been added on in this thread, but they seem to be bundled with a lot of unpolished changes too (events). The only major thing you'll lose out on are some modifications to how fast the Blacked religion spreads, I believe.

Posted
14 hours ago, Fenrakk101 said:

I'm just trying to figure out how to get my wife on the path, but nothing seems to proc any adultery.

You have a good relationship with her? A spouse with a good opinion of you and chaste traits will not cheat on you (only Romance Schemes on her not seduce).

Posted

I'll leave a comment here to be aware if someone decides to update the mod. (If anyone has links to guides on creating mods, let me know, I tried to create cultures, special troops, work with translation, I got it, but with faith, not so much)

Posted
17 hours ago, Fenrakk101 said:

I'm just trying to figure out how to get my wife on the path, but nothing seems to proc any adultery.

Actually had that figured out appoint a qualified character to the appropriate position to switch perspective (Likely someone with a high enough skill for it) switch perspective to that character start the character on the path to seducing/romancing your wife and wait.

Posted
4 hours ago, Ice-Pixie63 said:

Actually had that figured out appoint a qualified character to the appropriate position to switch perspective (Likely someone with a high enough skill for it) switch perspective to that character start the character on the path to seducing/romancing your wife and wait.

 

Well I got to have some bastard sons, but nothing else. I know there aren't any cuck events, but I at least hoped my wife would progress the BBC addiction traits... ah well.

Posted

Hey,

I'm quite new to this game and have no experience with mods in it.

But is it because of incompatible game version or because of a wrong load order that many decisions just named like this -> bno_events

I have the same problem with a few other mods. I have version 1.16 but most mods are built for 1.13 or even 1.09

Posted
1 hour ago, finlaro said:

Hey,

I'm quite new to this game and have no experience with mods in it.

But is it because of incompatible game version or because of a wrong load order that many decisions just named like this -> bno_events

I have the same problem with a few other mods. I have version 1.16 but most mods are built for 1.13 or even 1.09

First off make sure the pre-requisite mods are already installed for example this mod requires Carnalitas Mod framework if it's not in your mod list then the mod won't work properly. Also you can turn back the version in the alpha menu it lets you run back the version. if the mod doesn't work for the version it is meant for then it is likely that you installed it wrong or the mod order is wrong. also make sure the mod authors don't say the mod is incompatible with a certain mod 

Posted
12 minutes ago, Dragul17 said:

First off make sure the pre-requisite mods are already installed for example this mod requires Carnalitas Mod framework if it's not in your mod list then the mod won't work properly. Also you can turn back the version in the alpha menu it lets you run back the version. if the mod doesn't work for the version it is meant for then it is likely that you installed it wrong or the mod order is wrong. also make sure the mod authors don't say the mod is incompatible with a certain mod 

Thanks

the pre-requisite mods I have, at least which I could find in the descriptions.

I have played some other games which needed a specific load order for some mods, such as Skyrim or Fallout, so I'm not new to playing modded games ;)

I will try turn back the version, I just need an old Carnalitas mod for that, cause thats the only mod for 1.16 I have...

About incompatibilities with other mods I double checked (what I could find)

Posted
I tried this mod in 1.16 and the events work fine. 
I think it would be better if content was added to it.
 I can create visuals for the events, but I don't know about adding events.

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