commit 4d2ec1fdf6c5b4ee8275884b88f5d5a96aeaa853 Author: Kyle Austad Date: Tue Nov 19 12:02:52 2024 -0700 Add Quick Start 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