Navigation

    ViGEm Forums

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Twitter
    • GitHub
    • Discord

    Disable vibration?

    Discussion and Support
    4
    13
    476
    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.
    • ?
      A Former User last edited by A Former User

      NFS payback and neither Windows 10 have option to disable vibration
      How can I disable it system-wide on Shibari?

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

        There's literally every piece of information missing in your question required to give proper advice 🙂

        ? 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @nefarius last edited by A Former User

          @nefarius what info do you need? I'm playing NFS payback and it doesn't have option to disable vibration. Neither does Windows 10.
          ScpToolkit does have it but is outdated and incompatible on my current system.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User last edited by

            I don't know what info I need to give!!
            So other options is to just use keyboard, remove rumble motor from controller or downgrade system to use ScpToolkit
            You can modify DLL to disable it but I heard this will give anti-cheat warnings https://github.com/john-peterson/bin-patch/wiki/XInput

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

              Jesus, kid, calm down, people have jobs you know 😉

              Like what controllers for example. Xbox ones? Without some nifty techniques like API hooking or filter drivers, nope, not possible.

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

                Whatever you linked there isn't from me so I have no idea what it does nor can I vouche in any way for its safety.

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

                  I see, proxy DLL. Yep, that's another approach but anti chest won't be happy 😉

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User last edited by

                    My controller is PS3. It vibrate too much while driving car. Disable vibration was possible on scp from the beginning

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

                      Well, SCP is no more so... 🤷

                      M ? 2 Replies Last reply Reply Quote 0
                      • M
                        molitar @nefarius last edited by

                        @nefarius Well what I would like to see is controlling the intensity of the vibration myself.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @nefarius last edited by

                          @nefarius can you at least add the option for Shibari?

                          nefarius 1 Reply Last reply Reply Quote 0
                          • nefarius
                            nefarius @Guest last edited by

                            @emanresu I see what I can do. 🙂

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

                              Yes, you now can disable Vibration Globally via Shibari "settings.json" file configuration.

                               {
                                    /*
                                     * Emulates an Xbox 360 Controller
                                     */
                                    "fullName": "Shibari.Sub.Sink.ViGEm.X360.Core.ViGEmSinkX360",
                                    "configuration": {
                                      /*
                                       * Enabled by default, set to false to disable
                                       */
                                      "isEnabled": true,
                                      /*
                                       * Rumble (Force Feedback) specific settings
                                       */
                                      "rumble": {
                                        /*
                                         * Implementation currently bugged, disable here if facing issues
                                         */
                                        "isEnabled": false
                                      }
                                    }
                                  }
                              

                              change "isEnabled" in "rumble" section to "false", and then Restart Shibari Service.

                              you must download the latest Shibari from here :
                              https://buildbot.vigem.org/builds/Shibari/master/

                              i use https://buildbot.vigem.org/builds/Shibari/master/1.6.180/

                              regards

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