๐ฎ Controller Settings¶
Controller Settings tell the script how your controller is configured so it can properly interpret your inputs. These settings include:
- Button Layout โ Defines which buttons perform which actions. Must exactly match your in-game Call of Duty button layout.
- For information regarding use of a custom button layout, please see the Custon Button Layout section below on this page.
- Stick Layout โ Defines the movement and aiming sticks. Must match your in-game stick configuration.
- Left/Right Deadzone โ Adjusts how much stick movement is needed before input is registered.
- Flipped โ Indicates whether the left and right sticks are flipped.
- For information regarding use of a flipped layout, please see the Flipped Button Layout section below on this page.
- Inverted โ Inverts vertical aiming.
- Hair Triggers โ Enables quicker trigger response.
- Slide/Dive Behavior โ Defines how the script interprets your slide and dive inputs. Must match your in-game Slide/Dive settings.
Important
The Button Layout, Stick Layout, and Slide/Dive Behavior settings in the script must exactly match your Call of Duty in-game settings.
If they do not match, the script may behave incorrectly or fail to respond properly.
๐๏ธ Custom Button Layout¶
When using a Custom Button Layout, the script allows you to manually assign buttons to match your in-game Call of Duty configuration. Follow these steps:
- On the Button Layout screen, select Custom and press A / Cross to enter the menu.
- You will see a list of actions, such as ADS, Lethal, Ping, etc.
- For each action, provide the exact same button you have configured in your Call of Duty controller settings (Flipped players see the Flipped Button Layout section below).
- Use Up/Down on the D-Pad or stick to select an action.
- Hold the desired controller button for 1 second to assign it.
- To clear a bind, double-tap View / Share.
Flipped Button Layout
For information regarding custom flipped button layouts (where ADS/Fire are not on the triggers), see the Flipped section below on this page.
๐ Flipped Button Layout¶
The Flipped option allows you to swap the ADS and Fire buttons, enabling alternative control styles. How you set it up depends on whether youโre using a non-custom or custom button layout:
Using a Non-Custom Layout¶
- Do NOT enable Flipped in Call of Duty.
- Set your Button Layout in the script to match your in-game layout (e.g., Tactical in-game โ Tactical on the script).
- Set Flipped in the script to On.
This configuration enables a flipped layout while keeping your standard, non-custom game layout.
Using a Custom Layout¶
- In your in-game controller settings, ensure L2/LT is set to ADS and R2/RT is set to Fire.
- On the script, assign L1/LB to ADS and R1/RB to Fire.
- Set Flipped on the script to On.
This allows you to use a custom flipped layout, giving you flexibility while maintaining your personalized button configuration.