• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Controllers and gameplay for RPG (a bit technical)

rogerdv

Member
Im working in a little prototype and this week I got a borrowed Xbox controller to test my project. My first idea was to use the same gameplay mechanics as Dragon Age Inquisition: WASD for movement, moving camera with middle click pressed, and mouse cursor available to select targets and interact with scene stuff. The other option was to use the Mass Effect/Witcher style: free camera with mouselook (no cursor), casting a ray from the center of the view to select target and objects.
The problem is that when I finally have the controller, I found that perhaps using an stick for movement and another stick for camera, left me without any way to control the mouse to select entities and objects. Using DPAD would introduce a third element, and would complicate the controls. I have been searching how Dragon Age handles this in consoles and PC+controller, but havent found any result.
What do you think about this? Maybe I should discard my current approach and go for camera free look?
 
Yeah I don't think you can use anything like you want for point and click like a mouse. Unless you can somehow make the touch pad on a PS4 controller work. Most games these days just have you select an object by being close enough and looking at it.
 
Back
Top