Ignoring another input for a moment

Post Reply
nielspeter88
Posts: 1
Joined: 24 May 2014, 00:27

Ignoring another input for a moment

Post by nielspeter88 »

I need a somewhat complex-sequence.

When I move the right analog-stick to the right then..
-release WSAD (or ignore the left-analog stick)
-Press Shift + D
-Press Space and hold it (untill the right analog stick isn't facing right anymore)
-accept WSAD or left analog-stick input again while space is held.

Is this even possible?

Primal Fear
Xpadder Xpert
Posts: 2437
Joined: 09 Feb 2010, 16:41
Location: Germany
Contact:

Re: Ignoring another input for a moment

Post by Primal Fear »

How about this:

Code: Select all

;--- Xpadder Profile Data ---
DataType=Profile
Version=2014.01.01
Set1StickDeadZones=64,206
Set1Stick2Mode=FourWay
Set2StickDeadZones=64,206
Set2Stick2Mode=FourWay
Set1Stick1UpSlots=W
Set1Stick1RightSlots=D
Set1Stick1DownSlots=S
Set1Stick1LeftSlots=A
Set1Stick2RightSetSelect=1
Set2Stick1UpSlots=HOLD ZONE 0.10s,W
Set2Stick1RightSlots=HOLD ZONE 0.10s,D
Set2Stick1DownSlots=HOLD ZONE 0.10s,S
Set2Stick1LeftSlots=HOLD ZONE 0.10s,A
Set2Stick2RightSlots=Left Shift,D,HOLD ZONE 0.10s,Space
Set2Stick2RightSetSelect=0
When you move the stick to the right, Xpadder will switch to Set2. There is will interrupt WASD for 0.10s and press Shift+D within that time. After that holding the right will hold Space and WASD will work again. When you release right stick right, Xpadder will return to Set1.
Also note my changes in the stick settings (clicking on the tool symbol near the right stick and then on "Settings..."). I have changed the DeadZone in both sets to 80% and the mode to 4-way.

Post Reply

Return to “How do I do this combo/sequence?”