|
Post by vontywin on Nov 22, 2019 5:42:09 GMT
I can't seem to get the submod to work. Am I doing something wrong? do you have any other submods on? AGOT 2.0 bugfix + MB and AGOT Better Faces
|
|
|
Post by stefan on Nov 22, 2019 12:24:35 GMT
Hi, i have a problem, i tried to add this to my character "bloodline_effect_genius=1" but that didnt work, so,i checked the files and find the folder "MBS_modidier_definitions" and add there bloodline effect genius, but that didnt work too, i dont know what to do, can you help me please
|
|
|
Post by Kai on Nov 22, 2019 17:58:19 GMT
Hi, i have a problem, i tried to add this to my character "bloodline_effect_genius=1" but that didnt work, so,i checked the files and find the folder "MBS_modidier_definitions" and add there bloodline effect genius, but that didnt work too, i dont know what to do, can you help me please You might have to add additional notes in more files than the ones i've listed here but First go here -> \AGOT More Bloodlines\common\modifier_definitions and add your custom bloodline trait bloodline_effect_genius = { show_as_percent = no is_good = yes is_monthly = no is_hidden = no max_decimals = 0 show_value = no } [spoiler/] Next go here -> \AGOT More Bloodlines\events and find the "more_bloodlines_events" .txt file. character_event = { id = more_bloodlines.65 desc = "EVTDESCmore_bloodlines.65" 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.65" prestige = 15 add_trait = tall } } [spoiler/] Then go here -> \AGOT More Bloodlines\localisation and add the event description to the 00.more_bloodlines_chain.csv
EVTDESCmore_bloodlines.65; My ancestors were renowned for their keen intellect. It would appear that although it did not manifest itself at birth, that I have a natural predisposition towards a sharp mind and clarity of thinking that others quickly pick up on.;;;;;;;;;;;;;x EVTOPTAmore_bloodlines.65;I have developed a propensity for a genius level intellect.;;;;;;;;;;;;;x
[spoiler/]
ran out of time here responding but I think that's it. I'll try it myself when I get back and let you know if you need to add anything else.
[/spoiler] SPOILERS EVERYWHERE lol and i'd wait for Rufffff as he is the expert, unless you want to tinker with it yourself which I do all the time and never cause CTD's XD
|
|
|
Post by stefan on Nov 23, 2019 15:02:05 GMT
Hi, i have a problem, i tried to add this to my character "bloodline_effect_genius=1" but that didnt work, so,i checked the files and find the folder "MBS_modidier_definitions" and add there bloodline effect genius, but that didnt work too, i dont know what to do, can you help me please You might have to add additional notes in more files than the ones i've listed here but First go here -> \AGOT More Bloodlines\common\modifier_definitions and add your custom bloodline trait bloodline_effect_genius = { show_as_percent = no is_good = yes is_monthly = no is_hidden = no max_decimals = 0 show_value = no } [spoiler/] Next go here -> \AGOT More Bloodlines\events and find the "more_bloodlines_events" .txt file. character_event = { id = more_bloodlines.65 desc = "EVTDESCmore_bloodlines.65" 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.65" prestige = 15 add_trait = tall } } [spoiler/] Then go here -> \AGOT More Bloodlines\localisation and add the event description to the 00.more_bloodlines_chain.csv
EVTDESCmore_bloodlines.65; My ancestors were renowned for their keen intellect. It would appear that although it did not manifest itself at birth, that I have a natural predisposition towards a sharp mind and clarity of thinking that others quickly pick up on.;;;;;;;;;;;;;x EVTOPTAmore_bloodlines.65;I have developed a propensity for a genius level intellect.;;;;;;;;;;;;;x
[spoiler/]
ran out of time here responding but I think that's it. I'll try it myself when I get back and let you know if you need to add anything else.
[/spoiler] SPOILERS EVERYWHERE lol and i'd wait for Rufffff as he is the expert, unless you want to tinker with it yourself which I do all the time and never cause CTD's XD [/quote] Sadly, that didnt work, instead of bloodlines. 65 i wrote bloodlines. 813 i dont know what i could have done wrong, but in the game, when i open the bloodlines there is a line"bloodline_effect_genius" and thats all
|
|
|
Post by rufff1 on Nov 23, 2019 16:46:55 GMT
Hi, i have a problem, i tried to add this to my character "bloodline_effect_genius=1" but that didnt work, so,i checked the files and find the folder "MBS_modidier_definitions" and add there bloodline effect genius, but that didnt work too, i dont know what to do, can you help me please You might have to add additional notes in more files than the ones i've listed here but First go here -> \AGOT More Bloodlines\common\modifier_definitions and add your custom bloodline trait bloodline_effect_genius = { show_as_percent = no is_good = yes is_monthly = no is_hidden = no max_decimals = 0 show_value = no } [spoiler/] Next go here -> \AGOT More Bloodlines\events and find the "more_bloodlines_events" .txt file. character_event = { id = more_bloodlines.65 desc = "EVTDESCmore_bloodlines.65" 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.65" prestige = 15 add_trait = tall } } [spoiler/] Then go here -> \AGOT More Bloodlines\localisation and add the event description to the 00.more_bloodlines_chain.csv
EVTDESCmore_bloodlines.65; My ancestors were renowned for their keen intellect. It would appear that although it did not manifest itself at birth, that I have a natural predisposition towards a sharp mind and clarity of thinking that others quickly pick up on.;;;;;;;;;;;;;x EVTOPTAmore_bloodlines.65;I have developed a propensity for a genius level intellect.;;;;;;;;;;;;;x
[spoiler/]
ran out of time here responding but I think that's it. I'll try it myself when I get back and let you know if you need to add anything else.
[/spoiler] SPOILERS EVERYWHERE lol and i'd wait for Rufffff as he is the expert, unless you want to tinker with it yourself which I do all the time and never cause CTD's XD [/quote] You also need an on action trigger, but look the reason I’ve never added this despite being able to is quick and genius being trait gain will make your house instantly OP, I’d suggest you add a learning boost to your house instead, similar effect but won’t remove all challenge from the game
|
|
|
Post by Kai on Nov 23, 2019 17:28:54 GMT
Sadly, that didnt work, instead of bloodlines. 65 i wrote bloodlines. 813 i dont know what i could have done wrong, but in the game, when i open the bloodlines there is a line"bloodline_effect_genius" and thats all Add "bloodline_effect_genius;Characters tend to be §Ggeniuses§!;;;;;;;;;x" Underneath "bloodline_effect_whale;Characters have a mystical connection to the sea and can become §Gskinchangers§!;;;;;;;;;x" In 00.more_bloodlines_overrides.csv Oh, and add an on action trigger here -> 00_on_actions.txt and you should be good to go Should be good! Worked for me, lemme know if any other issues pop up ^_^
|
|
|
Post by Kai on Nov 23, 2019 17:55:25 GMT
You also need an on action trigger, but look the reason I’ve never added this despite being able to is quick and genius being trait gain will make your house instantly OP, I’d suggest you add a learning boost to your house instead, similar effect but won’t remove all challenge from the game I agree 100% with you there having done this myself in past games. It kinda sucked too because eventually, after generations of breeding, everyone was a dragon riding GOD even WITH the game rule "Dragon Taming: Valyrians Only". I had one non-valy guy try to tame a dragon six times ... and succeed... because he was OP af XD I also agree that learning is a good compromise. I actually modified a non-canon (obviously lol) cadet house of the bastard son of Vaegon "The Dragonless" Targaryen to have a learning buff and it was a VERY enjoyable game. Speaking of which, if anyone hasn't read about the children of Jaeherys I and Alysanne Targaryen, and the hijinks said children got into, I'd highly recommend it. All of them, despite essentially being footnotes in the history of Westeros, have so much personality.
|
|
|
Post by stefan on Nov 24, 2019 11:44:24 GMT
Is bronn getting a bloodline in next update? I mean he is cool character and fighter
|
|
|
Post by rufff1 on Nov 25, 2019 1:52:03 GMT
Is bronn getting a bloodline in next update? I mean he is cool character and fighter This ok? bronn;Blood of Bronn of the Blackwater;;;;;;;;;;;;;x
bronn_desc;A cunning, skilled, and cut-throat sellsword, Bronn rose from humble beginnings to service of Tyrion Lannister gaining fame and wealth along the way.;;;;;;;;;;;;;x
bronn = {
combat_rating = 5
martial = 1
monthly_character_prestige = 0.25
bloodline_effect_duelist = 1
inheritance = patrilineal
allow_bastards = yes
picture = GFX_bloodline_bronn
flags = { historical_bloodline bloodline_duelist_mbs }
}
|
|
|
Post by stefan on Nov 25, 2019 10:37:29 GMT
Is bronn getting a bloodline in next update? I mean he is cool character and fighter This ok? bronn;Blood of Bronn of the Blackwater;;;;;;;;;;;;;x
bronn_desc;A cunning, skilled, and cut-throat sellsword, Bronn rose from humble beginnings to service of Tyrion Lannister gaining fame and wealth along the way.;;;;;;;;;;;;;x
bronn = {
combat_rating = 5
martial = 1
monthly_character_prestige = 0.25
bloodline_effect_duelist = 1
inheritance = patrilineal
allow_bastards = yes
picture = GFX_bloodline_bronn
flags = { historical_bloodline bloodline_duelist_mbs }
}
Yes!Thats brilliant! Also it'd be cool if you add"characters tend to be lusty"
|
|
|
Post by rufff1 on Nov 25, 2019 12:49:52 GMT
Been doing a little thinking about new features, was wondering if there would be an interest in a sort of dynamic Personal Arms type system? Was thinking something fairly simple to start with based on Robb's use of the direwolf head sigil for the main houses. What I was thinking is characters of a particular house with a sufficiently high martial (basically very rare prodigies like Robb) would have access to a decision that made them use a personal sigil that is a more martial version of their traditional house sigil, ie Starks would use the direwolf head like Robb does, Lannisters would use a lion head, Baratheons/Durrandons would use a stag's head, Targs/Blackfyres a single dragon head breathing flame, Arryns would either use a falcon head or perhaps a clawed talon drawing on their ancestor King Oswin "Talon" Arryn, Martells would either use a spear or a red viper I'm unsure, Gardeners maybe the Green Hand closed into a fist, Tyrells the Tyrell rose but with the stem and its thorns, and then the Hoares probably just the single golden longship? The Tullys I’m unsure but maybe a red fish?
Would people want to see this? Do people have additional thoughts suggestions? Are there potential versions that could be implemented for ultra high intrigue/stewardship/diplomacy characters? How do you make a golden kraken look MORE threatening lol?
|
|
|
Post by viperodox on Nov 25, 2019 13:01:31 GMT
Assuming its not too much work to implement then I think it could be a nice extra feature for people that like to immerse themselves and RP the character. There are loads of people on this site that design that sort of stuff so asking around I'm sure you could find ideas on what each one could look like!
|
|
|
Post by stefan on Nov 25, 2019 13:33:00 GMT
Guys how to create a bloodline, whenever i try the character become an imbicile with a lot of traits, 30 or maybe more traits i assume P. S. I add the lines in 00.....overrides, 00.bloodlines and the one in the history(cant remember the name of the file) i think im missing something, help
|
|
|
Post by rufff1 on Nov 25, 2019 13:48:41 GMT
Guys how to create a bloodline, whenever i try the character become an imbicile with a lot of traits, 30 or maybe more traits i assume P. S. I add the lines in 00.....overrides, 00.bloodlines and the one in the history(cant remember the name of the file) i think im missing something, help You've missed a bracket somewhere, but can you continue this in either General Discussion or Bug Reports please, don't want to clog this thread with unrelated stuff
|
|
|
Post by allenias on Nov 25, 2019 15:44:02 GMT
cant wait for the next update rufff1, hey you also Working for congenital overhaul right?... hope its going well
|
|