Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This is the relevant bit from the text file:
dlga_thora_dialog_romance:thora_dialog_romance2 4095 1023 2 2172 3 1224979098644774912 360287970189639680 3 30 2 1224979098644774912 12 Why,_thank_you..._sir._I_blush_at_your_compliments._You're_also..._very_handsome. 1026 0 NO_VOICEOVER
dlga_thora_dialog_romance:thora_dialog_sigurd 4095 1023 0 Thank_you,_but_you_should_talk_to_my_father,_Ulf. 1022 0 NO_VOICEOVER
dlga_thora_dialog_romance2:thora_dialog_romance4 69631 1026 2 2170 3 1224979098644774912 360287970189639680 1369094286720630791 30 2 1224979098644774912 4 (Use_your_powers_of_persuasion_to_make_Thora_interested_in_you) 1027 0 NO_VOICEOVER
The 1023 in the first line is the line reference number. it's followed by 2 conditional tests to see if this response happens, defined by the numbers after them, then the text to display, and the next line number to go to. So if you pass the 2 tests in 1023, she thinks you're handsome and allows you to say line 1026 to her.
In 1026, 69631 indicates that it's your line as the player, and there's 2 conditions. If you pass them, she responds with 1027 and you're in.
As a guess to test if you won't or can't look in the module files, I would try a charisma of 12+ and persuasion skill of 4+
Where do I get these files? I have completly no idea about modding for warband.
For the Viking Conquest code, you want the module system download off https://www.taleworlds.com/en/Games/VikingConquest/Download
The relevant bit will be in dialog.py.
Looking at the old 2.032 version, it is in fact CHA 12+ and persuasion 4+, but you only get the one chance on first meeting her. Maybe that was the issue?
"Heill! Welcome! My name is Thora Ulfsdottir. I am the only daughter of Ulf. You should talk to him.", "thora_dialog", [
]],
[trp_hija_granja, "start", [ (check_quest_active,"qst_revenge_exchange"),
(quest_get_slot, ":quest_current_state", "qst_revenge_exchange", slot_quest_current_state),
(lt, ":quest_current_state", 4),
],
"Heill! Welcome! My name is Thora Ulfsdottir. I am the only daughter of Ulf. You should talk to him.", "thora_dialog", [
]],
[trp_hija_granja, "start", [ (eq, "$g_encountered_party", "p_farmland"),
],
"Sorry, I am busy.", "close_window", []],
[anyone|plyr, "thora_dialog", [],
"Thora, nice to meet you. I will go and talk to your father. Farewell.", "thora_dialog_sigurd", []],
[anyone|plyr, "thora_dialog", [(eq,reg59,tf_male),],
"Thora, I'd rather talk to you than your father. You're a very pretty girl.", "thora_dialog_romance", []],
[anyone|other(trp_npc2), "thora_dialog_sigurd", [
],
"Thora, your name is pretty, as are you. I am Egil Horiksson. My weapons are sword and spear, but I yield to your beauty.", "thora_dialog_sigurd2",
[
]],
[anyone, "thora_dialog_sigurd2", [#mainquest chief
],
"Why, thank you... sir. I blush at your compliments. You're also... very handsome.", "thora_dialog_sigurd2", []],
[anyone|plyr, "thora_dialog_sigurd2", [],
"(Allow them to continue talking and go talk to Ulf)", "close_window", [
(str_store_string, s2, "@Note 3: Without regard to Ulf's rules, you decided to let Egil and Thora have a conversation."),
(add_quest_note_from_sreg, "qst_notes_danmork", 6, s2, 0),
(assign, "$thora_hijo", 2), #Egil and Thora romance.
]],
[anyone|plyr, "thora_dialog_sigurd2", [],
"Egil, leave the girl alone, and let's go.", "thora_dialog_sigurd3", []],
[anyone|other(trp_npc2), "thora_dialog_sigurd3", [
],
"Damn, you cannot stand to see people happy, can you? All right, I will, {reg59?madam:sir}.", "close_window",
[
(str_store_string, s2, "@Note 3: You decided to respect Ulf's rules and protect the dignity of his daughter, Thora."),
(add_quest_note_from_sreg, "qst_notes_danmork", 6, s2, 0),
(assign, "$thora_hijo", 0), #player no romance with Thora
(call_script, "script_change_player_relation_with_troop", "trp_npc2", -5),
]],
[anyone, "thora_dialog_romance", [#mainquest chief
(store_attribute_level, ":charisma", "trp_player", ca_charisma),
(ge, ":charisma", 12),
],
"Why, thank you... sir. I blush at your compliments. You're also... very handsome.", "thora_dialog_romance2", []],
[anyone, "thora_dialog_romance", [#mainquest chief
],
"Thank you, but you should talk to my father, Ulf.", "thora_dialog_sigurd", []],
[anyone|plyr, "thora_dialog_romance2", [
(store_skill_level, ":persuasion", "trp_player", "skl_persuasion"),
(ge, ":persuasion", 4),
],
"(Use your powers of persuasion to make Thora interested in you)", "thora_dialog_romance4", []],
[anyone|plyr, "thora_dialog_romance2", [
],
"You seem like such a smart girl. Tell me about yourself.", "thora_dialog_romance3", []],
[anyone|plyr, "thora_dialog_romance2", [],
"Well, then I will go to talk to your father. Farewell.", "thora_dialog_sigurd", []],
[anyone, "thora_dialog_romance3", [#mainquest chief
],
"Better not. My father does not like me to talk to strangers. Please go talk to him.", "thora_dialog_sigurd", []],
[anyone, "thora_dialog_romance4", [#mainquest chief
],
"(You see her eyes brighten as you tell her about your adventures. You approach her and put your hand over hers. It is not rejected. You try to kiss her, but she puts her hand on your mouth.)", "thora_dialog_romance5", []],
[anyone, "thora_dialog_romance5", [#mainquest chief
],
"Not here. My father will get angry. I will look for you tonight. Now, go see my father, Ulf.", "close_window", [
(str_store_string, s2, "@Note 3: Without regard to Ulf's rules, you decided to have a romance with Thora, his daughter."),
(add_quest_note_from_sreg, "qst_notes_danmork", 6, s2, 0),
(assign, "$thora_hijo", 1), #player romance and hijo
]], ##asignar hijo player
I know. The romance envelopes while wating on Olvir and talking with her father drops you in the waiting mode on campaign screen.
——————————————————
[anyone|plyr, "thora_dialog_romance2", [
(store_skill_level, ":persuasion", "trp_player", "skl_persuasion"),
(ge, ":persuasion", 4),
],
"(Use your powers of persuasion to make Thora interested in you)", "thora_dialog_romance4", []],
——————————————————
when I exchange the position of "trp_player" and "skl_persuasion", just like that:
——————————————————
[anyone|plyr, "thora_dialog_romance2", [
(store_skill_level, ":persuasion", "skl_persuasion", "trp_player"),
(ge, ":persuasion", 4),
],
"(Use your powers of persuasion to make Thora interested in you)", "thora_dialog_romance4", []],
——————————————————
It work normally.
Now, let's fix it in your game.
open conversation.txt
find:
“dlga_thora_dialog_romance2:thora_dialog_romance4 69631 1026 2 2170 3 1224979098644774912 360287970189639680 1369094286720630791 30 2 1224979098644774912 4 (Use_your_powers_of_persuasion_to_make_Thora_interested_in_you) 1027 0 NO_VOICEOVER ”
replace with:
dlga_thora_dialog_romance2:thora_dialog_romance4 69631 1026 2 2170 3 1224979098644774912 1369094286720630791 360287970189639680 30 2 1224979098644774912 4 (Use_your_powers_of_persuasion_to_make_Thora_interested_in_you) 1027 0 NO_VOICEOVER
done!