# MAX Combo

MAX Combo is a Zen Studio add-on that automates the creation of combo sequences by recording controller inputs and converting them into GPC code.

The plugin:

• Records controller input data\
• Converts recorded input into structured GPC code\
• Optimizes generated code for minimal size\
• Preserves event timing and execution accuracy\
• Automatically detects the start and end of input sequences\
• Allows optional inclusion or exclusion of accelerometer data and DS4 touchpad input\
• Supports recordings up to 300 seconds per session

Once recorded, the generated GPC script can be edited, refined, and recompiled inside Zen Studio.

## ﻿Capture Options

***

• **Combo Name** – Enter the name for the generated combo.\
• **Include Accelerometer Data** – Optional.\
• **Include DS4 Touchpad Data** – Optional.\
• **Stick Deadzone Adjustment** – Configure if required.

These settings determine what input data will be recorded and converted into GPC code.

## Start Capture

***

Click **Start Capture** to begin a 3-second countdown.

• The capture buffer records up to **30 seconds** of input.\
• Perform the desired controller actions within this time.\
• Click **Stop** to manually end the recording, or allow the buffer to complete.

The code generation algorithm automatically detects the beginning and end of the input sequence and converts it into optimized GPC code.

## GPC Code

***

This area displays the generated GPC code after capture.

The optimization process minimizes code size while preserving accurate event timing and transitions.

If the generated result is satisfactory:

1. Select all code.
2. Copy and paste it into your GPC script for further editing or use.

## Status Bar

***

The Status Bar provides real-time information during and after capture, including:

• Buffer usage during recording\
• Number of transitions detected\
• Number of commands generated

This helps evaluate recording completeness and code complexity.

## Device Monitor

***

Opens the **Device Monitor**, which displays live input and output activity from the connected device.

<br>
