Ideas
MikadinN
5 days agoNew Rookie
EA_Groguet Similar bug occurs when you set PacketFormat to 2023 while playing F1 25. That results in a header with values:
Header
FrameIdentifier 2399 uint
GameMajorVersion 1 byte
GameMinorVersion 10 byte
GameYear 0 byte
OverallFrameIdentifier 0 uint
PacketFormat 2023 ushort
PacketId PARTICIPANTS(4) F1GameDataParser.Enums.PacketType
PacketVersion 1 byte
PlayerCarIndex 255 byte
SecondaryPlayerCarIndex 255 byte
SessionTime 238.528748 float
SessionUID 13193066070500399219 ulong
As you can see, values like GameYear and OverallFrameIdentifier are 0, that is incorrect
How it looks with format=2025 in game F1 25:
Header
FrameIdentifier 300 uint
GameMajorVersion 1 byte
GameMinorVersion 10 byte
GameYear 25 byte
OverallFrameIdentifier 300 uint
PacketFormat 2025 ushort
PacketId PARTICIPANTS(4) F1GameDataParser.Enums.PacketType
PacketVersion 1 byte
PlayerCarIndex 255 byte
SecondaryPlayerCarIndex 255 byte
SessionTime 168.511642 float
SessionUID 13193066070500399219 ulong
Tested in multiplayer race lobbies as spectator. Just to be clear, top set of data was taken after the bottom one.
About F1® 25 Technical Issues & Bug Reports
Get help from the community with technical issues in F1® 25 and report bugs.Latest Activity: 3 months ago