Unable to marry Lords as Queen

正在查看此主题的用户

Jayornay

Recruit
Greetings,
I have run into a frequently occuring problem as a Queen of a faction. I want to marry a lord, primarily for the right to rule bonus, but also for the bonus army. However, when I'm awkwardly courting one of the few lords who aren't married and aren't hot for anyone else, I usually land on the answer: "You serve another realm, I don't see (My own name) granting her blessing to our union.". Why is it that I, as a Queen, can't be "granted the blessing" of the faction ruler, who is me? Anyone got any ideas?
 
are you talking with a vassal lord? As in, a lord that belongs to your faction?

If not post your

- rgl_log.txt (you can find it on your game folder)
- savegame (link to download it from Dropbox, etc)
- are you using any tweaks/mods?
- Windows, Linux or Mac?

so devs can examine it.



插入代码块:
      (else_try),	#part of another faction
        (gt, "$players_kingdom", 0),
        (neq, "$players_kingdom", "$g_talk_troop_faction"),
        (faction_get_slot, ":leader", slot_faction_leader, "$g_talk_troop_faction"),
        (troop_get_type, reg4, ":leader"),
        (val_mod, reg4, 2),
        
        (str_store_string, s14, "str_you_serve_another_realm_i_dont_see_s4_granting_reg4herhis_blessing_to_our_union"),
that is the the code leading to your dialog. As you can see it has a check for the NPC faction, which means either he is not a vassal OR the current global for the queen faction is incorrect.
 
Oh, no he isn't a vassal lord of my faction. I have tried with lords from several factions, but so far I only have Solveig and Brunhild as ladies of my kingdom. This dialogue option appeared with three different lords from three different kingdoms. Is it because I am unable to marry "non-player faction" lords? Appreciate the help!

EDIT: Also, running on Windows 10, no mods or fixes.
 
后退
顶部 底部