|
Post by rufff1 on Feb 24, 2019 12:13:46 GMT
I had a thought for a fairly fun and lore appropriate event chain which would fire in ACOK start if you are robb stark - as happens in the books (yes Bran actually made the decision but there's no real way to do that) you have to resolve the tricky business of the Hornwood inheritance, your three options would be siding with the Manderlys, siding with the Tallharts, or siding with the Glovers. If you take the Manderly side Lady Donella keeps the title and unless she marries again and somehow bears a child (which will almost certainly not happen due to her age) the title will pass to her Manderly cousins, if you take the the Tallhart side Beren Tallhart's dynasty changes to Hornwood and he gets the title, and if you take the Glover side Lawrence Snow gets legitimised and gets the title. I'd further suggest that all members of whichever dynasty you back get a +10 or something opinion bonus, and the claimant gets a "pressed my claim" bonus, then the loosing dynasties all get a -5 opinion or something for a few years. This is not fully lore accurate as technically even with the plan to legitimise Lawrence it was expected that Donella remain lady of Hornwood til her death and then Lawrence would inherit, but this is simply beyond the game engine (just as the game currently cannot give Barrowton back to the Dustins after Barbrey dies).
|
|
|
Post by rufff1 on Feb 24, 2019 16:48:26 GMT
So I've tested this code for the event and it seems to work perfectly well - I've set AI probability to favour legitimising Larence as that was the result in the lore, and to prefer the Tallhart claim over the Manderly claim to make the most likely event being some for of preservation of the Hornwood name. I've also set it up so that if Larence gets the title he befriends Galbart Glover since he his no longer his ward. I might also have a crack at doing something similar to let the Dustins get Barrowton back if Lady Barbery dies (as she always gives it to her Ryswell family)
character_event = {
id = clash_of_kings.600
desc = "EVTDESCclash_of_kings.600"
is_triggered_only = yes
trigger = {
has_landed_title = e_north
c_hornwood = {
has_holder = yes
holder_scope = { character = 4080 }
}
}
option = {
name = "EVTOPTAclash_of_kings.600" # Keep Donella, Manderlys happy
c_hornwood = { holder_scope = { tooltip = { show_portrait = yes } } }
c_hornwood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
option = {
name = "EVTOPTBclash_of_kings.600" # Tallhart candidate
ai_chance = {
factor = 2
}
c_torrhenssquare = { holder_scope = { tooltip = { show_portrait = yes } } }
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
random_dynasty_member = {
limit = {
character = 5101 #Beren Tallhart
}
dynasty = 83
c_hornwood = {
usurp_title_plus_barony_if_unlanded = { target = PREV type = claim }
}
set_defacto_liege = e_north
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
option = {
name = "EVTOPTCclash_of_kings.600" # Lawrence Snow, ward of the Glovers
ai_chance = {
factor = 3
}
d_wolfswood = { holder_scope = { tooltip = { show_portrait = yes } } }
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
random_courtier = {
limit = {
character = 1001083 #Larence Snow
}
c_hornwood = {
usurp_title_plus_barony_if_unlanded = { target = PREV type = claim }
}
set_defacto_liege = e_north
remove_trait = bastard
add_trait = legit_bastard
add_friend = 62
dynasty = 83
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
}
|
|
|
Post by sourjapes on Feb 24, 2019 16:54:08 GMT
I've always wanted to see this myself, but with the addition that Ramsay gets an event chain to abduct Lady Donella and get a claim from her. With the result being Robb naming a Lord to bring him to justice (that isn't Roose). Ramsay spawns with some troops and then the Manderlys, Tallharts, (Cassels like in the book?), fight it out. Rickard Karstark has a claim too, through a grandmother if I recall. It could cause a mini-Northern civil war much like it did in the books.
|
|
|
Post by rufff1 on Feb 24, 2019 17:08:22 GMT
I've always wanted to see this myself, but with the addition that Ramsay gets an event chain to abduct Lady Donella and get a claim from her. With the result being Robb naming a Lord to bring him to justice (that isn't Roose). Ramsay spawns with some troops and then the Manderlys, Tallharts, (Cassels like in the book?), fight it out. Rickard Karstark has a claim too, through a grandmother if I recall. It could cause a mini-Northern civil war much like it did in the books. The Karstarks (and the Flints who also have hornwood blood in the female line) seem to be ruled out pretty quickly as if the female line is used then the Tallhart claim is clearly the superior one as its most recent, so I don't think its worth including them. A war might get tricky for me to code but I might try and make a subsequent event if you chose to leave Donella with the Hornwood lands, where Ramsay tries to abduct her, and if he succeeds he marries her, becomes Lord of Hornwood, imprisons her in the oubliette, she gets malnourished (which should probably kill her immediately given she is also depressed and imprisoned), then because of the dishonour hit he'd get the AI (or if you're playing as Robb you) would try and arrest him which he would probably try and fight.
|
|
|
Post by Paxter Redwyne on Feb 24, 2019 17:36:19 GMT
Sounds interesting, but I'm going to be picky and point out that it's Larence Snow, not Lawrence. It would be best with those three options and additional event about Ramsay abducting Donella. Karstarks and Flints too have ties too Hornwood in female line but they are likely to be more distantly related and therefore of lower importance than Donella, Larence and Beren.
|
|
|
Post by rufff1 on Feb 24, 2019 22:33:00 GMT
Sounds interesting, but I'm going to be picky and point out that it's Larence Snow, not Lawrence. It would be best with those three options and additional event about Ramsay abducting Donella. Karstarks and Flints too have ties too Hornwood in female line but they are likely to be more distantly related and therefore of lower importance than Donella, Larence and Beren. You're right on Larence (why can't GRRM spell lol) and I've done an event chain for Ramsay. It works so that if you chose to give Donella the lands an event fires for Ramsay (which he will almost always accept because its weighted on cruel and ambitious). Once the event fires he has a 60% chance of success with the kidnapping, if he succeeds he marries and imprisons Donella and becomes Lord of Hornwood, he further has the option to put her in the oubliette (again the most likely choice) which makes her malnourished and hate him even more, also the rulers of the North, Kings Course (Rodrik Cassel), white harbour, the wolfswood, and torrhens square (ie the other Hornwood claimants) all are outraged at Ramsay and Robb has a reason to arrest him without tyranny. They are also all notified of the successful plot by an event, as is Roose, if Ramsay fails as he will 40% of the time Donella's guards fight him off and capture him and he is imprisoned by her, whereupon Roose and Robb are notified of his capture. The chain seems to work pretty well (first time I tried it two days later Ramsay blinded Donella and started torturing her which is pretty lore accurate tbh). I'll post the code for the completed chain if the devs want it, if not I'll add it to the More Bloodlines update. I've also done quick localisations for it if people want them I have noticed one little flaw - this makes a Lady Donella playthrough basically impossible as you'll probably get immediately usurped (not sure why you don't then play as Lord Manderly but oh well) - I think that the code that lets Rhaenyra's Velaryon children play after her despite not being Targs could work as a means to you keep playing as Beren or Larence but I can't really get my head around it.
character_event = { id = clash_of_kings.600 #start of chain, needs an on_action_trigger desc = "EVTDESCclash_of_kings.600"
is_triggered_only = yes
trigger = {
has_landed_title = e_north
c_hornwood = {
has_holder = yes
holder_scope = { character = 4080 }
}
}
option = {
name = "EVTOPTAclash_of_kings.600" # Keep Donella, Manderlys happy
c_hornwood = { holder_scope = { tooltip = { show_portrait = yes } } }
d_dreadfort = {
holder_scope = {
random_dynasty_member = {
limit = {
character = 2087 #Ramsay
}
character_event = {
id = clash_of_kings.601
}
}
}
}
c_hornwood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
option = {
name = "EVTOPTBclash_of_kings.600" # Tallhart candidate
ai_chance = {
factor = 2
}
c_torrhenssquare = { holder_scope = { tooltip = { show_portrait = yes } } }
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
random_dynasty_member = {
limit = {
character = 5101 #Beren Tallhart
}
dynasty = 83
c_hornwood = {
usurp_title_plus_barony_if_unlanded = { target = PREV type = claim }
}
set_defacto_liege = e_north
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
option = {
name = "EVTOPTCclash_of_kings.600" # Lawrence Snow, ward of the Glovers
ai_chance = {
factor = 3
}
d_wolfswood = { holder_scope = { tooltip = { show_portrait = yes } } }
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_grateful
years = 2
}
}
}
}
random_courtier = {
limit = {
character = 1001083 #Larence Snow
}
c_hornwood = {
usurp_title_plus_barony_if_unlanded = { target = PREV type = claim }
}
set_defacto_liege = e_north
remove_trait = bastard
add_trait = legit_bastard
add_friend = 62
dynasty = 83
liege = {
reverse_opinion = {
who = PREV
modifier = pressed_my_claim
years = 2
}
}
}
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
liege = {
reverse_opinion = {
who = PREV
modifier = opinion_disgruntled
years = 2
}
}
}
}
}
}
}
}
character_event = {
id = clash_of_kings.601
desc = "EVTDESCclash_of_kings.601"
is_triggered_only = yes
trigger = {
character = 2087
c_hornwood = {
has_holder = yes
holder_scope = { character = 4080 }
}
}
option = {
name = "EVTOPTAclash_of_kings.601" # Kidnap Donella
ai_chance = {
factor = 2
modifier = {
factor = 3
trait = cruel
}
modifier = {
factor = 5
trait = ambitious
}
}
c_hornwood = { holder_scope = { tooltip = { show_portrait = yes } } }
random_list = {
60 = { character_event = { id = clash_of_kings.60101 } }
40 = { character_event = { id = clash_of_kings.60102 } }
}
}
option = {
name = "EVTOPTBclash_of_kings.601" # Don't kidnap
}
}
character_event = {
id = clash_of_kings.60101
desc = "EVTDESCclash_of_kings.60101"
is_triggered_only = yes
immediate = {
c_hornwood = {
usurp_title_plus_barony_if_unlanded = { target = PREV type = claim }
}
set_defacto_liege = e_north
e_north = {
holder_scope = {
character_event = {
id = clash_of_kings.60106
}
}
}
c_kingscourse = {
holder_scope = {
character_event = {
id = clash_of_kings.60106
}
}
}
c_torrhenssquare = {
holder_scope = {
character_event = {
id = clash_of_kings.60106
}
}
}
d_wolfswood = {
holder_scope = {
character_event = {
id = clash_of_kings.60106
}
}
}
d_dreadfort = {
holder_scope = {
character_event = {
id = clash_of_kings.60105
}
}
d_whiteharbor = {
holder_scope = {
character_event = {
id = clash_of_kings.60105
}
random_dynasty_member = {
limit = {
character = 4080 #Donella
}
add_spouse = 2087
move_character = c_hornwood
imprison = ROOT
character_event = {
id = clash_of_kings.60104
}
opinion = {
who = ROOT
modifier = opinion_imprisoned
}
opinion = {
who = ROOT
modifier = opinion_abducted
}
}
}
}
}
}
option = {
name = "EVTOPTAclash_of_kings.60101" # Put Donella in oubliette
ai_chance = {
factor = 2
modifier = {
factor = 3
trait = cruel
}
modifier = {
factor = 5
trait = ambitious
}
}
random_courtier = {
limit = {
character = 4080 #Donella
}
add_trait = is_malnourished
add_rival = 2087
add_character_modifier = {
modifier = the_oubliette
duration = -1
}
}
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 20
}
reverse_opinion = {
who = PREV
modifier = opinion_dishonorable
years = 10
}
}
}
}
}
}
e_north = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
reverse_opinion = {
who = PREV
modifier = opinion_dishonorable
years = 10
}
}
}
}
}
}
c_kingscourse = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
}
option = {
name = "EVTOPTBclash_of_kings.60101" # not oubliette
d_whiteharbor = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 20
}
reverse_opinion = {
who = PREV
modifier = opinion_dishonorable
years = 10
}
}
}
}
}
}
e_north = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
reverse_opinion = {
who = PREV
modifier = opinion_dishonorable
years = 10
}
}
}
}
}
}
c_kingscourse = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
c_torrhenssquare = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
d_wolfswood = {
holder_scope = {
custom_tooltip = {
hidden_tooltip = {
ROOT = {
reverse_opinion = {
who = PREV
modifier = opinion_outraged
years = 10
}
}
}
}
}
}
}
}
character_event = {
id = clash_of_kings.60102
desc = "EVTDESCclash_of_kings.60102"
is_triggered_only = yes
immediate = {
e_north = {
holder_scope = {
character_event = {
id = clash_of_kings.60107
}
}
}
}
option = {
name = "EVTOPTAclash_of_kings.60102" #
c_hornwood = {
holder_scope = {
character_event = {
id = clash_of_kings.60103
}
}
}
}
}
character_event = {
id = clash_of_kings.60103
desc = "EVTDESCclash_of_kings.60103"
is_triggered_only = yes
option = {
name = "EVTOPTAclash_of_kings.60103" #
d_dreadfort = {
holder_scope = {
character_event = {
id = clash_of_kings.60104
}
random_dynasty_member = {
limit = {
character = 2087 #Ramsay
}
imprison = ROOT
opinion = {
who = ROOT
modifier = opinion_imprisoned
}
}
}
}
}
}
character_event = {
id = clash_of_kings.60104
desc = "EVTDESCclash_of_kings.60104"
is_triggered_only = yes
option = {
name = "EVTOPTAclash_of_kings.60104" #
}
}
character_event = {
id = clash_of_kings.60105
desc = "EVTDESCclash_of_kings.60105"
is_triggered_only = yes
option = {
name = "EVTOPTAclash_of_kings.60105" #
}
}
character_event = {
id = clash_of_kings.60106
desc = "EVTDESCclash_of_kings.60106"
is_triggered_only = yes
option = {
name = "EVTOPTAclash_of_kings.60106" #
}
}
character_event = {
id = clash_of_kings.60107
desc = "EVTDESCclash_of_kings.60107"
is_triggered_only = yes
option = {
name = "EVTOPTAclash_of_kings.60107" #
}
}
|
|
|
Post by sourjapes on Feb 24, 2019 23:46:54 GMT
I really want to try out this mod. I didn't know there was code to let you play as another house. I mean, it should be possible, considering you can switch around at will with the console.
|
|
|
Post by rufff1 on Feb 25, 2019 0:08:27 GMT
I really want to try out this mod. I didn't know there was code to let you play as another house. I mean, it should be possible, considering you can switch around at will with the console. if you want to play it copy the events into you Clash of Kings event file underneath Robb's event making sure not to mess up the brackets, add an on action trigger for it on startup, and then here's the localisation I used - just past it somewhere in a localisation file and then its all good to go EVTDESCclash_of_kings.600;House Hornwood are powerful vassals of mine who rule the great Hornwood forest, but Lord Halys died at the Battle of Green Fork, and his heir Daryn was slain in the Whispering Wood. Halys' inheritance is a thorny issue. I could award it to his widow Donella which would please her Manderly kin, or I could grant them to his nephew Beren Tallhart who would take the Hornwood name, pleasing the Tallharts, or I could legitimise his bastard Larence Snow, pleasing his Glover guardians?;;;;;;;;;;;;;x EVTOPTAclash_of_kings.600;I shall let Lady Donella keep the lands.;;;;;;;;;;;;;x EVTOPTBclash_of_kings.600;I shall award the lands to Beren "Hornwood".;;;;;;;;;;;;;x EVTOPTCclash_of_kings.600;I shall award the lands to Larence Snow.;;;;;;;;;;;;;x EVTDESCclash_of_kings.601;Lady Donella Hornwood has inherited her husband's lands. She is vulnerable, perhaps I could abduct her, force her to marry me and have her make me the heir to the Hornwood?;;;;;;;;;;;;;x EVTOPTAclash_of_kings.601;Seems like a plan.;;;;;;;;;;;;;x EVTOPTBclash_of_kings.601;Too risky...;;;;;;;;;;;;;x EVTDESCclash_of_kings.60101;I led a small band of men and successfully set upon Lady Donella as she was out riding, I captured her, took her back to Hornwood and commanded the guards to lay down their arms, before marrying Donella and imprisoning her. I am now Lord of the Hornwood.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60101;To the Oubliette with her.;;;;;;;;;;;;;x EVTOPTBclash_of_kings.60101;Keep her in prison;;;;;;;;;;;;;x EVTDESCclash_of_kings.60102;I led a small band of men and tried to seize Lady Donella as she was out riding, her guards fought back and I was captured, and took me back to Hornwood in chains.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60102;Ok.;;;;;;;;;;;;;x EVTDESCclash_of_kings.60103;As I was out riding I was set upon by a gang of men, my guards overpowered them and captured them. Upon questioning it was revealed that their leader was Ramsay Snow, Bastard of the Dreadfort, who sought to capture me and take my lands for himself.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60103;Keep him imprisoned.;;;;;;;;;;;;;x EVTDESCclash_of_kings.60104;My bastard Ramsay concocted a hairbraned plot to seize Lady Hornwood and take her lands. Now he has got himself captured and imprisoned by Lady Donella.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60104;He should have been content to grind corn.;;;;;;;;;;;;;x EVTDESCclash_of_kings.60105;My bastard Ramsay concocted a hairbraned plot to seize Lady Hornwood and take her lands. By some miracle he suceeded and now holds the Hornwood, but the Manderlys, Tallharts, Glovers and Starks will come for vengeance against him.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60105;Hopefully he pulls it off.;;;;;;;;;;;;;x EVTDESCclash_of_kings.60106;Ramsay Snow, Bastard of the Dreadfort captured Lady Hornwood and forced her to marry him, imprisoning her and making himself Lord of the Hornwood.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60106;This criminal must be brough to heel.;;;;;;;;;;;;;x EVTDESCclash_of_kings.60107;Most curious news - it seems Ramsay Snow, Bastard of the Dreadfort tried to kidnap Lady Donella Hornwood, planning to force her to marry him and make himself Lord of the Hornwood. Luckily her guards thwarted his plans and he is now imprisoned in Hornwood Keep.;;;;;;;;;;;;;x EVTOPTAclash_of_kings.60107;The North will be well rid of him.;;;;;;;;;;;;;x EDITED TO CHANGE LOCALISATIONS AS SUGGESTED BY sourjapes
|
|
|
Post by sourjapes on Feb 25, 2019 1:33:16 GMT
I really want to try out this mod. I didn't know there was code to let you play as another house. I mean, it should be possible, considering you can switch around at will with the console. if you want to play it copy the events into you Clash of Kings event file underneath Robb's event making sure not to mess up the brackets, add an on action trigger for it on startup, and then here's the localisation I used - just past it somewhere in a localisation file and then its all good to go Awesome! Actually, I had just finished writing my own localization for it but I'm using what you posted to make sure I had all the events right (I hadn't realized Ramsay gets imprisoned by Donella if he fails.) There is a wrong word in there though, and perhaps some additional commas or a sentence that could be re-phrased. I'm not here to be a grammar Nazi though.
EVTOPTAclash_of_kings.60106;This criminal must be brought to heal.;;;;;;;;;;;;;x
"Heel", you mean.
EVTOPTAclash_of_kings.60104;What a fool.;;;;;;;;;;;;;x
I suggest this line be, "He should have been content to grind corn." This is a quote from the books by Roose about his bastard son. It's a nice literary reference.
EVTOPTAclash_of_kings.60107;It is good to see such a criminal brought to justice.;;;;;;;;;;;;;x
I would re-write this line as, "The North will be well rid of him." Like above, this would be a reference to the text of the novels, specifically the when Catelyn reads a letter from Roose stating his feelings on Ramsay's reported death at the hands of Ser Rodrik Cassel.
|
|
|
Post by rufff1 on Feb 25, 2019 8:58:03 GMT
if you want to play it copy the events into you Clash of Kings event file underneath Robb's event making sure not to mess up the brackets, add an on action trigger for it on startup, and then here's the localisation I used - just past it somewhere in a localisation file and then its all good to go Awesome! Actually, I had just finished writing my own localization for it but I'm using what you posted to make sure I had all the events right (I hadn't realized Ramsay gets imprisoned by Donella if he fails.) There is a wrong word in there though, and perhaps some additional commas or a sentence that could be re-phrased. I'm not here to be a grammar Nazi though.
EVTOPTAclash_of_kings.60106;This criminal must be brought to heal.;;;;;;;;;;;;;x
"Heel", you mean.
EVTOPTAclash_of_kings.60104;What a fool.;;;;;;;;;;;;;x
I suggest this line be, "He should have been content to grind corn." This is a quote from the books by Roose about his bastard son. It's a nice literary reference.
EVTOPTAclash_of_kings.60107;It is good to see such a criminal brought to justice.;;;;;;;;;;;;;x
I would re-write this line as, "The North will be well rid of him." Like above, this would be a reference to the text of the novels, specifically the when Catelyn reads a letter from Roose stating his feelings on Ramsay's reported death at the hands of Ser Rodrik Cassel.
Good spots and suggestions - I literally just bashed them out to track which event did what - thanks for these, really love the reference, have updated the localisations above
|
|