Forza-data-tools icon indicating copy to clipboard operation
Forza-data-tools copied to clipboard

🏎 Tools for playing with Forza Motorsport/Horizon's "data out" feature

Results 5 Forza-data-tools issues
Sort by recently updated
recently updated
newest added

So I have everything working as far as I can tell, but the JSON data doesn't seem to update in real time. The browser window is directed to http://localhost:8080/forza It...

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...

It tolds me that "std" is not an importable package. How can I build the program? Sorry I am not familiar with golang

When I try to build this with "go build -o fdt" I get the error that no go.mod file was found. I'm not familiar with the go language so I...

I haven't used Go before, anyone able to help me get it set up?