SamIAmHam Posted September 28, 2020 Posted September 28, 2020 Here's the patch notes for tomorrow's patch. https://pastebin.pl/view/e2717b14 468 - Add set_mother effect to change the mother of a character. 475 - Added define MARRIAGE_OWNER_IS_MATCHMAKER that lets the AI logic for marrying skip the interaction redirect logic when figuring out who it can marry off. As long as that matches the actual redirect logic for the actor, the result is the same but faster I hope this is useful for our modders here.
Untolddead Posted September 28, 2020 Posted September 28, 2020 It's a huge list. When's the drop date?
SamIAmHam Posted September 28, 2020 Author Posted September 28, 2020 2 hours ago, SamIAmHam said: Here's the patch notes for tomorrow's patch. https://pastebin.pl/view/e2717b14 468 - Add set_mother effect to change the mother of a character. 475 - Added define MARRIAGE_OWNER_IS_MATCHMAKER that lets the AI logic for marrying skip the interaction redirect logic when figuring out who it can marry off. As long as that matches the actual redirect logic for the actor, the result is the same but faster I hope this is useful for our modders here. 13 minutes ago, Untolddead said: It's a huge list. When's the drop date? Answered in the first post.
Untolddead Posted September 28, 2020 Posted September 28, 2020 3 minutes ago, SamIAmHam said: Answered in the first post. Lol it is. Sorry I was so excited to read it I didn't notice. Hmm I'm not really sure what MARRIAGE_OWNER_IS_MATCHMAKER will do. I can't wait to test it out.
SamIAmHam Posted September 28, 2020 Author Posted September 28, 2020 4 minutes ago, Untolddead said: Lol it is. Sorry I was so excited to read it I didn't notice. Hmm I'm not really sure what MARRIAGE_OWNER_IS_MATCHMAKER will do. I can't wait to test it out. It's cool. If you look it says that it allows the AI to avoid the marriage logic. I'm guessing that it allows them to use same sex marriage now for modding.
Untolddead Posted September 28, 2020 Posted September 28, 2020 1 hour ago, SamIAmHam said: It's cool. If you look it says that it allows the AI to avoid the marriage logic. I'm guessing that it allows them to use same sex marriage now for modding. Maybe but it also says the result is the same but faster... Well we'll see tomorrow. That'll be great for my Amazon mod.
WaffleIron Posted September 28, 2020 Posted September 28, 2020 3 hours ago, SamIAmHam said: It's cool. If you look it says that it allows the AI to avoid the marriage logic. I'm guessing that it allows them to use same sex marriage now for modding. This seems unlikely. The game has some hard-coded restrictions preventing same-sex marriage, and there wasn't any mention of their being lifted in the modding section.
SamIAmHam Posted September 28, 2020 Author Posted September 28, 2020 20 minutes ago, WaffleIron said: This seems unlikely. The game has some hard-coded restrictions preventing same-sex marriage, and there wasn't any mention of their being lifted in the modding section. I'm taking a wait and see approach with it.
Untolddead Posted September 29, 2020 Posted September 29, 2020 Based on a quick inspection it does seem to just be a scripting AI thing and not a bypass of the hardcoded marriage rules. It seems to just be a check to say I have the right to make the marriage without going through all the normal check scripting checks. This shouldn't change anything hardcoded.
SamIAmHam Posted September 29, 2020 Author Posted September 29, 2020 5 minutes ago, Untolddead said: Based on a quick inspection it does seem to just be a scripting AI thing and not a bypass of the hardcoded marriage rules. It seems to just be a check to say I have the right to make the marriage without going through all the normal check scripting checks. This shouldn't change anything hardcoded. Well that's a total bummer. Thanks for looking into it.
Untolddead Posted September 29, 2020 Posted September 29, 2020 1 minute ago, SamIAmHam said: Well that's a total bummer. Thanks for looking into it. Yeah, but set_mother is still a pretty good get over all from a modding perspective. It's at least a step in the right direction.
Untolddead Posted September 29, 2020 Posted September 29, 2020 Looking through the marriage this seems to be their excuse for not allowing gay marriage "#Opposite genders only, for as long as childbirth is the only way of passing on your dynasty" Which basically means that the genders is hardcoded because of the way they did the birth hardcoding. Which is why in my mod I have to set the dynasty after birth because the hardcoded birth system Fs everything up unless everything is exactly as it expects. So if we're looking for a change to gay marriage we'll need the birth system changed first in some way.
_DarkDesires_ Posted October 15, 2020 Posted October 15, 2020 Quote Having concubines no longer protects you from forcefully becoming a concubine This mean what I think it does? So the player character can be made into a concubine...hopefully along with being forcefully used afterwards? ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.