nobodyUnknowy Posted November 11, 2023 Posted November 11, 2023 First of all, I think I should praise the fact that this mod of yours is very interesting. I love this kind of mode. Among them, I like the part related to this brook the most. These functions give me a sense of immersion.  Unfortunately, however, due to the ability to touch the faith part, I had to release or delete some of my previous modes. This is very sad. Therefore, I wonder if there is any way to use only the "brothel" function separately among these cool modes.  I know very little about mods, so I tried to code myself with my own hands and it didn't work. So I'm asking for help. I hope you give me an answer. I hope you have a great day, my friend
makrolingo Posted November 12, 2023 Posted November 12, 2023 On 11/10/2023 at 5:53 PM, Riija said: Sorry for double post:  I've updated to version 1.11 and applied some fixes. (in the changelog post) How is it possible to play with this mod with CK3 1.11, if it depends on CBO, CBO animations+, which are not updated to 1.11 yet?
EllaTheElf Posted November 12, 2023 Posted November 12, 2023 On 10/10/2023 at 4:16 PM, Grey Cloud said: Which mod manager are you using? Do Carnalitas and CBO? Wait there are mod managers? I was having the same problem as the person this replied to.Â
Grey Cloud Posted November 12, 2023 Posted November 12, 2023 39 minutes ago, EllaTheElf said: Wait there are mod managers? I was having the same problem as the person this replied to. There's the Paradox Launcher and Irony Mod Manager https://github.com/bcssov/IronyModManager/releases/tag/v1.25.142  The vid is a bit out of date. https://www.youtube.com/watch?v=98dKbDxtqQw  I use Irony myself. Â
Dark_Crow Posted November 13, 2023 Posted November 13, 2023 Author, in the text of events_localization/events_kama_discover_l_english.yml this line is missing a final ",  kama_discover.0001.desc_noread:0 "$kama_discover.0001.desc_chap$My Liege, I found these sitting on a bench nearby.\n\nI look over to see what it says. It looks like a bunch of jibberish to me but it appears to be Sanskrit. With this many pages it must have something important to say. Is it orders to kill someone? Am I in danger?  I should keep this and find out more about it. and the first two $$ variables in this line are not in effect:  kama_discover.0003.desc:0 "$kama_discover.0003.intro$$kama_discover.0003.middle$I will be the one leading charge to create a new faith to rule by the Kama Sutra. We should all be compassionate, forgiving, and happy. We should accept anyone that wants to be freed from their oppressive faiths. I can abandon my faith and create a new one called Kama Sutra, or I can take territory in India to create Kama Sutra there and be more accepted."
Dark_Crow Posted November 16, 2023 Posted November 16, 2023 Dear author, this is the latest Chinese translation that my friend Huahuantr and I have done together. I would like to move your module to China, so I request your authorization. I mentioned earlier that there were issues with localized files, but I don't remember if you have noticed them. simp_chinese.zip
hakaishin276 Posted November 22, 2023 Posted November 22, 2023 On 11/12/2023 at 2:13 PM, krollbotid said: How is it possible to play with this mod with CK3 1.11, if it depends on CBO, CBO animations+, which are not updated to 1.11 yet? Even I have this query. Is anybody able to use this mod or we need to wait till we get update for CBO to 1.11? My game crashes and I am trying to figure out whether the problem is with me or with everybody. Â I have been very eager to try this mod the moment I read the description. Amazing concept Author.
Riija Posted November 25, 2023 Author Posted November 25, 2023 (edited) On 11/16/2023 at 4:28 AM, Dark_Crow said: Dear author, this is the latest Chinese translation that my friend Huahuantr and I have done together. I would like to move your module to China, so I request your authorization. I mentioned earlier that there were issues with localized files, but I don't remember if you have noticed them. simp_chinese.zip 29.61 kB · 3 downloads Thanks I'll take a look into this pretty soon and update it along with the localization error  On 11/22/2023 at 3:50 AM, hakaishin276 said: Even I have this query. Is anybody able to use this mod or we need to wait till we get update for CBO to 1.11? My game crashes and I am trying to figure out whether the problem is with me or with everybody.  I have been very eager to try this mod the moment I read the description. Amazing concept Author.  Thanks! I just fixed the Carnal Court portion of CBO and gave the fix to Abrev who should be uploading it here to LL soon(Note that this fix doesn't include the new clothing so some people will be naked until Abrev fixes them.) That also means I need to fix mine in KS too. This is for players that start within the new iranian culture(s).  I'll work on all these in the next few days. Edited November 25, 2023 by Riija Clarification
Riija Posted November 25, 2023 Author Posted November 25, 2023 Version 1.11.1 is out. Thanks @Dark_Crow and everyone else that have given me suggestions and error reports. This version will be ready once the CBO patch code I wrote is uploaded to LL. 1
Dark_Crow Posted November 27, 2023 Posted November 27, 2023 Author, regarding the interactive function of this character,kama_ai_sex_interaction, is this a localization key that I haven't done? I couldn't find it in the English text either. Â And event_localization/events_kama_l_simp_english.yml/ kama_events.0003.descnogarden:0 In localized key text,$kama_events.0003.beginnogarden$ i s not effective
Riija Posted November 29, 2023 Author Posted November 29, 2023 On 11/27/2023 at 7:01 AM, Dark_Crow said: Author, regarding the interactive function of this character,kama_ai_sex_interaction, is this a localization key that I haven't done? I couldn't find it in the English text either.  And event_localization/events_kama_l_simp_english.yml/ kama_events.0003.descnogarden:0 In localized key text,$kama_events.0003.beginnogarden$ i s not effective Oh yeah I forgot about that. AI Sex is an interaction for AI only to do the deed between themselves. It wasn't meant for Players to do. I must have forgotten to add a trigger to check if a Player qualified as AI lmao.  Instead of having an event that fires on 'on_action' every year which eats the CPU cycles, I created an interaction that NPCs can choose when they want to. It helps with the lag and slowdown problems later in game. The code is pretty cool though. It goes through and selects possible people and chooses one that has good qualities instead of a random AI that has sinful traits etc.  One playthrough I did, I discovered a nasty bug where AI was having children with me and I didn't know. I'd get popups of "This is your child" and I'm like "The fuck it isn't.. wait why are all these events happening?" and I realized the AI was choosing me to have sex with with the AI interaction. I fixed that nasty little bug at least lmao.  For your bug, the simp_chinese localization file doesn't have a $kama_events.0003.beginnogarden$ in it. It looks like it was left out during the translation?
Dark_Crow Posted November 30, 2023 Posted November 30, 2023 Perhaps, I will have another question in the next examination. When capturing a character who was dissatisfied with my husband's sexual ability, did you ignore your wife? I encountered my wife who demanded that my sexual ability was not good, and then asked to come and talk to me
Guest Posted December 2, 2023 Posted December 2, 2023 Needs an update not compatible with latest version of CBO.
Riija Posted December 3, 2023 Author Posted December 3, 2023 3 hours ago, NAPOLEANB said: Needs an update not compatible with latest version of CBO.  Thanks for letting me know. I've fixed it with the latest version
Dark_Crow Posted December 3, 2023 Posted December 3, 2023 Many people have asked me, "After becoming a god, the pop-up window that detects orphans is too frequent."They all wanted to close it, but could only close all the pop ups in the bottom right corner through other modules Â
Dark_Crow Posted December 3, 2023 Posted December 3, 2023 I remember I had a problem before because I had a lot of mods. When I was playing with this mod, I tried to click on the resolution to build a brothel, but it caused a crash. Due to the large number of mods, I couldn't determine which ones caused conflicts
Dark_Crow Posted December 3, 2023 Posted December 3, 2023 When using the new version of CBO and Kama, it can cause male characters to have smaller heads 1
small muggle Posted December 4, 2023 Posted December 4, 2023 10 hours ago, Dark_Crow said: When using the new version of CBO and Kama, it can cause male characters to have smaller heads That's true and quite funny lol 1
darkhost1 Posted December 4, 2023 Posted December 4, 2023 Okay so ever since the update this has been happening: At first, I thought it might be because I was using a lot of mods, but then I tried loading just Carnalitas, CBO (new version), CBO animations and Kama Sutra, and got the same result, tiny heads... An important thing to notice is that this only happens with men, the women are normal. Maybe you can help me?
DonPerdo89 Posted December 5, 2023 Posted December 5, 2023 2 hours ago, darkhost1 said: Okay so ever since the update this has been happening: At first, I thought it might be because I was using a lot of mods, but then I tried loading just Carnalitas, CBO (new version), CBO animations and Kama Sutra, and got the same result, tiny heads... An important thing to notice is that this only happens with men, the women are normal. Maybe you can help me? Same issue for me. I am just playing without KS. But the characters are really misshaped in Carnal Court now too.
bernard.k.p Posted December 6, 2023 Posted December 6, 2023 On 12/5/2023 at 10:29 AM, DonPerdo89 said: Same issue for me. I am just playing without KS. But the characters are really misshaped in Carnal Court now too. i have the same question! dont know how to solve Â
ggong0924 Posted December 8, 2023 Posted December 8, 2023 Kama Stura crashes from the game. Even if you do it alone without any additional mods, it still crashes.Â
ecastellvi Posted December 8, 2023 Posted December 8, 2023 4 hours ago, ggong0924 said: Kama Stura crashes from the game. Even if you do it alone without any additional mods, it still crashes. Yes, it happened to me too. I think it's related to the mod still needing CBO Community patch and CBO animations+ (that are not needed anymore) in the load order because when I include those it works.
rfstgkf Posted December 8, 2023 Posted December 8, 2023 1 hour ago, ecastellvi said: Yes, it happened to me too. I think it's related to the mod still needing CBO Community patch and CBO animations+ (that are not needed anymore) in the load order because when I include those it works. so can you load CBO Community and animtion plus with 11.2 without crashing?
Astraunnass Posted December 8, 2023 Posted December 8, 2023 On 12/5/2023 at 3:29 AM, DonPerdo89 said: Same issue for me. I am just playing without KS. But the characters are really misshaped in Carnal Court now too. Same here, the mod seems really nice but it somehow misses with the meshes
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