Jump to content

occamsrazorwit

Initiates
  • Posts

    1
  • Joined

  • Last visited

Everything posted by occamsrazorwit

  1. If you're really desperate, here's what I did to force the Crucible Knights quest: \PillarsOfEternity_Data\data\conversations\02_defiance_bay_first_fires\02_cv_clyver_rimgund.conversation \PillarsOfEternity_Data\data\localized\en\text\conversations\02_defiance_bay_first_fires\02_cv_clyver_rimgund.stringtable <NodeID> in the conversation file corresponds to <ID> in the stringtable file. A <NodeID> in the conversation file is a point in the conversation. Each <NodeID> points to another <NodeID> so the conversation flows from one paragraph to another. What I did was: 1. Look at the stringtable file to figure out which IDs correspond with which pieces of conversation. This will be used for the next few steps. 2. Look for the ID that corresponds to the start of the quest (for Crucible Knights, this is <ID>41</ID>) 3. Look for the ID that corresponds to an easily accessible dialogue option (for me, I chose <ID>9</ID> which is "You're in charge of the Crucible Knights?") 4. In the conversation file, find a line that points to that choice. This will be <ToNodeID>#</ToNodeID> (in this example, "<ToNodeID>9</ToNodeID>"). There may be multiple of these spots, so it's trial and error. 5. Change that number to the ID from Step 2 in the conversation file (in this example, "<ToNodeID>41</ToNodeID>"). 6. In the game, talk to the NPC and go to that dialogue option. Keep clicking Enter until you skip to the quest start.
×
×
  • Create New...