Frequently Asked Questions

Everything you need to get Pits n' Giggles up and running. Can't find what you're looking for? Check the blog for in-depth guides.

Getting Started

3

Pits n’ Giggles is a single standalone executable - no installer required.

  1. Go to the Releases page and download the latest version for your platform.
  2. Extract the zip file to a folder of your choice (It is recommended to create a dedicated folder for Pits n’ Giggles).
  3. Run the executable directly - no install steps needed.

First time?

Follow the Getting Started Guide for tips on how to set up and use Pits n’ Giggles for the first time.

Pits n’ Giggles supports the following EA Sports F1 games:

GameStatus
F1 25 (2026 Season Pack) Supported
F1 25 Supported
F1 24 Supported
F1 23 Supported
F1 22 and older Not Supported
  • The F1 games send out telemetry data over UDP. Modern operating systems allow only one application to receive data at a time on a given port.
  • When Pits n’ Giggles is running and listening for telemetry, it takes exclusive access to the UDP data stream.
  • In order to use Pits n’ Giggles along with other applications that read telemetry (like wheel software), you need to set up UDP forwarding to share the data stream.

UDP Forwarding

When this feature is configured, Pits n’ Giggles will receive the telemetry data and then forward it to another port that your wheel software can listen to. This allows both Pits n’ Giggles and your wheel software to receive the same telemetry data simultaneously. Learn how to set up UDP forwarding in the Getting Started Guide.

OBS Integration

1

Pits n’ Giggles serves overlay pages over a local HTTP server. You add them to OBS as a Browser Source.

Steps:

  1. Launch Pits n’ Giggles and start a session (telemetry must be connected)
  2. In OBS, click + in the Sources panel → Browser
  3. Name the source (e.g. “PNG Tyres”) and click OK
  4. Set the URL to the overlay address shown in the Pits n’ Giggles UI (e.g. http://localhost:5000/tyre-overlay)
  5. Set Width and Height to match your stream resolution
  6. Tick Refresh browser when scene becomes active for reliable updates
  7. Click OK

Positioning the overlay:

  • Right-click the source → TransformEdit Transform to set exact position and size
  • Use Alt + drag on the source edges to crop if needed

Multiple overlays

You can add multiple browser sources - one per overlay type (tyres, fuel, lap times, etc.). Each runs independently on its own URL.

#obs #overlay #browser source #streaming

Overlays

2

You can interact with Pits n’ Giggles from your input device during a session by using the game’s UDP action codes. Please refer to the Overlays Setup Guide for more details

Ensure you are the using the same UDP action code number as configured in your game’s controls settings

Example

If you have UDP action code 12 set in game

F1 Game Settings Page

Ensure you have the same UDP action code 12 set in Pits n’ Giggles Settings -> Overlays

Pits n' Giggles Settings Page

Power Users

1

Pits n’ Giggles engineer view is a web based application. This means if you and your friend are on the same network, they can access the engineer view from their own device.

Remote Race Engineering Guide

Troubleshooting

2

Usually this happens because UDP telemetry output is disabled in the game, or the connection is blocked by a firewall.

First, check the game settings:

  • Open F1 game settings → Telemetry Settings
  • Set UDP Telemetry to On
  • Set UDP Broadcast Mode to Off
  • Set the UDP IP Address to the IP of the machine running Pits n’ Giggles
  • Set UDP Port to 20777 (default)

After making changes, restart the game and relaunch Pits n’ Giggles.

#telemetry #udp #not working #no data

Pits n’ Giggles listens on UDP port 20777 (default) for telemetry packets from your F1 game. If your firewall blocks this port, no data will arrive.

Running game on a different machine?

If F1 runs on a separate PC, make sure the firewall rule applies on the Pits n’ Giggles machine, not the gaming machine. The game sends packets; Pits n’ Giggles receives them.

#firewall #network #permission #udp