Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Multiplayer Joy-cons "Sideways" mode

    Help
    2
    4
    322
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • thessong
      thessong last edited by

      Does Fuze support joy-cons in "sideways" mode?

      I'm working on a multiplayer game and I would like to use the left joycon for player 1 (controls[0]) and the right joycon for player 2 (controls[1]). However, every time I run my game the system automatically syncs the joycons back together.

      1 Reply Last reply Reply Quote 0
      • vinicity
        vinicity F last edited by vinicity

        You have to do the conversion of the angles yourself. So for example for player one on the left joy con, use controls(0), add 90 degrees to the left analogue input and map out the other buttons sideways.

        For player two also use controls(0), subtract 90 degrees to the right stick, etc.

        Unfortunately, it means that you can’t use L and R when having the joy con sideways.

        1 Reply Last reply Reply Quote 1
        • vinicity
          vinicity F last edited by

          There is a nice example of this in the game jam entry called Driver!

          1 Reply Last reply Reply Quote 0
          • thessong
            thessong last edited by

            Thank you for your advice! I assume separating joycons is not possible due to the use of the + button to exit games.

            I am implementing your suggestions and it seems to be working as intended. Thanks again!

            1 Reply Last reply Reply Quote 2
            • First post
              Last post