Jump to content

Conversation skipping.


Recommended Posts

So, I'm creating banter between two NPCs, but something odd is happening. The conversation just kinda...skips. One character will cut the other off, or sometimes they just skip entire lines altogether. I followed Seddon's tutorial on how to create a conversation between two NPCS, the only difference is I put the conversations in the "Conversations" tab instead of the "Topics" tab. Seeing as how Raul and Edward operate on a simpler format, I don't think that's the main issue. What should I do?

Link to comment
Share on other sites

Have you also seen the "How to script conversation between two or more NPCs" page in the Community Wiki? Might clarify something.

 

If lines are getting skipped, then you are either failing to link them to the previous line of dialog ("Link From" field) or to tell them what the next line is ("Link to" field) and who is to speak it ("Next Speaker"); or (depending upon the approach you are implementing) you are failing to set the conditional needed to enable and control the dialog sequence. This conditional (defined by you) is usually incremented to indicate which line is done (or next) and is usually bumped in the "Result Script" of each line of dialog.

 

-Dubious-

Link to comment
Share on other sites

Just a question ... are you running the text dialogue without a sound file (even silent) to give the timing ?

 

It was strange ... when I first started making dialogue , I never bothered with sound files ... and it seemed to work fine. But then , the text started just skipping to the next , which needed a dialogue choice from the player.

And the only way to fix it was add a sound file.

 

Thought I would mention incase.

Link to comment
Share on other sites

Silent sound files as placeholders are common in the Gamebryo/Creation Engine games modding community, yeah. Truth is, I haven't done much with dialogue, so I really thought that was already in the Getting Started guide and that I must have read it there.

Link to comment
Share on other sites

Just a question ... are you running the text dialogue without a sound file (even silent) to give the timing ?

 

It was strange ... when I first started making dialogue , I never bothered with sound files ... and it seemed to work fine. But then , the text started just skipping to the next , which needed a dialogue choice from the player.

And the only way to fix it was add a sound file.

 

Thought I would mention incase.

 

They have fully recorded wav. files. They just start saying the next line before they're finished, then they start overlapping each other.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...