From de3e95c1f332ef5a15b41398b973be2377f01282 Mon Sep 17 00:00:00 2001 From: Legulysse Date: Tue, 16 Nov 2021 16:31:49 +0100 Subject: [PATCH] Update sample projects to version 1.2 --- ProjectDefault/Constants.dlc | 3 + ProjectDefault/Dialogues/Introduction.dlg | 11 +- ProjectDefault/HelloWorld.project | 2 +- ProjectDemo/Chapter_1/Introduction.dlg | 131 +++++++++++++++++++--- ProjectDemo/Chapter_1/Mother.dlg | 113 +++++++++++++++++-- ProjectDemo/Constants.dlc | 16 +++ ProjectDemo/DLC/Purgatory.dlg | 98 ++++++++++++++-- ProjectDemo/Demo.project | 2 +- 8 files changed, 330 insertions(+), 46 deletions(-) create mode 100644 ProjectDefault/Constants.dlc create mode 100644 ProjectDemo/Constants.dlc diff --git a/ProjectDefault/Constants.dlc b/ProjectDefault/Constants.dlc new file mode 100644 index 0000000..b175d46 --- /dev/null +++ b/ProjectDefault/Constants.dlc @@ -0,0 +1,3 @@ +{ + "constants": [] +} \ No newline at end of file diff --git a/ProjectDefault/Dialogues/Introduction.dlg b/ProjectDefault/Dialogues/Introduction.dlg index 226cc24..f99c8c7 100644 --- a/ProjectDefault/Dialogues/Introduction.dlg +++ b/ProjectDefault/Dialogues/Introduction.dlg @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.0.0", + "VersionEditor": "1.2.0", "PackageName": "Default", "LastIndex": 3, "SceneType": "Interactive", @@ -15,7 +15,8 @@ "NextID": 2, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -36,7 +37,8 @@ "NextID": 3, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -57,7 +59,8 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] } ], "ListAdditionalActors": [], diff --git a/ProjectDefault/HelloWorld.project b/ProjectDefault/HelloWorld.project index 3f4fb41..f9701e8 100644 --- a/ProjectDefault/HelloWorld.project +++ b/ProjectDefault/HelloWorld.project @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.0.0", + "VersionEditor": "1.2.0", "MaxLengthSentence": 150, "MaxLengthReply": 50, "LastVoicingExportDate": "0001-01-01T00:00:00", diff --git a/ProjectDemo/Chapter_1/Introduction.dlg b/ProjectDemo/Chapter_1/Introduction.dlg index 33d63a7..31b3783 100644 --- a/ProjectDemo/Chapter_1/Introduction.dlg +++ b/ProjectDemo/Chapter_1/Introduction.dlg @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.0.0", + "VersionEditor": "1.2.0", "PackageName": "Default", "LastIndex": 18, "SceneType": "Interactive", @@ -15,7 +15,8 @@ "NextID": 2, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -36,7 +37,17 @@ "NextID": 13, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -57,7 +68,17 @@ "NextID": 4, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -86,7 +107,17 @@ } ], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeChoice", @@ -99,7 +130,8 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeReply", @@ -116,7 +148,8 @@ "OnNodeStart": true } ], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeReply", @@ -126,7 +159,8 @@ "NextID": 9, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -147,7 +181,17 @@ "NextID": 12, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -168,7 +212,17 @@ "NextID": 11, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -189,7 +243,17 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeGoto", @@ -198,7 +262,8 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeBranch", @@ -216,7 +281,8 @@ } ], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -237,7 +303,17 @@ "NextID": 18, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -258,7 +334,17 @@ "NextID": 16, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeGoto", @@ -267,7 +353,8 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -288,7 +375,17 @@ "NextID": 15, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] } ], "ListAdditionalActors": [], diff --git a/ProjectDemo/Chapter_1/Mother.dlg b/ProjectDemo/Chapter_1/Mother.dlg index 546f447..ca17dec 100644 --- a/ProjectDemo/Chapter_1/Mother.dlg +++ b/ProjectDemo/Chapter_1/Mother.dlg @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.0.0", + "VersionEditor": "1.2.0", "PackageName": "Default", "LastIndex": 10, "SceneType": "Interactive", @@ -15,7 +15,8 @@ "NextID": 2, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -36,7 +37,17 @@ "NextID": 3, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -57,7 +68,17 @@ "NextID": 4, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -78,7 +99,17 @@ "NextID": 5, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -99,7 +130,17 @@ "NextID": 6, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -120,7 +161,17 @@ "NextID": 7, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -141,7 +192,17 @@ "NextID": 8, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -162,7 +223,17 @@ "NextID": 9, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -183,7 +254,17 @@ "NextID": 10, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -204,7 +285,17 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] } ], "ListAdditionalActors": [], diff --git a/ProjectDemo/Constants.dlc b/ProjectDemo/Constants.dlc new file mode 100644 index 0000000..572c630 --- /dev/null +++ b/ProjectDemo/Constants.dlc @@ -0,0 +1,16 @@ +{ + "constants": [ + { + "ID": "OldKing", + "Workstring": "Robert Baratheon", + "LastEditDate": "2016-04-26T15:49:19.1289867Z", + "Comment": "" + }, + { + "ID": "Executionner", + "Workstring": "Ser Illyn Paine", + "LastEditDate": "2016-04-27T09:34:35.2446744Z", + "Comment": "The royal executionner. His name must reflect pain." + } + ] +} \ No newline at end of file diff --git a/ProjectDemo/DLC/Purgatory.dlg b/ProjectDemo/DLC/Purgatory.dlg index 0f501dc..5c5224d 100644 --- a/ProjectDemo/DLC/Purgatory.dlg +++ b/ProjectDemo/DLC/Purgatory.dlg @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.0.0", + "VersionEditor": "1.2.0", "PackageName": "DLC", "LastIndex": 13, "SceneType": "Interactive", @@ -15,7 +15,8 @@ "NextID": 2, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -36,7 +37,17 @@ "NextID": 3, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -57,7 +68,17 @@ "NextID": 4, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -78,7 +99,17 @@ "NextID": 6, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeChoice", @@ -91,7 +122,8 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeReply", @@ -101,7 +133,8 @@ "NextID": 12, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeReply", @@ -111,7 +144,8 @@ "NextID": 9, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [] }, { "$type": "NodeSentence", @@ -139,7 +173,17 @@ "OnNodeStart": true } ], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -160,7 +204,17 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -181,7 +235,17 @@ "NextID": 13, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] }, { "$type": "NodeSentence", @@ -202,7 +266,17 @@ "NextID": -1, "Conditions": [], "Actions": [], - "Flags": [] + "Flags": [], + "CustomProperties": [ + { + "$type": "DirectingProperties", + "Camera": "", + "CameraBlendTime": -1.0, + "CameraDelay": 0.0, + "ApplyZoomIn": "undefined", + "ApplyOrbitalMove": "undefined" + } + ] } ], "ListAdditionalActors": [], diff --git a/ProjectDemo/Demo.project b/ProjectDemo/Demo.project index 74e297c..63df698 100644 --- a/ProjectDemo/Demo.project +++ b/ProjectDemo/Demo.project @@ -1,6 +1,6 @@ { "VersionProject": "1.0.0", - "VersionEditor": "1.1.0", + "VersionEditor": "1.2.0", "MaxLengthSentence": 150, "MaxLengthReply": 50, "LastVoicingExportDate": "2016-02-22T11:04:23.4527806Z",