Modifying With Fire & Sword Quest to fix bug

Users who are viewing this thread

virusatu

Recruit
I have encountered a bug in With Fire & Sword whereby I cannot finish a particular quest due to a faction having been eliminated and am looking for some help..
The quest in question is "Kidnapped Bride".
The quest requires the player to capture a Swedish Lord/high level unit
Unfortunately in my game the Kingdom of Sweden have been defeated, making the quest, and thus the whole story arc impossible to complete.
 
Guess you got unlucky, there's no way to fix that except replay the game...

...And you posted in the wrong location... should have posted it here : http://forums.taleworlds.com/index.php/board,255.0.html
 
Sorry because i post the topic in another place..and tnx..'cause i find how to skip the quest..
  If anyone else runs into the same issue, you can skip the quest (prior to beginning it) by changing the following section of module_dialogues.py:

  [anyone|plyr,"oim_potop_volodievskiy_start_dlg_4", [], "I will try to bring back your Anusia at all costs. I leave at once.", "lord_pretalk", [
      (quest_set_slot, "qst_oim_potop_volodievskiy", slot_quest_giver_troop, "$g_talk_troop"),
      (quest_set_slot, "qst_oim_potop_volodievskiy", slot_quest_current_state, 1),

to

  [anyone|plyr,"oim_potop_volodievskiy_start_dlg_4", [], "I will try to bring back your Anusia at all costs. I leave at once.", "lord_pretalk", [
      (quest_set_slot, "qst_oim_potop_volodievskiy", slot_quest_giver_troop, "$g_talk_troop"),
      (quest_set_slot, "qst_oim_potop_volodievskiy", slot_quest_current_state, 10),


But first you got to take the mod of wfas from this link: http://forums.taleworlds.com/index.php/topic,111706.0.html
 
Back
Top Bottom