Posted October 20, 2019 by A_S293
The Goal is to create a probera chain of quest that can be accept through an NPC via a Dialogue System
In this section, list the primary author of the spike report, as well as any personnel who assisted in completing the work.
Provide resource information for team members who wish to learn additional information from this spike.
Creating Chain quest and interactive quest and npc and dialogue systems for a prober rpg experience. Learned How to create world object and npc interactions, dialogue systems using diffrent methods for diffrent results som using multiple scripts while others use singular scripts. Learning the basic requirements for both npces and the other systems.
The simplist of the codes as it makes use of mainly get and set functions and if statements depending on what the target goal is of the method of implementation.
Primary Resource for creating a quest chain can be found here: Make An RPG 2016 Ep 2 : Quest System Unity, C#
This System was Vital as all of the other systems where essential in one way or another reliant on these interaction scripts and there is a varity of ways of going about creating them and finding out how to best adjust it to the game is increadibly complex.
Primary Resource for creating a Interaction System can be found here: ITEMS - Making an RPG in Unity (E04) INTEGRATION 01 - Making an RPG in Unity (E03) Interactions in Unity - Calling an Elevator Unity Tutorial - How to create the Interaction System NPC Interaction | C# Tutorials in Unity Unity Tutorial : Interact With Game ObjectINTERACTION - Making an RPG in Unity (E02)
This seemingly simple sytem is in fact quite complicated making use of UI, combing Interaction functions between the player and an object or AI(NPC) as well as collison scripts and script code that Finds Childs from the source Canvas Panel combing many diffrent elements including even navmeshs and collisons making it difficult and complicated to understand.
Primary Resource for creating a Dialogue System can be found here: How to make a Dialogue System in Unity COOL DIALOG SYSTEM - EASY UNITY AND C# TUTORIAL Unity3d Dialogue System Tutorial Unity Dialogue System
These videos showed me how to create basic to more complex functions need to create a basic npc. However they mainly rely on using interaction functions to make them work as well as making use of things such as navmeshs and collisons which I had to learn about to understand which I had thankfully learned alot of before during the first spike/blog report/post.
Primary Resource for creating a RPG NPC can be found here: NPC Interaction | C# Tutorials in Unity NPCs - Making simple AI: Make a game like Zelda using Unity and C# Unity Tutorial - NPC Artificial Intelligence (Blacksmith) Unity 2D Game Basics - Talking to NPCs NPC interaction in Unity with Game Bridge BETA NPC Head Look - How To Make A Game
I had alot of difficulties when it came to how I wasn't able to think well outside of the box to simplify some processes. Causeing me to need to take a lot more difficult roots to accomplish my tasks. Also due to me trying to make the systems such as Quests and dialogue systems and my lack of knowledge and understanding of them and the many components and elements on top of which they are build caused me alot of Issues.
The Quest Systems Location Quest Type is still not fully functional and is still a big difficulties
My Recommendation is to go through all tutorials above and the ue4 project file and always make sure to use debug to test your code