From 4d2ec1fdf6c5b4ee8275884b88f5d5a96aeaa853 Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Tue, 19 Nov 2024 12:02:52 -0700 Subject: [PATCH] Add Quick Start --- Quick-Start.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Quick-Start.md diff --git a/Quick-Start.md b/Quick-Start.md new file mode 100644 index 0000000..bb7b68f --- /dev/null +++ b/Quick-Start.md @@ -0,0 +1,15 @@ +![](https://git.crabinteractive.com/crabdev/SimpleDialogueWiki/raw/branch/main/ListingMedia/Cover.png) + + + +# Quick Start + +Here is the quick start guide for Simple Dialogue. This quick start guide will get you up and running using the included assets on a blank level. You can easily adapt the methods used in the demo character or other included assets to fit your particular project but this guide is a quick start guide to get you going quickly with your dialogue. + +## Set up the player + +If you aren't using the demo *BP_ThirdPersonCharacter* and have your own player pawn, simply go in and add the *AC_DialogueSpeaker* component and then define how you want the player to appear in any dialogue they participate in by selecting the newly added component and changing the *SpeakerConfig* variable to whatever you desire. + +![](https://git.crabinteractive.com/crabdev/SimpleDialogueWiki/raw/branch/main/Docs/1.png) + +![](https://git.crabinteractive.com/crabdev/SimpleDialogueWiki/raw/branch/main/Docs/1.png) \ No newline at end of file