Skip to content

nikidziuba/Forza_horizon_data_out_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple python UDP server for reading telemetry data from Forza Horizon 4 and 5

What you need:

  • One of the FH games
  • A Raspberry Pi or other device that can run a Python server
  • sockets module for, well, socket server and struct module for unpacking data

This script is using the Data Out feature of Forza games which you can read about here, on official Forza Motorsport forum

To turn on Data Out, go to hud options and configure following parameters:

  • Data Out: Toggles the data output function on and off.

  • Data Out IP Address: The target IP address of the remote machine receiving data.

  • Data Out IP Port: The target IP port of the remote machine receiving data, which you can set in the python script

Data is saved in a dictionary (returned_data) that you can freely use Data format is available in data_format.txt or on the forum

About

This is a simple python UDP server for reading telemetry data from Forza Horizon 4 and 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages