great work, my friend ...
Could the windows (see example register "Driving Info") be equipped with a scroll bar? My monitor has a resolution of 1920x1080 and the lower part is cut off.
Many thanks ...View attachment 213046
Hello, would it be possible to rename the "PLAYER" to our career character?
Hi,
How can you use it for your benefit? Don't you need someone to compare your laps with?
Not possible. The game (as per Codemasters) cannot send out personal information, so you cannot get that info out from the game, thus my tool cannot show it.
Cheers
Thank you guys!
Do you know why I'm having wheelspin as I'm braking? is it a lock up?
Thanks
Could this not be done as a manual rename in your tool itself? Have a setting for the user to enter a custom TLA, and then the application replaces the default PLAYER with?
For detailed settings, check my message, which is the last in the first page.Hi,
How can I set up the app to forward the UDP feed to other IP addresses?
Thanks...
How to do multi screen with the Telemetry Application?
There have been some requests for this and now with 6.1 with the UDP feed redirect here is one solution using that.
Here is how it could look at your screen.
My current typical race setting:
View attachment 212933
And another if you are e.g. race engineer for someone else playing online:
View attachment 212934
So how to get something like this accomplished. This is how I did it.
1) Have a working installation of the Telemetry Application
2) Modify the settings.xml file on that above working installation (in settings directory).
...3) Extract the Telemetry.zip to two locations, I have telemetry_out1 and telemetry_out2 directories, which contain 2 more installations. I set the the Telemetry Application in directory telemetry_out1 to listen to the port 20778 and the other in telemetry_out2 to listen to port 20779. For this you have to start both instances once and modify the settings via the General Settings or save the settings and the modify the files by hand (with e.g. Notepad).
<!-- UDP traffic redirect options -->
<!-- UDP_1 redirect active -->
<entry key="out_1">true</entry>
<!-- UDP_1 redirect IP -->
<entry key="out_1_ip">127.0.0.1</entry>
<!-- UDP_1 redirect PORT -->
<entry key="out_1_port">20778</entry>
<!-- UDP traffic redirect 2 options -->
<!-- UDP_2 redirect active -->
<entry key="out_2">true</entry>
<!-- UDP_2 redirect IP -->
<entry key="out_2_ip">127.0.0.1</entry>
<!-- UDP_2 redirect PORT -->
<entry key="out_2_port">20779</entry>
...
This redirects the UDP traffic to two different ports on the same computer, where the installation at 1) resides. (You could direct these to two different computers as well, you you have such an installation.)
4) Start the 1) and then the out1 and out2 instances and the game. When you play the game, both out1 and out2 should receive the data. If not, you did something wrong.
5) As an additional thing, you can turn of the tabs, you don't want (see the images). You can also remove the menu bar, if you don't like that. There are settings for these in the settings.xml file in the settings directory.
Cheers
Thanks!How to record your race with the Telemetry Tool?
For detailed settings, check my message, which is the last in the first page.
In short, you need to
1) in the settings.xml file set (by hand, e.g. with Notepad++) the out_1 to be true and
2) then edit the out_1_ip
3) and out_1_port to point where you want to forward the feed.
You can do the same with out_2, if you want to forward the feed to 2 IP addresses..
Cheers
AWESOME!!! Thanks so much.
Another question.... how much would I have to donate to get you to make a Project Cars 2 app on Java lol. Reason I ask is everything is for the PC or android.
Thanks for this amazing application!!
I have a question - I am trying to get telemtry to show up on my macbook. I am on the same network as pc that runs F1 2017 thus I have the same IP (example: 212.3.193.70) on both computers.
Set IP in game to 212.3.193.70 and port to 20777
On mac in telemetry settings changed IP to 212.3.193.70 as well as to correct port.
Unfortunately this did not work.
Set IP in game to local 127.0.0.1 with port 20777
On pc opened telemetry settings and set to redirect traffic to 212.3.193.70 with port 20776.
Opened telemetry app on pc and waited to receive some data.
Then changed settings on mac to listen to 212.3.193.70 with 20776 port.
This somewhat worked, but it was a bit slow.
What am I doing wrong in the first attempt? Should I leave in game IP to local?
Are you on a public network or something or at home? Typically at home you have the wifi/network router between your computers and the Internet and then each computer in your own network have their own IP (typically something like 192.168.0.xxx).
And even if you are on a public newtwork, your macbook and pc shouldn't have the same IP address. My guess is that 212.3.193.70 is the IP address you have from your provider and then in your local home network the IP address is different. So on the PC you can type in the command prompt 'ipconfig'. This will tell you the PC's ip address. And on mac you write 'ifconfig' in Terminal, which should tell you the IP address of the macbook.
Now to send the traffic from the game to macbook, you need to set the IP address you found above with the 'ifconfig' command in the Game's UDP Telemetry.
Cheers, Iko
Hi, do you know how could I extract the main lap data (mainly timing) from multiple csv files and get them together in an excel sheet? I would like to have a single sheet collecting that for lap comparison with different car setting. Something similar to the attached pic. Thanks