Skip to content

Usage Examples

Shad edited this page Sep 10, 2023 · 1 revision

Table of Contents

Speaker and Volume

setting the sound to the gamepad speaker and increasing the volume to the max

dualsensectl speaker internal
dualsensectl volume 255

The volume seems stronger on the jack device:

At 50 I hear the sound and at 200 I need to remove the headset from my ears to not be hurt but with the internal speaker I need to set at least 150 to be able to hear something.

setting the sound to the gamepad jack device in stereo

dualsensectl speaker headphone

setting the sound to the gamepad jack device to the left channel

dualsensectl speaker monoheadphone

setting the sound to the gamepad speaker and jack device

Left channel go to the jack device, right one to the gamepad speaker.

dualsensectl speaker both

Attenuation

almost not vibrate when receiving rumble command (attenuate the maximum)

dualsensectl attenuation 7 0

vibrate the maximum (do not attenuate)

dualsensectl attenuation 0 0

I remember that modifying the second parameter had an impact on the vibration of the trigger but maybe that was changed by a firmware upgrade but now it seems to have no effect.

Trigger

You can select which trigger affect the parameter:

  • both
  • left
  • right
The mode parameter allow to select a type of feedback:
  • feedback: just resistance
  • weapon
  • bow
  • galloping
  • machine
  • vibration
  • feedback-raw: fine granularity resistances
  • vibration-raw: fine granularity vibrations
  • off
The position parameter, as well as start and stop reflect how much the trigger is pressed:
  • position 0 : is trigger just begin to be pressed
  • position 9 : is trigger completely pressed
depending on the mode you choose, position limits can change.

The strength parameter is the amount of resistance the trigger will oppose as you press:

  • strength 1 : trigger oppose almost no resistance
  • strength 8 : trigger oppose the maximum resistance

Feedback Mode

give a slight constant resistance to the right trigger from the beginning of the course

dualsensectl trigger right feedback 0 1

give a slight constant resistance to the left trigger from the end of the course

dualsensectl trigger left feedback 9 1

give a strong constant resistance to both triggers midway

dualsensectl trigger both feedback 5 8

Weapon Mode

strongly resist at the beginning of the course and stop resisting almost immediately

dualsensectl trigger both weapon 2 3 8

strongly resist at the beginning of the course and stop resisting at the end of the course

dualsensectl trigger both weapon 2 8 8

slightly resist at the beginning of the course and stop resisting midway

dualsensectl trigger both weapon 2 5 1

Bow Mode

strongly resist at the beginning of the course and stop resisting at the end of the course then when the trigger is release snap back strongly

dualsensectl trigger both bow 1 8 8 8

strongly resist at the beginning of the course and stop resisting at the end of the course then when the trigger is release snap back slightly

dualsensectl trigger both bow 1 8 8 1

Galloping Mode

feel a heartbeat whenever the trigger is pressed

dualsensectl trigger both galloping 0 9 1 3 1

more like a horse whenever the trigger is pressed

dualsensectl trigger both galloping 0 9 2 3 2

Machine Mode

vibrate strongly, slowly calm down then slowly go back to vibrating strongly during almost all the course of the trigger

dualsensectl trigger both machine 1 9 7 0 100 100

machine gun during almost all the course of the trigger

dualsensectl trigger both machine 1 9 7 7 9 1

burst of machine gun during almost all the course of the trigger

dualsensectl trigger both machine 1 9 7 0 18 12

Vibration Mode

slightly vibrate a 60 Hz from the the beginning of the course

dualsensectl trigger both vibration 1 1 60

strongly vibrate a 120 Hz from the the beginning of the course

dualsensectl trigger both vibration 1 8 120

you are not holding a gamepad anymore but a giant clock

dualsensectl trigger both vibration 1 8 1

Feedback-raw Mode

resistance at the beginning of the course, stopping immediately then resistance again mid course also stopping immediately (double tap in case of zombies)

dualsensectl trigger both feedback-raw 1 2 8 0 0 1 2 8 0 0

as if the trigger was rusty

dualsensectl trigger both feedback-raw 0 8 0 8 0 8 0 8 0 8

the more you press, the harder is the resistance, until the last position

dualsensectl trigger both feedback-raw 0 1 2 3 4 5 6 7 8 0

Vibration-raw Mode

the more you press, the more you feel the vibration as 100Hz

dualsensectl trigger both vibration-raw 0 1 2 3 4 5 6 7 8 8 100

you feel the vibration at 25Hz only when the trigger is around midway

dualsensectl trigger both vibration-raw 0 0 0 0 5 8 5 0 0 0 25

Off Mode

no more vibrations or resistances

dualsensectl trigger both off
Clone this wiki locally