Page 1 of 1

Dialogue - Entries in Skyrim_Data

Posted: Sun Nov 22, 2015 8:23 pm
by worsas
We do have a couple of dialogue entries included with Skyrim_Data that have erroneous response-conditions. Most Skyrim Lore responses show up on Vvardenfell when unlocked, for example. There are a few typos and some of the responses are probably outdated by now.

Would it make sense to carry these topics over to the main file, update them and remove them from Skyrim_Data afterwards?

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 11:23 am
by Yeti
For now, I'd suggest copying and pasting them into a Google Doc and deleting them from Skyrim_Data. We need to mount a larger effort to complete province and Hold-wide responses for commonly accessed topics like regions, fauna, drinks, and the like, and it would be easier to organize, update, edit, add to the topics we have already in a Google Doc format.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 1:18 pm
by worsas
I'll just upload the export of all dialogue entries in Skyrim_Data for now. I'm not sure how to reasonably structurize the google docs for this.

We should maybe look about adapting our way of working to that of P:C. P:C assigns "noLore" to all of their npcs in order to rid themselves of vanilla dialogue and utilize a spare PC_NoLore variable for actual nolore - npcs. However, they are also missing the useful control variable.

Edit: I'm going to remove the dialogue entries aswell as the outdated regions from Skyrim_Data.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 5:35 pm
by worsas
Another thing:
At P:C Nibenese are differentiated from other Imperials by a PC_Nibenese - Variable. Would it make sense to do the same around here to differentiate Reachmen from regular Bretons? That way they could be part of different factions, like Mages- or Fighters Guild or Legion.

Would it be possible to rename the control-variable into Sky_Control? Having all of our variables in a single place would probably make things more convenient. TR's npc scripts feature two controls, btw. "control" and "controlQ". I imagine that these two could save us having to create spare scripts for many quest-involved characters, when just some advanced dialogue filtering is needed and no additional behaviour scripting.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 7:26 pm
by Yeti
That sounds like a better solution for the Reachmen dialogue filtering issue, though we can still keep the faction for tribal Reachmen.

I'm pretty sure we've already implemented npc scripts for filtering Hold-specific dialogue, at least.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 7:39 pm
by worsas
Yeti wrote:I'm pretty sure we've already implemented npc scripts for filtering Hold-specific dialogue, at least.
They currently look like this:
  • Sky_Hold
  • Control
and
  • Sky_Hold
  • Control
  • NoLore
And I would like to change them to this:
  • Sky_Hold
  • Sky_Control
  • Sky_ControlQ
  • NoLore
and
  • Sky_Hold
  • Sky_Control
  • Sky_ControlQ
  • Sky_NoLore
  • NoLore
That way a lot of vanilla dialogue would be filtered away from the beginning, as many of it relies on noLore not being set on the npc. For our own noLore npcs, we'd be using our distinctive Sky_NoLore variable.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 10:17 pm
by Yeti
Sounds good to me.

Re: Dialogue - Entries in Skyrim_Data

Posted: Mon Nov 23, 2015 11:04 pm
by worsas
Cool.

Yeti, how are we going about the exported dialogue above? Do you want to set up and manage the google documents or should I do it?

Re: Dialogue - Entries in Skyrim_Data

Posted: Tue Nov 24, 2015 7:00 am
by Yeti
Sure, I'll start putting it together.

Re: Dialogue - Entries in Skyrim_Data

Posted: Wed Jan 04, 2017 10:54 am
by Yeti
I've actually started putting this together, adapting some of the dialogue Infragris compiled for Project Cyrodiil.

Link