SamIAmHam Posted March 16, 2021 Posted March 16, 2021 1 hour ago, CobraPL said: Awaiting 1.3 compatibility. It's already compatible. If you want to make the warning go away edit the .mod file in Notepad++. Change supported_version="1.2.*" to supported_version="1.3.*". Voila you got the warning message to go away.
Cheri Song Posted March 17, 2021 Author Posted March 17, 2021 Carnalitas and Historical Slavery Doctrines have been updated to be compatible with 1.3. We haven't tested extensively yet, so if you see any lingering bugs let us know. 2
Lodakai Posted March 17, 2021 Posted March 17, 2021 4 hours ago, Cheri Song said: Carnalitas and Historical Slavery Doctrines have been updated to be compatible with 1.3. We haven't tested extensively yet, so if you see any lingering bugs let us know. That was much faster than I expected =D It's nice to see this game has such dedicated mod authors. I definitely am glad I bought this game recently. Thanks Cheri! 1
Cheri Song Posted March 17, 2021 Author Posted March 17, 2021 Update: I've found that same-sex concubinage is no longer possible in CK3 1.3. This is honestly really upsetting but there's nothing I can do about it as a mod author, so the broken same-sex concubinage interactions will be removed from Carnalitas in the next update. 7
Abraxis00 Posted March 17, 2021 Posted March 17, 2021 4 hours ago, Cheri Song said: Update: I've found that same-sex concubinage is no longer possible in CK3 1.3. This is honestly really upsetting but there's nothing I can do about it as a mod author, so the broken same-sex concubinage interactions will be removed from Carnalitas in the next update. That is really frustrating. Add that on top of the pre-existing hardcoding against gay marriage, and I'm not happy at all with Paradox right now. I think I'll be taking a break from CK3 until they reverse this. (Just when I was starting to write some Carnalitas-linked sex scenes for my BPB mod, too...) 1
Ronnie21093 Posted March 18, 2021 Posted March 18, 2021 You know, it wouldn't be too surprising if Paradox released gay marriage through an expansion release. Question is if they'd give is as part of a free update or put it behind a paywall...
Ronnie21093 Posted March 18, 2021 Posted March 18, 2021 Apparently, according to a developer, making gay marriage possible isn't all that easy, so the chances of it coming with DLC does seem likely. It is a bit annoying, but on the other hand, properly supported code for it would be nice. 1
Los_op Posted March 18, 2021 Posted March 18, 2021 May I ask you to modify the probability of being raped. In my Nordic role, I often receive reports of my family being raped by guests. How can I reduce the probability of this, or turn off the option of being raped?
Cheri Song Posted March 18, 2021 Author Posted March 18, 2021 1 hour ago, Los_op said: May I ask you to modify the probability of being raped. In my Nordic role, I often receive reports of my family being raped by guests. How can I reduce the probability of this, or turn off the option of being raped? The only rape interaction included by Carnalitas is one to rape a prisoner in your dungeon. It sounds like you have another mod that's causing this issue.
AAA+ bat Posted March 18, 2021 Posted March 18, 2021 I was able to install the mod, but when the game was played, the mode did not appear at all. Is there anything I missed?
Abraxis00 Posted March 18, 2021 Posted March 18, 2021 Most Carnalitas options need to be turned on in the Game Rules before starting your session -- check to see if you did that. It's tripped me up more than once, but it's just what you have to do in CK3.
AAA+ bat Posted March 19, 2021 Posted March 19, 2021 Abraxis00// Unfortunately, it means that the mode is not loaded into the game. No traces of mode found in game rules.
Cheri Song Posted March 19, 2021 Author Posted March 19, 2021 The Paradox launcher is known to have lots of bugs, especially on non-English locales. Unfortunately the best advice I can give is to contact Paradox for support.
Jurang Posted March 19, 2021 Posted March 19, 2021 It seems that even with it being the only mod installed/running, there is nothing showing up in game rules. I even created a new playset but to no avail. Language of the game and launcher is both in English. Spoiler
Roofio Posted March 19, 2021 Posted March 19, 2021 I joined loverslab several years ago for skyrim mods. This community has never failed me in all this time. All of you mod crafters in Loverslab are true heros. Making such wonderous mods in various games for all of us degenerates. I love you guys. 1
Shuuu Posted March 21, 2021 Posted March 21, 2021 So i'm having a bit of trouble figuring out which carnalitas mod is causing my ui to disappear. Does anyone have an educated guess? edit: DUUUUUHHHHHH I feel soo stuuupid. It's the arousal framework mod, i forgot it adds an arousal bar, Is anyone else having this issue?
ChaosRegion Posted March 21, 2021 Posted March 21, 2021 On 3/6/2021 at 10:56 PM, Mange2020 said: You would need to hook it up to an on_action. So you would probably want to create an on action say "on_set_player_pregnancy_gender." And set it to be triggered only if either the father or mother are the player. on_set_player_pregnancy_gender = { trigger = { Or = { scope:father = { is_ai = no } scope:mother = { is_ai = no } } } effect = { set_pregnancy_gender = whatever } } And then you would need to nest it in another hardcoded on_action to allow it to fire. Probably on_pregnancy_mother. on_pregnancy_mother = { on_actions = { on_set_player_pregnancy_gender } } I just quick typed this up in a few seconds so don't know if it would work exactly as written but something like this. Essentially you would try to make it so whenever the mother reaches the revealed stage the game checks if the player is one of the parents and if true sets the gender. Nice, thanks a lot for the help! Let's just hope I have a bit of brain on this.
RebelX Posted March 21, 2021 Posted March 21, 2021 As already mentioned in this thread. Having satisfactory sex with a spouse that doesn't particularly have a high opinion of you doesn't really make sense, it might be ok for you - all you wanted was release, but what about them? The lower their opinion of you is the less likely they would enjoy it leading to a decrease in opinion, not an increase. (Unless they have deviant trait and corresponding rape fantasies). In fact they should be able to refuse you, leading you to a decision. To rape or not to rape. Rape would fit an impatient wrathful type, but not a calm patient one. I don't know, do you roleplay to your characters traits? It would be too much work to code all those variables. Whatever your decision it will have consequences. Rape? Spouse -40 opinion, and by the time the raven with her message reaches home her family is pissed off too! (Though I can imagine a father with an impatient, wrathful nature might think they got exactly what they deserved as he always thought they were a pretentious little cunt/prick anyway = +10 opinion of you. ) Again, too much coding. Don't rape? Spouse rethinks their opinion, increase of +5 - +15 opinion. Which brings me to the last point. We have too many people to sway for you only to be able to run one sway at a time. I'm not great at multi-tasking in the period of an hour but over 3 - 6 months? Of course I could work on two or three people at once. My spouse needs to see me in a better light as does that stuffed shirt priest, I swear he's sucking the altar boy's cock in the confessional, fucking hypocrite, and I can't trust my own spymaster!! Maybe your lover, if you have one, could be persuaded to run a sway with you/on your behalf. Trap the Priest or Spymaster, perhaps subtly work on your spouse whilst running them a bath or doing their hair. (Uh-oh, your lover now fucks the spymaster too and is working for him!!) Ok, so I'm getting way too complicated there but the possibilities are so rich and endless. PS: Is Paradox homophobic? What have they got against same sex marriage or would they claim purely historical reasoning? 1
Mange2020 Posted March 21, 2021 Posted March 21, 2021 57 minutes ago, RebelX said: As already mentioned in this thread. Having satisfactory sex with a spouse that doesn't particularly have a high opinion of you doesn't really make sense, it might be ok for you - all you wanted was release, but what about them? The lower their opinion of you is the less likely they would enjoy it leading to a decrease in opinion, not an increase. (Unless they have deviant trait and corresponding rape fantasies). In fact they should be able to refuse you, leading you to a decision. To rape or not to rape. Rape would fit an impatient wrathful type, but not a calm patient one. I don't know, do you roleplay to your characters traits? It would be too much work to code all those variables. Whatever your decision it will have consequences. Rape? Spouse -40 opinion, and by the time the raven with her message reaches home her family is pissed off too! (Though I can imagine a father with an impatient, wrathful nature might think they got exactly what they deserved as he always thought they were a pretentious little cunt/prick anyway = +10 opinion of you. ) Again, too much coding. Don't rape? Spouse rethinks their opinion, increase of +5 - +15 opinion. Which brings me to the last point. We have too many people to sway for you only to be able to run one sway at a time. I'm not great at multi-tasking in the period of an hour but over 3 - 6 months? Of course I could work on two or three people at once. My spouse needs to see me in a better light as does that stuffed shirt priest, I swear he's sucking the altar boy's cock in the confessional, fucking hypocrite, and I can't trust my own spymaster!! Maybe your lover, if you have one, could be persuaded to run a sway with you/on your behalf. Trap the Priest or Spymaster, perhaps subtly work on your spouse whilst running them a bath or doing their hair. (Uh-oh, your lover now fucks the spymaster too and is working for him!!) Ok, so I'm getting way too complicated there but the possibilities are so rich and endless. PS: Is Paradox homophobic? What have they got against same sex marriage or would they claim purely historical reasoning? This is what it says in the game code notes over their trigger that restricts marriage and concubinage to opposite sex couples. (If you change the trigger it doesn't unlock same sex marriage which is hardcoded into the matchmaker system in the gui but it unlocks same sex concubines, but as of the update it throws an error and prevents that too). "#Opposite genders only, for as long as childbirth is the only way of passing on your dynasty" Which is . . . so dumb. Like how hard would it be to have same sex spouses and then have a surrogate slot. You could even have the same mechanics as concubines for the surrogate. The game already allows you to have secret parents. So why not bio moms and dads as well? TLDR the Paradox coders apparently don't know how surrogacy works.
SW84 Posted March 22, 2021 Posted March 22, 2021 I have a problem with the german translation. No problems with english language settings. Any Ideas how i can fix the problem? Thanks a lot.
Cheri Song Posted March 22, 2021 Author Posted March 22, 2021 1 hour ago, SW84 said: I have a problem with the german translation. No problems with english language settings. Any Ideas how i can fix the problem? Thanks a lot. Carnalitas does not support German localization at this time. Someone offered to do German translation for us but they vanished and haven't updated their translation in a long time. If you know somebody who can help, let us know.
SW84 Posted March 22, 2021 Posted March 22, 2021 If you want, i can translate it to german but i need help to find the english text for translation. Do you have a file with all english sentences ? 1
SamIAmHam Posted March 22, 2021 Posted March 22, 2021 58 minutes ago, SW84 said: If you want, i can translate it to german but i need help to find the english text for translation. Do you have a file with all english sentences ? It would be in the localization files in the localization folder.
SW84 Posted March 23, 2021 Posted March 23, 2021 short question: carn_i_gain_fetish_sadism_effect: "You gain a sadism [fetish|E]" carn_i_gained_fetish_sadism_effect: "You gained a sadism [fetish|E]" [fetish|E]" -> is theese for plural? Is it necessity to work or optional?
Tempmania Posted March 23, 2021 Posted March 23, 2021 (edited) I couldn't wait for the features in Toggle Big Character Portrait to be implemented into Carnalitas, so I hacked together a rough patch that should work as a temporary solution. I'm not an experienced modder, so I have no clue if this will break your game but I have play-tested about 1~2 hours with no game-breaking issue (plenty of graphical oddities though). Requirements: Carnalitas 캐릭터창 포트레잇 크게 ON/OFF (Toggle Big Character Portrait) To Install: Download toggle_big_character_portrait_patch_v2.zip Copy the contents into the steam workshop folder for Toggle Big Character Portrait You should get a prompt to overwrite hud.gui and window_character.gui, click yes. Load Order: Carnalitas Sex Animations, More Character Shapes, and Models for Easier Animation 캐릭터창 포트레잇 크게 ON/OFF (Toggle Big Character Portrait) Known Issues: Turns all Norse characters into phantoms on the new Flavor Pack. (It's a bug with the Character Portrait Mod, I don't have the know-how to patch this) Invisible icons in GUI, background missing from bottom bar (mostly fixed) Characters missing in event window (seems fixed if placed after Sex Animations, More Character Shapes, and Models for Easier Animation in the load order but you wont be able to have the animations) Changelog: V2 - toggle_big_character_portrait_patch_v2.zip Fixed the missing icons in HUD V1 - toggle_big_character_portrait_patch.zip Initial version Results: Edited November 15, 2021 by Tempmania 3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now