|
Post by LancelotLoire on Aug 12, 2018 12:57:49 GMT
Top layer is Vanilla Durrandon + Renly. I'd of included a screenshot of the special Stannis variant as well but I was lazy... Bottom layer is CO crowns "Durrandon 2" "Durrandon 3" and "Durrandon 4". All 3 are simply named "Durrandon Crown" The Congenital crowns are not duplicated in vanilla
|
|
|
Post by marcusaurelius on Aug 21, 2018 2:57:28 GMT
How would I go about just adding in the new swords? Or are they not compatible with the treasury system?
|
|
|
Post by Senso on Aug 23, 2018 8:43:59 GMT
The archive seems to be damaged, cant open or repair it wit Winrar.
|
|
|
Post by LancelotLoire on Aug 23, 2018 9:06:52 GMT
marcus: Just adding new swords... as in like only using them? Search the sword names.. delete anything that doesn't show up Localisation and trait files are split between like 3 files. senso: Turn porn off and re-download
|
|
|
Post by Senso on Aug 23, 2018 15:36:48 GMT
Downloaded 7-Zip and it worked somehow... never had such an issue before.
|
|
|
Post by zirkow on Sept 1, 2018 1:48:20 GMT
Hey ! I come here to report a bug (or search help if it concern only me). Don't know if this bug was actually reported so sorry if this is the case. So let me explain : When i play some of the bookmarks of agot (the coronation of king robert or the greyjoy rebellion, i just have reported these 2 yet), the valyrian swords who are canon are showing with traits and not with the treasury system. In this case (if they are showing with traits) the valyrian swords are not inherited and they just disappeared at the death of the owner. But the valyrian sword who can be find by the player are not bugged at all. So i don't understand. I'm just using the westeros only mod and your mod. So if anyone can explain me how to repair this bug, it will be very kind from your part. PS: When i play some of the other bookmarks like AFFC, the valyrian swords are perfectly showing in the treasury system (not like traits) and they are inherited. The bug appear just in some of the bookmarks. Without congenital overhaul, i don't have this bug. Sorry one more time if this bug was actually reported. And sorry for this bad english, i'm french Thank you in advance.
|
|
|
Post by LancelotLoire on Sept 1, 2018 21:38:27 GMT
That's extremely strange. There is an event that fires at the very start of a game that converts valyrian weapon traits into artifacts.
#Game start, convert valyrian steel traits to artifacts character_event = { id = valyrian_steel.998
is_triggered_only = yes hide_window = yes trigger = { OR = { has_valyrian_steel_sword_trigger = yes trait = valyrian_armour trait = lightbringer } is_dying = no }
There is nothing complicated in the event to trigger it. It's basically just that yes you have the sword, and you're not dying. BAM take this artifact. We also know that the event is working properly because it works during AFFC. The fact it's not firing for the Greyjoy Rebellion or Roberts Coronation is weird. In my test starts just now, I couldn't repeat. The swords were handed out properly for me each time including the scenarios they wouldn't for you.
|
|
|
Post by zirkow on Sept 1, 2018 22:46:24 GMT
Thank you for your response. Congenital overhaul conflicts with the westeros only mod because when i desactivate westeros only mod, the bug didn't occur. But i didn't know what are the files who are conflicting... Perhaps because the westeros only mod delete some bookmarks or edit them ?
|
|
|
Post by LancelotLoire on Sept 1, 2018 23:25:20 GMT
events/valyrian_steel_events.txt That file is the one that deals with the event handing out the swords. And ah yeah I just noticed you said Westeros Only. It edits some of the same files I do to remove references to Essos. CO isn't very compatible friendly with a lot of stuff because of how much depth there is.
|
|
|
Post by zirkow on Sept 1, 2018 23:32:36 GMT
So i can't do anything to try to run these two mods correctly ? The bug appears to you when you use westeros only mod or not ? it's just me ?
|
|
|
Post by LancelotLoire on Sept 2, 2018 0:42:17 GMT
I don't have Westeros Only downloaded, but I know it edits some of the same files as this so it's gonna be incompatible.
|
|
|
Post by zirkow on Sept 3, 2018 0:58:52 GMT
I find a little solution if you are brave and patient. For all who have the same bug as me, you can use the add_artifact command to give all the valyrian swords. "add_artifact (name of the valyrian sword or the ID) [charinfo ID]" <---- (id of the receiver of the valyrian sword). After that, you remove the valyrian sword trait of the character. It take a significative amount of time but that work.
|
|
|
Post by LancelotLoire on Sept 3, 2018 3:01:18 GMT
I can add to that in that the name of the traits and the name of the artifacts are not impossible to guess (trait and artifact name for ice is.... ice )
|
|
|
Post by rufff1 on Sept 11, 2018 22:18:03 GMT
I've had a bit of a fiddle in gimp and created a wolf style crown for the starks and I wanted to make it appear in the same way that the congenital crowns do, any advice how I should do it?
|
|
|
Post by LancelotLoire on Sept 12, 2018 10:27:49 GMT
Run screaming in pure agony to avoid modding gfx/characters/shared/congenital_artifact_headgear.dds The file dimensions are all 152x152, so you'll want to increase the dimensions from 1976x152 to 2128x152 gfx/interface/inventory/artifacts/ You need to create 2 dds files for the artifact image. For example congenital_crown_13 and congenital_crown_13_small interface/CO_treasury.gfx Search congenital_crown_12 and duplicate both sprite types, then on the copy change the congenital_crown_12 to congenital_crown_13 interface/portrait_properties.txt Multiple things.. Search for dead_hightower_crown << Need to add a new line with a trait for the crown. Search for #Hightower Crown << Need to create a copy of that entire entry and change the artifact/trait to match the above fixes. common/artifacts/congenital_crown_artifacts.txt Use one of the crowns as a template. common/traits/new_crowns.txt Use one of the crowns as a template. localisation/zzzz_congenital_crowns.csv Use one of the crowns as a template. events/congenital_crowns.txt Use one of the events as a template. For event ID you can just increase the number from the last event. events/on_action_events.txt search for congenital_crown_12 copy and add an entry of else_if stuff beneath with your crown name. I think that's everything.
|
|