SwiCC Connection
Primary Device
Disconnected-
-
-
-
VSYNC Configuration
Recording Controls
Stopped
-
Gamepad Status
No gamepad detected
Analog Sticks
Left: X: 0.00, Y: 0.00
Right: X: 0.00, Y: 0.00
Playback Controls
Stopped
-
Macro Script
0
0.0s
Macro Format:
- General format is "{buttons} [analog] frames".
- Buttons: {A B X Y U D L R h c + - L1 L2 L3 R1 R2 R3}.
- Analog sticks: [leftX leftY rightX rightY], values -1.0 to 1.0, negative is left and up. Optionally, exact analog stick values can be given as integers -2048 to 2047 in double square brackets.
- Frames is the number of frames to hold that state.
- All fields are optional. Default button state is nothing pressed, default analog sticks is neutral, and default frames is 1.
- Empty lines are ignored. Comments can be placed after a semicolon.
- Loops can be created by labeling a position using angle brackets, e.g. <here>, and jumping back to that label with an at sign, e.g. @here N, where N is the number of times to return to the label.
Instructions
Getting Started:
- Connect a gamepad to your computer.
- Click "Connect SwiCC" and select the 2wiCC COM device.
- If you have VSYNC hardware, set the VSYNC delay value.
- Write a macro script and click "Play Macro" to execute it.
Recording:
- Press 'Start' to tell the SwiCC to begin recording.
- Do what you want to do using your gamepad.
- Press 'Stop' to tell the SwiCC that you are done.
- Press 'Load to Macro' to transfer the recording to the macro script box. It will add it to any existing script, so clear the script first if desired.