Seems simple combo but I can't find how to do it.

Post Reply
cesarius
Posts: 7
Joined: 07 Apr 2013, 14:25

Seems simple combo but I can't find how to do it.

Post by cesarius »

Hi,
I am trying to create a simple combo of two keys when I tap a button on the gamepad.
When I tap a button on my gampad, xpadder should do the following:
Press and hold key 1 for 1,2s, when 0,9s are reached, press Key 2 for 0,05s and of course continue to press key1 till the 1,2s are reached.
May be the timeline is more comprehensive:

0s_________________________________________0,9s____________1,2s
|___________________________________________|______________| Timeline

|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| Key 1 pressed
|-----------------------------------------------------------|+|------------------| Key 2 pressed

+ =Key is pressed
- =Key is not pressed.

Thanks for any help.

timekills
Posts: 1
Joined: 05 Apr 2015, 08:06

Re: Seems simple combo but I can't find how to do it.

Post by timekills »

Hold zone 0.90 seconds
Key 1
Hold zone 0.05 seconds
key 1
key 2
Hold zone 0.25 seconds
Key 1


Notepad config of steps are below

Code: Select all

Cycle 1/1
 HoldZone 1/1 (if button down for 0.01s+)
  DistanceZone 1/1 (if button moved 1%+)
   Stage 1/13 (1 element)
    Tap for KeyTapTime (0.10s): Arrow Down
   Stage 2/13 (2 elements)
    Tap for 0.01s: Arrow Down+Arrow Right
   Stage 3/13 (1 element)
    Tap for 0.01s: Arrow Right
   Stage 4/13 (1 element)
    Pause for 0.05s
   Stage 5/13 (1 element)
    Tap for 0.01s: Arrow Down
   Stage 6/13 (2 elements)
    Tap for 0.01s: Arrow Down+Arrow Right
   Stage 7/13 (1 element)
    Tap for 0.01s: Arrow Right
   Stage 8/13 (1 element)
    Pause for 0.05s
   Stage 9/13 (1 element)
    Tap for 0.01s: D
   Stage 10/13 (1 element)
    Pause for 0.01s
   Stage 11/13 (1 element)
    Tap for 0.01s: D
   Stage 12/13 (1 element)
    Pause for 0.01s
   Stage 13/13 (1 element)
    Tap for 0.01s: D
 No ReleaseZones

cesarius
Posts: 7
Joined: 07 Apr 2013, 14:25

Re: Seems simple combo but I can't find how to do it.

Post by cesarius »

Thanks for sharing, I will try that.

Post Reply

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