xdbean Posted August 25, 2024 Posted August 25, 2024 10 minutes ago, csirke128 said:  Hi, really weird, havent seen empty character portraits like that. Can you try go from some minima load order, like  AGOT Carnalitas CBO CBO Unofficial fix AGOT CBO Patch  And if that works, try adding back the other mods. Dont see much in the error log that would say which mod has issues. ok. so that works on the clean run looks to be aTOKerror.log im not sure tho, but it looks to be so.
xdbean Posted August 25, 2024 Posted August 25, 2024 just better barbershop seems to turns their faces red error.log
csirke128 Posted August 26, 2024 Author Posted August 26, 2024 18 hours ago, xdbean said: just better barbershop seems to turns their faces red error.log 9.3 MB · 1 download  Hi, i think in the last one, you didnt have AGOT CBO Patch enabled, so might be expected it doesnt work. Can you try unsub and resub to AGOT submodule core, and AGOT AOTK? dont see the same issues as you with same load order.
byehi Posted August 27, 2024 Posted August 27, 2024 @csirke128Â just a heads up selecting the "revealing clothes" enabled option on default characters (havent been able to test custom yet) such as Saera Targaryen seems to lead to clipping of the breasts
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 2 hours ago, byehi said: @csirke128 just a heads up selecting the "revealing clothes" enabled option on default characters (havent been able to test custom yet) such as Saera Targaryen seems to lead to clipping of the breasts  Hi, was missing the revealing clothing breast tag on the clothes, should be fixed now
swan-worst-episode Posted August 27, 2024 Posted August 27, 2024 On 8/25/2024 at 2:39 PM, csirke128 said: @NICE DOWS seems like the dual character in sex scene is due to "gui\shared\portraits.gui"  #AGOT Added agot_dragons_portrait_event_button = {}  Weirdly, its like drawing the dragon, that ends up drawing the character again or smth, even though there is no dragon  I changed this to: #AGOT Added agot_dragons_portrait_event_button = { visible = "[Not(GetGlobalVariable( 'sex_animation_event' ).IsSet)]" }  Which seems to have fixed it, maybe ill need to make the condition something else, like check if there is dragon and no sex scene or smth, ill add this change to the next time i update the mod. Thank you. This is really impressive that you fixed this bug. I realized the bug was not event and removed it from WD, but @csirke128 managed to see and fixed it. Respect.
ljr98 Posted August 27, 2024 Posted August 27, 2024 Hi been trying to get everything working and worked away most of the problems follwing advice you've given others. However these missing faces seem to be happening still. Weirdly if I start a new game characters with missing faces now such as Daemon and Rhaenyra dont have missing faces. From what I can see also, only the targaryen family have them error.log
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 6 minutes ago, ljr98 said: Hi been trying to get everything working and worked away most of the problems follwing advice you've given others. However these missing faces seem to be happening still. Weirdly if I start a new game characters with missing faces now such as Daemon and Rhaenyra dont have missing faces. From what I can see also, only the targaryen family have them error.log 3.71 MB · 1 download  Hi, can you check you AGOT+ patch is up to date? There are these error messages that should not be there: [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_brow_width! at 'file: common/dna_data/test_dna_dornish.txt line: 458'  These were added by latest AGOT update, and if you use older AGOT+ patch, some characters will be missing some genes, maybe that can cause issues.  Also you will need AOTK and LOTD patches as well.
ljr98 Posted August 27, 2024 Posted August 27, 2024 22 minutes ago, csirke128 said: Â Hi, can you check you AGOT+ patch is up to date? There are these error messages that should not be there: [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_brow_width! at 'file: common/dna_data/test_dna_dornish.txt line: 458' Â These were added by latest AGOT update, and if you use older AGOT+ patch, some characters will be missing some genes, maybe that can cause issues. Â Also you will need AOTK and LOTD patches as well. Yeah I updated this morning on the AGOT+ side of things. Downloaded those two patches you mentioned. Problem still persists, I believe its my own problem maybe because I was messing around so much. The I can fix it by changing their dna in spouse editor. Just have to figure out how to do that without it erasing all their traits and family ties. Thanks for your patches and help though!
hamletsdead Posted August 27, 2024 Posted August 27, 2024 18 hours ago, csirke128 said: Â Hi, i think in the last one, you didnt have AGOT CBO Patch enabled, so might be expected it doesnt work. Can you try unsub and resub to AGOT submodule core, and AGOT AOTK? dont see the same issues as you with same load order. I had the same problem yesterday. Had to unsubscribe/resubscribe to AGOT+ literally five times before it updated properly. No more red face after that. F*cking Steam. Â
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 3 hours ago, csirke128 said: Â Hi, can you check you AGOT+ patch is up to date? There are these error messages that should not be there: [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_eye_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_hue! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_horn_value! at 'file: common/dna_data/test_dna_dornish.txt line: 458' [12:02:58][portraitcontext.cpp:334]: Persistent portrait info missing gene gene_dragon_brow_width! at 'file: common/dna_data/test_dna_dornish.txt line: 458' Â These were added by latest AGOT update, and if you use older AGOT+ patch, some characters will be missing some genes, maybe that can cause issues. Â Also you will need AOTK and LOTD patches as well. I've got the exact same issue with just AGOT, Carnalitas, CBO, CBO unofficial fix, AGOT CBO Patch, Carnalitas AGOT Com and Better Barbershop so AGOT+ and the like can't be the (at least only) culprit
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 Just now, TheGamer4Ever said: I've got the exact same issue with just AGOT, Carnalitas, CBO, CBO unofficial fix, AGOT CBO Patch, Carnalitas AGOT Com and Better Barbershop so AGOT+ and the like can't be the (at least only) culprit  Can you also share error.log? I think some of these issues will be due to steam just not updating the mods, or some weird issue with paths.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 43 minutes ago, csirke128 said: Â Can you also share error.log? I think some of these issues will be due to steam just not updating the mods, or some weird issue with paths. Don't know how to get it, sorry
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 13 minutes ago, TheGamer4Ever said: Don't know how to get it, sorry  Hi, there is a log folder next to the mod folder, there should be an error.log there.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 1 hour ago, csirke128 said: Â Hi, there is a log folder next to the mod folder, there should be an error.log there. Here is the error log you requested, I deleted the old one, disabled every mod in every other preset so there was no way they could influence the newly created one after I booted the game up real quick to create said new one. I also had a quick look in it just to make sure there was no old data in it and saw that it was referencing "AGOT Vanilla CBO", which had been removed from the playset way before but it was still calling it up? anyway it's also referencing "submissive partners" which isn't enabled nor in the playset either so that's a bit weird to me at least. The only mods enabled or even in the playset are the ones I've mentioned above regardless. That said, what I think is causing the issue is CBO interacting with the new AGOT version introducing dragons and the unofficial fix along with this comp patch for whatever reason not sorting that out, whether that's on this mod or the unofficial fix I don't know and that's really up to you guys to figure out, but that's what I THINK might be going on error.log
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 13 minutes ago, TheGamer4Ever said: Here is the error log you requested, I deleted the old one, disabled every mod in every other preset so there was no way they could influence the newly created one after I booted the game up real quick to create said new one. I also had a quick look in it just to make sure there was no old data in it and saw that it was referencing "AGOT Vanilla CBO", which had been removed from the playset way before but it was still calling it up? anyway it's also referencing "submissive partners" which isn't enabled nor in the playset either so that's a bit weird to me at least. The only mods enabled or even in the playset are the ones I've mentioned above regardless. That said, what I think is causing the issue is CBO interacting with the new AGOT version introducing dragons and the unofficial fix along with this comp patch for whatever reason not sorting that out, whether that's on this mod or the unofficial fix I don't know and that's really up to you guys to figure out, but that's what I THINK might be going on error.log 4.33 MB · 1 download  Hi, seems like you have issues with genes: [19:57:41][dnamodifier.cpp:325]: could not find template [maelys_blackfyre_nobility_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 647 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for maelys_blackfyre_nobility_clothes. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 647 [19:57:41][dnamodifier.cpp:325]: could not find template [north_war_nobility_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 686 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for north_war_nobility_clothes. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 686 [19:57:41][dnamodifier.cpp:325]: could not find template [agot_qolab]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 704 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for agot_qolab. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 704 [19:57:41][dnamodifier.cpp:325]: could not find template [dragon_rider_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 723 [19:57:42][dnamodifier.cpp:325]: could not find template [Kingsguard_Helm_1]. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 223 [19:57:42][dnamodifier.cpp:455]: Failed to find accessory group for Kingsguard_Helm_1. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 223 [19:57:42][dnamodifier.cpp:325]: could not find template [Kingsguard_Helm_1]. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 275  These genes come from AGOT, and the AGOT Patch doesnt overwrite these genes.  Can you share your load order? AGOT Vanilla CBO is not meant to be used with AGOT, so if you had that you need to remove that for sure.  The current AGOT CBO Patch was made for the update with the dragons, so it should work. Can you try a minimal load order of  AGOT Carnalitas CBO CBO Unofficial fix AGOT CBO Patch  Maybe you have some other mods that overwrites the gene files, and causes issues.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 12 minutes ago, csirke128 said:  Hi, seems like you have issues with genes: [19:57:41][dnamodifier.cpp:325]: could not find template [maelys_blackfyre_nobility_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 647 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for maelys_blackfyre_nobility_clothes. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 647 [19:57:41][dnamodifier.cpp:325]: could not find template [north_war_nobility_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 686 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for north_war_nobility_clothes. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 686 [19:57:41][dnamodifier.cpp:325]: could not find template [agot_qolab]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 704 [19:57:41][dnamodifier.cpp:455]: Failed to find accessory group for agot_qolab. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 704 [19:57:41][dnamodifier.cpp:325]: could not find template [dragon_rider_clothes]. file: gfx/portraits/portrait_modifiers/05_clothes_situational.txt line: 723 [19:57:42][dnamodifier.cpp:325]: could not find template [Kingsguard_Helm_1]. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 223 [19:57:42][dnamodifier.cpp:455]: Failed to find accessory group for Kingsguard_Helm_1. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 223 [19:57:42][dnamodifier.cpp:325]: could not find template [Kingsguard_Helm_1]. file: gfx/portraits/portrait_modifiers/05_headgear_situational.txt line: 275  These genes come from AGOT, and the AGOT Patch doesnt overwrite these genes.  Can you share your load order? AGOT Vanilla CBO is not meant to be used with AGOT, so if you had that you need to remove that for sure.  The current AGOT CBO Patch was made for the update with the dragons, so it should work. Can you try a minimal load order of  AGOT Carnalitas CBO CBO Unofficial fix AGOT CBO Patch  Maybe you have some other mods that overwrites the gene files, and causes issues. That's exactly what I've got, I've got the bare minimum to make carnalitas and CBO work with AGOT
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 Just now, TheGamer4Ever said: That's exactly what I've got, I've got the bare minimum to make carnalitas and CBO work with AGOT well, with better barbershop as well, but that one should absolutely not interfere in any way
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 20 minutes ago, TheGamer4Ever said: well, with better barbershop as well, but that one should absolutely not interfere in any way  Can you try redownload the latest version? 2.8.2? Not sure what else can go wrong.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 18 minutes ago, csirke128 said: Â Can you try redownload the latest version? 2.8.2? Not sure what else can go wrong. Did that a couple of times earlier today before coming here because I thought at first AGOT had broken or something but nope, it's not AGOT and I have been able to confirm that because running just CBO with AGOT doesn't cause that issue, the main issue there is that all the dragons disappear and the UI freaks out for them causing crashes, but it's only when activating the unofficial fix and this comp patch that the people glitch out, they do fix the UI freaking out and the invisible dragons though, so that's nice.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 22 minutes ago, csirke128 said: Â Can you try redownload the latest version? 2.8.2? Not sure what else can go wrong. what I'm wondering though is, do you mean for me to download 2.8.2 of AGOT? because they are on 3.0.1 now
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 4 minutes ago, TheGamer4Ever said: what I'm wondering though is, do you mean for me to download 2.8.2 of AGOT? because they are on 3.0.1 now  Hi, for 2.8.2, i mean the version of AGOT CBO Patch: https://mega.nz/file/F9cAgRqS#LioK3i99n06y0HA04pJ10tsMryjUMjlKQ8AAvby0Myc  2.8.2 should be compatible with 0.3.0.1, like there should not be the weird issues you are describing, and from the error.log, something clearly doesnt work. So without the comp patch and unofficial fix, you will have issues, because of the conflicts, and these patches should solve them.  The load order seems fine, so only other thing i can think of, is you are using an older version of the patch, and maybe due to that things are breaking, tho even then some of the error messages are hard to explain.
csirke128 Posted August 27, 2024 Author Posted August 27, 2024 10 minutes ago, TheGamer4Ever said: what I'm wondering though is, do you mean for me to download 2.8.2 of AGOT? because they are on 3.0.1 now  Another thing i can think of, is make sure to do a clean install, so remove the previous version first, and then extract the archive again, maybe some files stuck around from previous install and are causing issues.
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 (edited) 57 minutes ago, csirke128 said: Â Another thing i can think of, is make sure to do a clean install, so remove the previous version first, and then extract the archive again, maybe some files stuck around from previous install and are causing issues. Unlikely since I only got them yesterday after I got the new AGOT downloaded two days ago and ran into the invisible dragons and very unhappy UI from just using trying to use CBO. But I'll try to do a fresh mod install and see if that solves anything. Edited August 27, 2024 by TheGamer4Ever
TheGamer4Ever Posted August 27, 2024 Posted August 27, 2024 I have discovered my issue I'm pretty sure, the steam workshop is only installing just shy of 9GB of the 9.6GB that is the AGOT mod meaning it isn't installing the entire mod, hence why genes are missing, clothes are missing and a whole bunch of other things are missing causing the instability as well as the incompatibility 2
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