[SOLVED] Disable player controls on Dialogue using "3rd Person Controller"
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
[SOLVED] Disable player controls on Dialogue using "3rd Person Controller"
Ok, so when dialogue pops up since I use my mouse cursor to look around when I move the mouse to click on dialogue options the screen also moves. How can I disable screen movement during dialog? I guess just disable player controls?
Last edited by supadupa64 on Tue Mar 08, 2016 1:25 am, edited 3 times in total.
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Re: Disable player movement controller on Dialogue
Yup, you got it. There's a section on that. (How to Set Up the Player)
In brief, you'll give your player a Set Component Enabled On Dialogue Event component and/or a Set Active On Dialogue Event component and configure them to disable player controls when a conversation starts and re-enable them when the conversation ends.
In brief, you'll give your player a Set Component Enabled On Dialogue Event component and/or a Set Active On Dialogue Event component and configure them to disable player controls when a conversation starts and re-enable them when the conversation ends.
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
Re: Disable player movement controller on Dialogue
I figured it out. It's different since I'm using "Third Person Controller."
I used this:
Selected: Player Character
Set Comonenent Enabled Dialogue Event
On Start:
- RigidBodyCharacter Controller
- Player
- MainCamera Controller
On End:
start:
- RigidBodyCharacter Controller
- Player
- MainCamera Controller
I used this:
Selected: Player Character
Set Comonenent Enabled Dialogue Event
On Start:
- RigidBodyCharacter Controller
- Player
- MainCamera Controller
On End:
start:
- RigidBodyCharacter Controller
- Player
- MainCamera Controller
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Re: [SOLVED] Disable player controls on Dialogue using "3rd Person Controller"
That's great. BTW, if you're using Opsive's Third Person Controller, there's a dedicated support package for it: Third Person Controller Support. This makes it easier to set up and use Third Person Controller with the Dialogue System.
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
Re: [SOLVED] Disable player controls on Dialogue using "3rd Person Controller"
Awesome thanks, I got it!
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/