|
Post by liberater on Jul 4, 2019 11:27:40 GMT
Any news on the new update?
|
|
aconda
Modder (CK2)
Posts: 376
|
Post by aconda on Jul 4, 2019 13:12:11 GMT
|
|
|
Post by lynx54321 on Jul 5, 2019 7:05:44 GMT
I managed to it to work. Stripped out the entire Cerwyn dynasty from the North Ancestors file and stuck it in it's own file called Cerwyn Ancestors. Now in game all bloodlines show up though still no icon for the Cereyn bloodline.
|
|
|
Post by aegor on Jul 6, 2019 17:58:04 GMT
Alongside your mod I also use Congenital Overhaul, combining the two is not that hard but the thing that staggers me is bloodline_tall, strong etc.Any idea how to make it so bloodline_tall also have a chance of getting traits tall_1 & tall_2 and not just tall
#more_bloodlines.19 - tall gets tall
character_event = {
id = more_bloodlines.19
desc = "EVTDESCmore_bloodlines.19"
min_age = 8
is_triggered_only = yes
trigger = {
any_owned_bloodline = {
has_bloodline_flag = bloodline_tall
}
NOR = {
trait = tall
has_character_flag = flag_secret_bastard
}
}
option = {
name = "EVTOPTAmore_bloodlines.19" #get tall
prestige = 15
add_trait = tall
}
}
|
|
aconda
Modder (CK2)
Posts: 376
|
Post by aconda on Jul 6, 2019 18:19:15 GMT
Try This:
#more_bloodlines.19 - tall gets tall character_event = { id = more_bloodlines.19 desc = "EVTDESCmore_bloodlines.19" min_age = 8 is_triggered_only = yes trigger = { any_owned_bloodline = { has_bloodline_flag = bloodline_tall } NOR = { trait = tall trait = tall_1 trait = tall_2 } } option = { name = "EVTOPTAmore_bloodlines.19" #get tall prestige = 15 random_list = { 25= { add_trait = tall_2 } 50 = { add_trait = tall_1 } 100 = { add_trait = tall } } } }
|
|
|
Post by aegor on Jul 6, 2019 21:47:16 GMT
|
|
maplw
New Member
Posts: 5
|
Post by maplw on Jul 15, 2019 6:35:22 GMT
Hey I was wondering if it possible to run a command that would trigger the more bloodlines event 800 for all 13 of the unknown bastards? I've been screwing with scripting, but I'm new to the mod and don't fully get how it works yet.
Sorry if this is the wrong place to ask.
|
|
|
Post by electraheart on Jul 15, 2019 9:05:51 GMT
Stupid question but if Jon is born during the Rebellion (either side), can he still get the 'blood of the dragon of winter' bloodline? Forge it somehow? Could there be a starkgaryen bloodline for any Lyanna/Rhaegar, Stark/Targaryen descedants? Is there already?
|
|
aconda
Modder (CK2)
Posts: 376
|
Post by aconda on Jul 15, 2019 14:07:19 GMT
Hey I was wondering if it possible to run a command that would trigger the more bloodlines event 800 for all 13 of the unknown bastards? I've been screwing with scripting, but I'm new to the mod and don't fully get how it works yet. Sorry if this is the wrong place to ask. The finding the lost baratheon's event isn't perfected yet but can be used trough console: just console event more_bloodlines.800 <charid of the bastard> The charID's can be found in the textfile.
|
|
|
Post by adelhaldane on Jul 15, 2019 18:31:27 GMT
am i the only one getting coat of arms bugs with crownlander houses? like the coa is half and half another house.
|
|
maplw
New Member
Posts: 5
|
Post by maplw on Jul 15, 2019 19:38:17 GMT
Hey I was wondering if it possible to run a command that would trigger the more bloodlines event 800 for all 13 of the unknown bastards? I've been screwing with scripting, but I'm new to the mod and don't fully get how it works yet. Sorry if this is the wrong place to ask. The finding the lost baratheon's event isn't perfected yet but can be used trough console: just console event more_bloodlines.800 <charid of the bastard> The charID's can be found in the textfile.
I've been doing that. I was wondering if it was possible to trigger it for everyone at once, as I've been spending a lot of time typing everyone in. I've trying writing a script, but I don't have a lot of experience with them and keep getting confused
|
|
|
Post by Rasputin on Jul 17, 2019 11:57:45 GMT
IS this submod compatible with Dragons Expanded - Graphics and Flavor submod???
|
|
Nervosi
Member
This community and it's modders have brought me so much Joy, thank you sincerely ^_^
Posts: 368
|
Post by Nervosi on Jul 20, 2019 13:12:16 GMT
Hey Ruff/Aconda can either of you tell me how to safely remove Great Warg bloodline before the update? 100 years into the game Most Northern houses have them and in around 200-300 Years, you see Lannisters/Arryns/Tullys with a bunch of them, kinda gets ridicilous hehe.
I think the biggest issue with it is that it doesn't have restrictions, it can pass on to anyone, and they eventually stack up and you see like 3-4 Different Great Warg bloodlines on people. Anyways, i'm sure this has already been said but i'd love to have a Temporary fix for it, thanks in advance!
|
|
|
Post by Elotyr on Jul 30, 2019 5:14:19 GMT
Hey Ruff/Aconda can either of you tell me how to safely remove Great Warg bloodline before the update? 100 years into the game Most Northern houses have them and in around 200-300 Years, you see Lannisters/Arryns/Tullys with a bunch of them, kinda gets ridicilous hehe. I think the biggest issue with it is that it doesn't have restrictions, it can pass on to anyone, and they eventually stack up and you see like 3-4 Different Great Warg bloodlines on people. Anyways, i'm sure this has already been said but i'd love to have a Temporary fix for it, thanks in advance! Hello, i dealed with some similar problems when messing around with bloodlines and probrably a safe method to temporaly deal with that is by save file alteration. So, after making a save not compacted search in it for the creator of the bloodline you want to erase in this manner: "owner=CharID" like if you want to go to Tywin's bloodline would be "owner=190" in my case. Searching for this will eventually get in his Great Warg Bloodline, after passing by some itens probrably. Then you just delete that bloodline from your save and that is that, bloodline gone. Like in Tiwyn's bloodline case would be this part: 160= { type="tywin" owner=190 flags= { historical_bloodline=8299.2.11 } created="8261.1.1" member=190 member=4190 member=3190 member=5190 inheritance="patrilineal" allow_bastards=yes } Yeah doing one by one can be a bit of a pain, but they should be close together because of how many they are, so with a bit of scrolling you should get a lot of them quickly without needing to search for each bloodline owner. Btw don't forget to make a backup of your save before if something goes wrong, better safe than sorry, hope it helps
|
|
Nervosi
Member
This community and it's modders have brought me so much Joy, thank you sincerely ^_^
Posts: 368
|
Post by Nervosi on Jul 30, 2019 22:04:48 GMT
Hey Ruff/Aconda can either of you tell me how to safely remove Great Warg bloodline before the update? 100 years into the game Most Northern houses have them and in around 200-300 Years, you see Lannisters/Arryns/Tullys with a bunch of them, kinda gets ridicilous hehe. I think the biggest issue with it is that it doesn't have restrictions, it can pass on to anyone, and they eventually stack up and you see like 3-4 Different Great Warg bloodlines on people. Anyways, i'm sure this has already been said but i'd love to have a Temporary fix for it, thanks in advance! Hello, i dealed with some similar problems when messing around with bloodlines and probrably a safe method to temporaly deal with that is by save file alteration. So, after making a save not compacted search in it for the creator of the bloodline you want to erase in this manner: "owner=CharID" like if you want to go to Tywin's bloodline would be "owner=190" in my case. Searching for this will eventually get in his Great Warg Bloodline, after passing by some itens probrably. Then you just delete that bloodline from your save and that is that, bloodline gone. Like in Tiwyn's bloodline case would be this part: 160= { type="tywin" owner=190 flags= { historical_bloodline=8299.2.11 } created="8261.1.1" member=190 member=4190 member=3190 member=5190 inheritance="patrilineal" allow_bastards=yes } Yeah doing one by one can be a bit of a pain, but they should be close together because of how many they are, so with a bit of scrolling you should get a lot of them quickly without needing to search for each bloodline owner. Btw don't forget to make a backup of your save before if something goes wrong, better safe than sorry, hope it helps Yea i know how to edit bloodlines through save-editing but i don't have the patience to remove those as they pop up WAY too often after 30+ years. thank you for your time though, i appreciate it.
|
|