richstokes / Forza-data-tools

🏎 Tools for playing with Forza Motorsport/Horizon's "data out" feature
GNU General Public License v3.0
83 stars 21 forks source link

Worked for me #7

Open armysolo opened 2 years ago

armysolo commented 2 years ago

This is what I did to make it work on mine.

Install go Open cmd and run these commands

go env -w GO111MODULE=auto go build -o fdt.go

Set data out IP in Forza Horizon 5 to my PC IP address Set port number to 9999

Run this in cmd fdt.go -z -j -c log.csv

I won't mare this as closed until you can update the read me