playMaker

Author Topic: Suggestions for setting up Twin Stick Shooter controls  (Read 817 times)

strange_aeons

  • Junior Playmaker
  • **
  • Posts: 62
Suggestions for setting up Twin Stick Shooter controls
« on: June 15, 2020, 11:46:04 PM »
hi i thought i'd ask for some advice on how to go about setting this up as i have done so in the past, but i feel i didnt do it right.  i want to have twin stick shooter controls where the WASD keys and left stick on a controller move a player around in space, while the mouse and left stick on a controller determine where the player is facing or shooting.
« Last Edit: June 16, 2020, 12:07:18 AM by strange_aeons »

Athin

  • Full Member
  • ***
  • Posts: 163
Re: Suggestions for setting up Twin Stick Shooter controls
« Reply #1 on: June 16, 2020, 02:19:32 AM »
Heya,

I'd simply add an FSM to each function you want. 

One to Control movement, one to control rotation and the last to control shooting.

Should be a fair straight forward approached to it if its just simple design.