Skip to content

Commit 4d608e5

Browse files
committed
Doc UPdates
1 parent 326f828 commit 4d608e5

12 files changed

Lines changed: 81 additions & 18 deletions

File tree

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ nav_order: 50
77
# Changelog
88
All notable TeamLINQ changes related to the available properties and features are documented in this file.
99

10-
11-
## v3.0.0.2 (April XX, 2026) **Beta**{: .label .label-red .mx-0 } **Latest**{: .label .label-green .mx-0 }
10+
## v3.1.0.0 (April 9, 2026) **Beta**{: .label .label-red .mx-0 } **Latest**{: .label .label-green .mx-0 }
1211

1312
* LMU Native property updates
1413
* Updated [**TeamLINQ JS Extensions**](/functions.html)
1514
* Added `(string) Opponents.Ahead`
1615
* Added `(string) Opponents.AheadInClass`
1716
* Added `(string) Opponents.Behind`
1817
* Added `(string) Opponents.BehindInClass`
18+
* Added/Removed `Damage` properties across all sims to make them more consistent.
1919

2020
## v3.0.0.0 (April 1, 2026) **Beta**{: .label .label-red .mx-0 }
2121

279 Bytes
Binary file not shown.

docs/properties/ac.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ Always use the full property name, as demonstrated below:
1717
| :--- | :--- | :--- |
1818
| `DRS.Status` | `int` | |
1919
| `DRS.Enabled` | `int` | |
20-
| `DRS.Available` | `int` | |
20+
| `DRS.Available` | `int` | |
21+
22+
## ERS
23+
24+
| Property Name | Type | Definition |
25+
| :--- | :--- | :--- |
26+
| `ERS.Available` | `int` | |

docs/properties/acc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Always use the full property name, as demonstrated below:
2828
| `Session.RainIntensity` | `double` | |
2929
| `Session.RainIntensityIn10` | `double` | |
3030
| `Session.RainIntensityIn30` | `double` | |
31-
| `Session.TrackGrip` | `double` | |
31+
| `Session.TrackGrip` | `string` | |
3232

3333
| `Session.Penalty` | `int` | |
3434

@@ -46,7 +46,7 @@ Always use the full property name, as demonstrated below:
4646
| `Info.HeadLights` | `int` | |
4747
| `Info.RainLights` | `int` | |
4848
| `Info.FlashingLights` | `int` | |
49-
| `Info.Wiper` | `string` | |
49+
| `Info.Wiper` | `int` | |
5050

5151
## Tyres
5252

docs/properties/acr.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Assetto Corsa Rally
3+
layout: default
4+
parent: Game Specific
5+
nav_order: 71
6+
---
7+
8+
# Assetto Corsa Rally
9+
Always use the full property name, as demonstrated below:
10+
11+
**LovelyPlugin.TeamLINQ.** + `Property Name`
12+
{: .note }
13+
14+
## Session
15+
16+
| Property Name | Type | Definition |
17+
| :--- | :--- | :--- |
18+
| `Session.TrackPositionDistance` | `double` | | |

docs/properties/automobilista.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Always use the full property name, as demonstrated below:
3030

3131
| Property Name | Type | Definition |
3232
| :--- | :--- | :--- |
33-
| `Info.FuelPressure` | `double` | |
3433
| `Info.Torque` | `double` | |
3534

3635
## Vehicle
@@ -39,6 +38,7 @@ Always use the full property name, as demonstrated below:
3938
| :--- | :--- | :--- |
4039
| `Vehicle.BoostActive` | `bool` | |
4140
| `Vehicle.Boost` | `int` | |
41+
| `Vehicle.ERSDeployMode` | `double` | |
4242

4343
## Damage **NEW**{: .label .label-green }
4444

docs/properties/f1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ Always use the full property name, as demonstrated below:
5757
| `Damage.Gearbox` | `int` | 0-100 |
5858
| `Damage.Engine` | `int` | 0-100 |
5959

60+
| `Damage.ERS` | `int` | 0-100 |
61+
| `Damage.DRS` | `int` | 0-100 |
62+
| `Damage.EngineTCWear` | `int` | 0-100 |
63+
| `Damage.MGUKWear` | `int` | 0-100 |
64+
| `Damage.ICEWear` | `int` | 0-100 |
65+
| `Damage.CEWear` | `int` | 0-100 |
66+
| `Damage.ESWear` | `int` | 0-100 |
67+
| `Damage.MGUHWear` | `int` | 0-100 |
68+
| `Damage.EngineSeized` | `int` | 0-100 |
69+
6070
## Tyres
6171

6272
| Property Name | Type | Definition |

docs/properties/iracing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ Always use the full property name, as demonstrated below:
1717
| :--- | :--- | :--- |
1818
| `Session.Time` | `DateTime` | |
1919

20-
| `Session.IsLimitedTime` | `int` | |
20+
| `Session.IsLimitedTime` | `bool` | |
2121
| `Session.IsLimitedLaps` | `int` | |
2222

2323
| `Session.Skies` | `string` | |
2424
| `Session.WindSpeed` | `double` | |
2525
| `Session.WindDirection` | `double` | |
2626

27+
| `Session.TrackStatus` | `double` | |
28+
2729
## DRS
2830

2931
| Property Name | Type | Definition |

docs/properties/lmu.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@ Always use the full property name, as demonstrated below:
5151
| `Vehicle.SoC` | `double` | |
5252
| `Vehicle.LiCo` | `int` | |
5353

54+
## Damage **NEW**{: .label .label-green }
55+
56+
| Property Name | Type | Definition |
57+
| :--- | :--- | :--- |
58+
| `Damage.Front` | `double` | 0-100 |
59+
| `Damage.FrontLeft` | `double` | 0-100 |
60+
| `Damage.Left` | `double` | 0-100 |
61+
| `Damage.RearLeft` | `double` | 0-100 |
62+
| `Damage.Rear` | `double` | 0-100 |
63+
| `Damage.RearRight` | `double` | 0-100 |
64+
| `Damage.Right` | `double` | 0-100 |
65+
| `Damage.FrontRight` | `double` | 0-100 |
66+
5467
## Neored Plugin
5568

5669
Read more about the [NeoRed Plugin](https://lsr.gg/neored)
@@ -70,19 +83,10 @@ Read more about the [NeoRed Plugin](https://lsr.gg/neored)
7083
| `VE.Max` | `double` | |
7184
| `VE.LastLapConsumption` | `double` | |
7285

86+
| `Vehicle.FuelMix` | `string` | |
7387

74-
## LMU Electronic Bridge Plugin
75-
76-
LMU Electronic Bridge properties override NeoRed propeties when used together. Read more about the [LMU Electronic Bridge Plugin](https://lsr.gg/lmubridge)
77-
78-
### Damage **NEW**{: .label .label-green }
79-
80-
| Property Name | Type | Definition |
81-
| :--- | :--- | :--- |
8288
| `Damage.SuspensionFL` | `double` | 0-1 Front Left Suspension |
8389
| `Damage.SuspensionFR` | `double` | 0-1 Front Right Suspension |
8490
| `Damage.SuspensionRL` | `double` | 0-1 Rear Left Suspension |
8591
| `Damage.SuspensionRR` | `double` | 0-1 Rear Right Suspension |
8692
| `Damage.Aero` | `double` | 0-1 Damage Aero |
87-
88-

docs/properties/player.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,24 @@ Always use the full property name, as demonstrated below:
191191
| `LapTime.EstimatedSessionBestBasedSimhub` | `TimeSpan` | |
192192
| `LapTime.EstimatedLapTime_AllTimeBestBased` | `TimeSpan` | |
193193

194+
## Sector Times **NEW**{: .label .label-green }
195+
196+
| Property Name | Type | Definition |
197+
| :--- | :--- | :--- |
198+
| `Session.S1Time` | `TimeSpan` | |
199+
| `Session.S1LastTime` | `TimeSpan` | |
200+
| `Session.S1BestTime` | `TimeSpan` | |
201+
| `Session.S1BestLapTime` | `TimeSpan` | |
202+
203+
| `Session.S2Time` | `TimeSpan` | |
204+
| `Session.S2LastTime` | `TimeSpan` | |
205+
| `Session.S2BestTime` | `TimeSpan` | |
206+
| `Session.S2BestLapTime` | `TimeSpan` | |
207+
208+
| `Session.S3LastTime` | `TimeSpan` | |
209+
| `Session.S3BestTime` | `TimeSpan` | |
210+
| `Session.S3BestLapTime` | `TimeSpan` | |
211+
194212
## Lap History
195213

196214
| Property Name | Type | Definition |

0 commit comments

Comments
 (0)