|
Post by Karl on Sept 21, 2019 10:44:42 GMT
Hi erbkaiser, Azrael suggested that I let you know about a bug report I made where the game fails to find rulers' physicians by checking for the wrong title.
|
|
erbkaiser
Modder (CK2)
Taking a long break from modding
Posts: 693
|
Post by erbkaiser on Sept 21, 2019 12:13:35 GMT
Hi erbkaiser , Azrael suggested that I let you know about a bug report I made where the game fails to find rulers' physicians by checking for the wrong title. Cheers, fixes added to the mod.
|
|
erbkaiser
Modder (CK2)
Taking a long break from modding
Posts: 693
|
Post by erbkaiser on Sept 22, 2019 17:21:28 GMT
Added: - Resolved an issue with Marwyn the Mage not properly getting a flag set and Dany being grateful for his candle
- Fixed a few random validator errors
- Stopped legit bastards from getting the wrong mother set by the setup event
- Set a few more no_wedding_event flags for scenario marriages
- Gave the player the Dany event to give up the Essos lands if she regains Westeros after first becoming Queen of Mereen
- Fixed a skill check in the event where your court physician offers you a potion to make you not depressed
- Repaired the event where a fat mother becomes kind/beloved by family
- MBS only: added a few more checks for MBS artifacts
|
|
erbkaiser
Modder (CK2)
Taking a long break from modding
Posts: 693
|
Post by erbkaiser on Sept 28, 2019 13:19:10 GMT
Added a fix for the dragonbone artifacts event having many of its options all leading to dragonbone statues, thanks to Karl.
|
|
|
Post by hercules23 on Sept 29, 2019 12:56:22 GMT
Excellent mod, thank you.
|
|
|
Post by highashonor on Sept 29, 2019 23:34:43 GMT
I am having an issue with making this work with More Bloodlines. I have included in MB's .mod (no other submods, no modifications to AGOT):
name = "AGOT More Bloodlines Submod"
path = "mod/AGOT More Bloodlines"
dependencies = { "A Game of Thrones" "AGOT 2.0 Bugfix + MB" }
The game does not actually launch, freezing on "Launching." I assume this is user error but would appreciate clarification. I am using AGOT 2.0 Bugfix + MB, CK 3.2.1 (AZCE) and MB 1.9.
|
|
|
Post by stonewallace17 on Sept 30, 2019 0:11:51 GMT
I am having an issue with making this work with More Bloodlines. I have included in MB's .mod (no other submods, no modifications to AGOT): name = "AGOT More Bloodlines Submod"
path = "mod/AGOT More Bloodlines"
dependencies = { "A Game of Thrones" "AGOT 2.0 Bugfix + MB" }
The game does not actually launch, freezing on "Launching." I assume this is user error but would appreciate clarification. I am using AGOT 2.0 Bugfix + MB, CK 3.2.1 (AZCE) and MB 1.9. Take that dependency out, this has More Bloodlines as a dependency so it loads after
|
|
|
Post by highashonor on Sept 30, 2019 23:06:11 GMT
Thanks. That's what I initially thought, but obvious bugs (like hard pregnancy or everyone and their bastard brothers having the Targaryen bloodline) didn't go away as I expected them to-- that's why I started messing with the dependencies in the first place. Shrug. Maybe it's just me.
|
|
|
Post by marsk on Oct 2, 2019 7:52:17 GMT
Jon Snow event doesn't work he become a Righart with the legitimized bastard
|
|
erbkaiser
Modder (CK2)
Taking a long break from modding
Posts: 693
|
Post by erbkaiser on Oct 2, 2019 12:25:06 GMT
Yeah there's too many places it goes wrong. That's why I made some checks to let Jon events go through even if he changed dynasty.
|
|
|
Post by Azrael on Oct 8, 2019 13:35:55 GMT
In 00_scripted_triggers.txt, under is_blood_relative_of_root_trigger it says is_nibling_of = ROOT instead of is_sibling_of = ROOT
|
|
|
Post by stonewallace17 on Oct 8, 2019 15:06:11 GMT
that could be intentional, like nuncle
Edit: I was just joking, poking fun at the books, but... is_nibling_of is actually a condition in CK2 scripting. Checks if a character is a niece or nephew.
|
|
aconda
Modder (CK2)
Posts: 376
|
Post by aconda on Oct 8, 2019 15:13:25 GMT
Roose Bolt-On might be a good candidate for such behaviour.
|
|
|
Post by Azrael on Oct 8, 2019 15:29:36 GMT
that could be intentional, like nuncle Edit: I was just joking, poking fun at the books, but... is_nibling_of is actually a condition in CK2 scripting. Checks if a character is a niece or nephew. Really? Wow, it's been a while since I've checked the conditions.
|
|
|
Post by stonewallace17 on Oct 8, 2019 15:39:21 GMT
that could be intentional, like nuncle Edit: I was just joking, poking fun at the books, but... is_nibling_of is actually a condition in CK2 scripting. Checks if a character is a niece or nephew. Really? Wow, it's been a while since I've checked the conditions. Yeah, I searched my mod folder and found it in a lot of files including the Elder Kings conversion so I had to Google it. Did not expect that lol
|
|