csirke128 Posted November 10, 2024 Author Posted November 10, 2024 23 minutes ago, LongLund16 said: Getting a CTD everytime I try to load up a save game (since the update to the three separate mods). Disabled all three and the save game loading worked fine. Seem to still be able to start a new game though. Hi, I think it might be due to gene changes, but theres no guarantee that things would be save compatible. The main change between the last CBO Unofficial that was combined, and the new 3 mod version is just that its split up, the other changes were minor corrections, so if you want to finish up a game, might be better to go back to the previous CBO Unofficial version, and use that until you finish. (you might miss some of the new animations added by base game, but probably not that critical) 1
pasha823 Posted November 10, 2024 Posted November 10, 2024 31 minutes ago, csirke128 said: Hi, this mod doesn't change clothing textures. Can you check, if you disable CBO if it looks the same? Some clothing do have accessory variations, and these are set in the clothing asset files, and could have issues, can you share an error.log? error.log
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 22 minutes ago, pasha823 said: error.log 18.17 MB · 0 downloads Hi, checked the logs, and dont see any issues related to this. So likely its expected what clothes and color they have. (also on the picture, the character is a lowborn, I think wearing the bedchamber clothes, so probably expected it looks like that) I think culture only sets what clothing characters wear, not what textures the clothing have (looked into the accessory variations, seems like they are tied to specific clothing, not to culture or things like that) 1
ventrolo Posted November 10, 2024 Posted November 10, 2024 4 hours ago, csirke128 said: I think you should put Elf Destiny above Carnalitas Put Lazys before CFP, and apply this update: https://github.com/PerplexedPeach/dynamic_affairs_cbo_compatibility/pull/2/files I dont think Elf Destiny integrates better barbershop, so also add Better Barbershop before Better Barbershop CBO Extension. Elf Destiny does integrate Better Barbershop (and also Color Picker for Clothing). You can find the addition in the Elf Destiny Beta_v1.5.19 patch notes from 10/28. Before this CBO update, I was running my load order without Better Barbershop itself and it was working fine. I will try the dynamic affairs cbo patch you linked, but I think ED needs to be somewhat low in the load order due to it providing the Better Barbershop in this mod playlist.
ventrolo Posted November 10, 2024 Posted November 10, 2024 6 hours ago, SummeDummkopf said: Willing to bet Better barbershop CBO extension is what is causing the crashing, happening to me for some odd reason as well. // I fixed it by lowering better barbershop in the load towards the bottom. You seem to be right. I disabled Better Barbershop CBO Extension and now I'm able to boot to main menu. Now just to work out the load order that works with CBO extension...
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 34 minutes ago, ventrolo said: You seem to be right. I disabled Better Barbershop CBO Extension and now I'm able to boot to main menu. Now just to work out the load order that works with CBO extension... I had no issues with this load order (Lazy CBO patch should be same as the steam workshop + changed to make it compatible with new CBO in the github page)
ventrolo Posted November 10, 2024 Posted November 10, 2024 1 minute ago, csirke128 said: I had no issues with this load order (Lazy CBO patch should be same as the steam workshop + changed to make it compatible with new CBO in the github page) Thanks, I'll give this a try. Question on the changes to Lazy CBO patch. The .mod on the github is dynamic_affairs_cbo_compatibility.mod, but are you saying this is actually the same as Lacy CBO Patch on steam? And to implement the changes, are you referring to the changes in the Pull Request you added 2 days ago? Do I modify the steam Lazy CBO patch to implement the pull request changes, or do i add dynamic_affairs_cbo_compatibility.mod as a new mod and implement the pull request changes into this new mod? Sorry if i missed anything, I'm not super familiar with github.
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 17 minutes ago, ventrolo said: Thanks, I'll give this a try. Question on the changes to Lazy CBO patch. The .mod on the github is dynamic_affairs_cbo_compatibility.mod, but are you saying this is actually the same as Lacy CBO Patch on steam? And to implement the changes, are you referring to the changes in the Pull Request you added 2 days ago? Do I modify the steam Lazy CBO patch to implement the pull request changes, or do i add dynamic_affairs_cbo_compatibility.mod as a new mod and implement the pull request changes into this new mod? Sorry if i missed anything, I'm not super familiar with github. I think you could download as zip from here: https://github.com/csirke128/dynamic_affairs_cbo_compatibility/tree/master Then copy the dynamic_affairs_cbo_compatibility.mod into the mod folder, and the mod with name dynamic_affairs_cbo_compatibility into the mod folder. Or use the attached file Lazy CBO Patch.7z
Creszens Posted November 10, 2024 Posted November 10, 2024 (edited) Any idea what's causing these weird black / shadow lines on the models ? I've tried disabling all other mods that might modify the female texture's but I'm still getting the same results. FYI I've attached the load order I'm using the mods in. Edited November 10, 2024 by Creszens
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 4 minutes ago, Creszens said: Any idea what's causing these weird black / shadow lines on the models ? CK3 doesn't have a way to draw 2 characters in 1 picture (outside of the royal court). So what you see instead, is 20 pictures from one character, and 20 pictures from the other character layered on top of each other, each layer basically takes a picture from the character, where only a slice of the 3d model thats at certain distance from the camera are drawn (so lets say between 300 and 310 units from camera, and then next image is 310 to 320 and so on). Then these images are drawn on top of each other, and the black lines is where one picture ends and another begins. I think CK3 draws some black outline for the characters, you can see it a bit easier on the feet, and I think thats what shows up as these black lines. Idk if it can be removed, maybe there is a way by messing with the shaders, but havent looked into it yet. Also not sure if its possible to change shaders for just 1 image. I guess better off just using carnal court, as that is actual 3d, and doesnt have this issue. 1
Creszens Posted November 10, 2024 Posted November 10, 2024 1 minute ago, csirke128 said: CK3 doesn't have a way to draw 2 characters in 1 picture (outside of the royal court). So what you see instead, is 20 pictures from one character, and 20 pictures from the other character layered on top of each other, each layer basically takes a picture from the character, where only a slice of the 3d model thats at certain distance from the camera are drawn (so lets say between 300 and 310 units from camera, and then next image is 310 to 320 and so on). Then these images are drawn on top of each other, and the black lines is where one picture ends and another begins. I think CK3 draws some black outline for the characters, you can see it a bit easier on the feet, and I think thats what shows up as these black lines. Idk if it can be removed, maybe there is a way by messing with the shaders, but havent looked into it yet. Also not sure if its possible to change shaders for just 1 image. I guess better off just using carnal court, as that is actual 3d, and doesnt have this issue. I see, thanks for the insight. I just got the game last week and dove headfirst into it. I have some experience *installing mods* looks at my hours spent modding Skyrim more than playing it but no actual experience in making mods. So I thought I was doing something wrong and tried disabling mods one at a time trying to pin point what's causing it. Good to know that I wasn't really doing anything wrong in that regard then ! Speaking of carnal court... I'm not sure if I did something wrong but that option never really works for me. The characters are naked but are both sitting on their thrones. Even if I click an option on the right nothing happens except the animation of entering the court. Maybe I'll try disabling that animation but I doubt that's the cause. Did I need to install that separately ? I assumed it was integrated into CBO. Attached is a copy of what I see when trying to use the carnal court option. I haven't really disabled all my other mods to trouble shoot this yet since I was mainly working on figuring out that black lines but since you're here I thought you might point me in the right direction. I'll still be testing by disabling the other mods to see if I can get carnal to work.
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 8 minutes ago, Creszens said: I see, thanks for the insight. I just got the game last week and dove headfirst into it. I have some experience *installing mods* looks at my hours spent modding Skyrim more than playing it but no actual experience in making mods. So I thought I was doing something wrong and tried disabling mods one at a time trying to pin point what's causing it. Good to know that I wasn't really doing anything wrong in that regard then ! Speaking of carnal court... I'm not sure if I did something wrong but that option never really works for me. The characters are naked but are both sitting on their thrones. Even if I click an option on the right nothing happens except the animation of entering the court. Maybe I'll try disabling that animation but I doubt that's the cause. Did I need to install that separately ? I assumed it was integrated into CBO. Attached is a copy of what I see when trying to use the carnal court option. I haven't really disabled all my other mods to trouble shoot this yet since I was mainly working on figuring out that black lines but since you're here I thought you might point me in the right direction. I'll still be testing by disabling the other mods to see if I can get carnal to work. Hi, you likely have a mod that conflicts with CBO. Something that adds new court rooms, like More Graphics Holding, or CFP or other things that add court rooms. These mods needs patches, as the way CBO works, is it tries to modify what court rooms would be available for a character, and make it so the only court room available are the ones with a bed and that then can play sex scenes. If its CFP, there is a separate mod that makes CFP compatible with CBO. 1
Creszens Posted November 10, 2024 Posted November 10, 2024 8 minutes ago, csirke128 said: Hi, you likely have a mod that conflicts with CBO. Something that adds new court rooms, like More Graphics Holding, or CFP or other things that add court rooms. These mods needs patches, as the way CBO works, is it tries to modify what court rooms would be available for a character, and make it so the only court room available are the ones with a bed and that then can play sex scenes. If its CFP, there is a separate mod that makes CFP compatible with CBO. You're a legend my dude. Thanks for helping me narrow it down. Saved me time reloading each game, did not realize the More Holding Graphic's mod had court changes or I would have thought to look there. I'll try working on a patch and report back if I can get it to work.
Hustler1980 Posted November 10, 2024 Posted November 10, 2024 Does any body have a problem where the weight of characters does not change and update? I can only change it in barbershop
csirke128 Posted November 10, 2024 Author Posted November 10, 2024 16 minutes ago, Hustler1980 said: Does any body have a problem where the weight of characters does not change and update? I can only change it in barbershop Hi, this mod doesn't affect character weight. I think PA does affect it, but then no clue how exactly. Weight is calculated from weight_for_portrait, same as base game. https://ck3.paradoxwikis.com/Attributes#Weight Maybe do more feasts or hunts?
Hustler1980 Posted November 10, 2024 Posted November 10, 2024 3 hours ago, csirke128 said: Hi, this mod doesn't affect character weight. I think PA does affect it, but then no clue how exactly. Weight is calculated from weight_for_portrait, same as base game. https://ck3.paradoxwikis.com/Attributes#Weight Maybe do more feasts or hunts? Well, I'm using PA unofficial, but is it possible that AGOT is causing a conflict, making it not work properly?
CKRhou69 Posted November 11, 2024 Posted November 11, 2024 17 hours ago, csirke128 said: Hi, Carnal Court Lite is already integrated into the mod (so only Kings+ have court room) You can also try drop CFP, and see if it works that way, but not much else I can do to make CBO Unofficial Animation more lightweight. Thanks csirke128. I turned off Community Flavor Pack and that made a difference. It is running better.
Kaizer21912 Posted November 11, 2024 Posted November 11, 2024 (edited) Im still fiddling about with mod load order but there seems to be a bit of conflict with A Sensible Family 3. Generated female characters tend to spawn with a penis and leaf combo. Tried starting a new game and still the same thing Edited November 11, 2024 by Kaizer21912
csirke128 Posted November 11, 2024 Author Posted November 11, 2024 9 hours ago, Hustler1980 said: Well, I'm using PA unofficial, but is it possible that AGOT is causing a conflict, making it not work properly? PA uses its on weight system, no idea how it works exactly
csirke128 Posted November 11, 2024 Author Posted November 11, 2024 3 hours ago, Kaizer21912 said: Im still fiddling about with mod load order but there seems to be a bit of conflict with A Sensible Family 3. Generated female characters tend to spawn with a penis and leaf combo. Tried starting a new game and still the same thing Hi, I tested with this load order, and dont see any issue. Can you share a load order and an error.log? (there is a log folder next to the mod folder)
Kaizer21912 Posted November 11, 2024 Posted November 11, 2024 59 minutes ago, csirke128 said: Hi, I tested with this load order, and dont see any issue. Can you share a load order and an error.log? (there is a log folder next to the mod folder) okay finally managed to narrow down the issue. It had something to do with DNA of my ruler at that time. The DNA I was using was something I grabbed online, i tested some others from the steam page and some of them dont replicate the issue, so gonna do some testing when I get back to narrow down which settings affect it.
csirke128 Posted November 11, 2024 Author Posted November 11, 2024 4 minutes ago, Kaizer21912 said: okay finally managed to narrow down the issue. It had something to do with DNA of my ruler at that time. The DNA I was using was something I grabbed online, i tested some others from the steam page and some of them dont replicate the issue, so gonna do some testing when I get back to narrow down which settings affect it. Hi, you cannot use encoded DNA string from other places with CBO (so DNA that looks like random characters), because that format doesnt store the gene names, and you can end up a gene affecting a different gene instead. I think what you need to do, is disable CBO, enable the mods that the DNA string requires (I guess EPE is not yet up to date, not sure what else would impact is greatly), export the DNA in ruler designer in text format, that has the gene names, and then enable CBO and import the gene in text format in the ruler designer.
Ikaruga Posted November 11, 2024 Posted November 11, 2024 Hey all. I was trying to search for an answer to this but failed. Just coming back to CBO, carnal court, carnalitas after a few years. Is it normal for it to take hours and hours and hours to extract the zip files into the mod folder? I know its a lot of files but they're relatively small in size. Seems like CBO unnofficial animations alone will take 12 hours. I have a fairly decent PC Ryzen 7 7800X3D cpu for example. Am I doing something obviously wrong?
csirke128 Posted November 11, 2024 Author Posted November 11, 2024 13 minutes ago, Ikaruga said: Hey all. I was trying to search for an answer to this but failed. Just coming back to CBO, carnal court, carnalitas after a few years. Is it normal for it to take hours and hours and hours to extract the zip files into the mod folder? I know its a lot of files but they're relatively small in size. Seems like CBO unnofficial animations alone will take 12 hours. I have a fairly decent PC Ryzen 7 7800X3D cpu for example. Am I doing something obviously wrong? Hi, dont think so, it is compressed quite aggressively, and should take maybe a few sec to extract (take like a minute to compress tho) Could it be you are extracting to like onedrive or smth? Can you download the zip format for CBO Unofficial Base in the download section, and check if that works better? I can upload the Animation and Mesh in zip format as well if thats better. 2
Ikaruga Posted November 11, 2024 Posted November 11, 2024 9 minutes ago, csirke128 said: Hi, dont think so, it is compressed quite aggressively, and should take maybe a few sec to extract (take like a minute to compress tho) Could it be you are extracting to like onedrive or smth? Can you download the zip format for CBO Unofficial Base in the download section, and check if that works better? I can upload the Animation and Mesh in zip format as well if thats better. I'll give this a shot. I tried disabling bitdefender and making AV folder exceptions incase it was crazy scans causing the issue but that made no difference either. Maybe windows built in extractor is an issue. I'll try the zip file and then maybe WinRAR if that's bi better.
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