Navigation

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

    WIP Traitor Trouble

    Work In Progress
    7
    25
    1084
    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.
    • Martin
      Martin Fuze Team last edited by

      Everything you would expected is available on each Joycon, either joined or split, except the IR (as @toxibunny said) and the two little SR / SL buttons (when split). The reason the little buttons are not enabled has been explained elsewhere but in a nutshell, it was decided not to support them at this time.

      1 Reply Last reply Reply Quote 1
      • M
        Mechanical last edited by Mechanical

        Let's think about the controls again,

        We have the Gyro sensor and the velocity sensor. Both are innovative and not often used in games very well or accurate.
        Zelda Botw was a good counter example tho.

        If i recap what you said @Martin
        Then a joycon has one stick 4 action buttons and 2 trigger buttons, that's it

        I could try to map some movement inputs like the wii had

        1 Reply Last reply Reply Quote 0
        • M
          Mechanical last edited by

          How do I adress a certain Value of
          the orientation or velocity of a joycon?

          By example:
          Velocity of joycon left is stored in c.velocity[0]
          I can print that, and it gives four values
          {0,0,0,0}

          Im trying to make a Sprite move with movement. This way I could make the player aim by hand holding the
          Joycon vertically.

          How do I adress just a single axis of the sensor in an if statement?
          and
          what is the fourth value? It seems to never change

          I think this would feel much more intuitive than sticking to 2 Joycons.

          pianofire 1 Reply Last reply Reply Quote 0
          • pianofire
            pianofire Fuze Team @Mechanical last edited by pianofire

            @Mechanical OK so there is a type in Fuze called a vector which has 4 possible fields { .x, .y, .z and .w }. They are not always all used by things but they are always present and default to 0.

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

              @Mechanical if you download the ‘improved joycon test’ program from the big share thread, it’ll show you what is happening with the numbers when you twist the joycon around. The numbers go from -1 to 1 just like the analogue sticks, and can probably be used similarly in your case (atan2 to get an angle maybe?) Be aware though, that proper recalibration only seems to be possible by docking/undocking or disconnecting/reconnecting the joycon. I think you’ll be able to get some sort of usable aiming working though if you try a few things out..

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