Corgi Engine: Response menu keeps showing up
Posted: Wed Oct 06, 2021 9:35 am
Hello!
first of all i would like to thank you for your hard work on this amazing system, it really helped us achieve many of our goals in our game and save a lot of time.
second, im currently facing an issue that might seem trivial but I've exhausted all the solutions that i can think of to fix the issue and i hope you could help me solve it.
we are using the dialogue system with corgi engine and our goal now is to start a dialogue between the player and his companion when player collects certain items.
The steps:
1- set dialogue system trigger component on the item, disabled conversation zone script, set trigger to ontrigger and the action to start conversation
https://prnt.sc/1v0vd1t
2- set dialogue actor component on both the player object and his companion
https://prnt.sc/1v0v3yq
3- added CorgiStandardDialogueControls object to both player and his companion
4- These are the settings for the conversation
https://prnt.sc/1v0wdne
our goal: a conversation between two characters (player, his companion) with no interruptions or response menus
issue:
the conversation starts smoothly till it reaches the blue node for the player, at that point a response menu is displayed which is not what we want
the response menu contains two responses that are duplicate of each other and the response text is the text of the blue node
we have disabled always force response menu in the override settings and the dialogue system controller but still no luck solving the issue.
thanks for your time
first of all i would like to thank you for your hard work on this amazing system, it really helped us achieve many of our goals in our game and save a lot of time.
second, im currently facing an issue that might seem trivial but I've exhausted all the solutions that i can think of to fix the issue and i hope you could help me solve it.
we are using the dialogue system with corgi engine and our goal now is to start a dialogue between the player and his companion when player collects certain items.
The steps:
1- set dialogue system trigger component on the item, disabled conversation zone script, set trigger to ontrigger and the action to start conversation
https://prnt.sc/1v0vd1t
2- set dialogue actor component on both the player object and his companion
https://prnt.sc/1v0v3yq
3- added CorgiStandardDialogueControls object to both player and his companion
4- These are the settings for the conversation
https://prnt.sc/1v0wdne
our goal: a conversation between two characters (player, his companion) with no interruptions or response menus
issue:
the conversation starts smoothly till it reaches the blue node for the player, at that point a response menu is displayed which is not what we want
the response menu contains two responses that are duplicate of each other and the response text is the text of the blue node
we have disabled always force response menu in the override settings and the dialogue system controller but still no luck solving the issue.
thanks for your time