This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gamedev:deigde:editors:conversation [2020/03/31 00:30] – dragonlord | gamedev:deigde:editors:conversation [2020/04/05 00:25] (current) – [IGDE Conversation Editor] dragonlord | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| The conversation editor is used to create conversation resources for your game. These are '' | The conversation editor is used to create conversation resources for your game. These are '' | ||
| - | {{ : | + | <WRAP group> | 
| + | <WRAP column> | ||
| + | {{: | ||
| + | </ | ||
| + | <WRAP column> | ||
| + | {{youtube> | ||
| + | </ | ||
| + | </ | ||
| The editor window is composed of the preview area, properties panel on the left side and the dope sheet at the bottom of the window. | The editor window is composed of the preview area, properties panel on the left side and the dope sheet at the bottom of the window. | ||
| Line 93: | Line 100: | ||
| // | // | ||
| Conversation conditions provided support to evaluate a composed condition for use in branching actions. For details see the [[gamedev: | Conversation conditions provided support to evaluate a composed condition for use in branching actions. For details see the [[gamedev: | ||
| + | |||
| + | //**Paste Conversation Snippet**// | ||
| + | In the < | ||
| + | {{ : | ||
| + | |||
| + | The **Snippet** text field contains the snippet to generate. Write it down similar to a simple movie script. Each line is converted to one **Actor Speak** action. The line begins with the identifier of the actor to speak and the text to speak separated by a colon character. The text to speak is set as the **Text Box Text**. If the speaking actor has also a speech animation assigned the text is converted to **Words** and added to the **Word** line in the **Dope sheet**. Any number of lines can be added this way. If the speaking actor changes a **Camera Shot** action is added using the parameters above. | ||
| + | |||
| + | The **Camera Shot 1** and **Camera Shot 2** define the identifier of the **Camera Shot** to use when switching to the first or second actor appearing in the snippet text field. | ||
| + | |||
| + | The **Target 1** and **Target 2** sets the targets to use by the camera shots. If the first actor speaks **Target 1** is used as camera shot target and **Target 2** is used as camera shot look-at. For the second actor speaking it is vice-versa. | ||
| <WRAP clear/> | <WRAP clear/> | ||
| Line 139: | Line 156: | ||
| <WRAP clear/> | <WRAP clear/> | ||
| - | ===== Preview Video ===== | + | ====== Dope Sheet ====== | 
| - | https:// | + | TODO | 
| + | <WRAP clear/> | ||
| + | |||