Skip to content

Commit

Permalink
fix for lmp2 tc options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzwah committed Jan 19, 2021
1 parent 6218969 commit ffd61f9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions Fuzzwah v2.djson
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "1",
"Version": 2,
"Id": "6d64e1e6-c133-413e-8ba6-3937303e241f",
"Id": "18842524-14b1-4301-9cba-3b1bbed5a8e9",
"BaseHeight": 450,
"BaseWidth": 800,
"BackgroundColor": "#FF000000",
Expand All @@ -21,7 +21,7 @@
},
"BackgroundColor": "#FF111111",
"Background": "fuzzwah-racing",
"IsSelected": false,
"IsSelected": true,
"Items": {
"$id": "5",
"$values": [
Expand Down Expand Up @@ -84,7 +84,7 @@
"BorderTop": 0,
"Id": "3590f153-5a4f-4668-8647-f24786aa8a60",
"IsFreezed": false,
"IsSelected": false,
"IsSelected": true,
"Name": "Version",
"RenderingSkip": 0,
"Sid": 0,
Expand Down Expand Up @@ -113,7 +113,7 @@
"Interpreter": 1
},
"BackgroundColor": "#FF000000",
"IsSelected": true,
"IsSelected": false,
"Items": {
"$id": "13",
"$values": [
Expand Down Expand Up @@ -295,7 +295,7 @@
"Left": 0.0,
"Opacity": 100.0,
"Top": 72.0,
"Visible": true,
"Visible": false,
"BlinkDelay": 250.0,
"BlinkEnabled": false,
"Width": 275.0,
Expand Down Expand Up @@ -722,7 +722,7 @@
"Left": 0.0,
"Opacity": 100.0,
"Top": 72.0,
"Visible": false,
"Visible": true,
"BlinkDelay": 250.0,
"BlinkEnabled": false,
"Width": 275.0,
Expand All @@ -733,7 +733,7 @@
"BorderTop": 0,
"Id": "bdd77990-20c1-4149-8730-467ce06fd457",
"IsFreezed": false,
"IsSelected": false,
"IsSelected": true,
"Name": "Left Page (LMP2)",
"RenderingSkip": 0,
"Sid": 0,
Expand Down Expand Up @@ -3481,7 +3481,7 @@
"BorderTop": 0,
"Id": "c6e9aacb-b47d-45a9-aa19-2b22dd07b2bd",
"IsFreezed": false,
"IsSelected": true,
"IsSelected": false,
"Name": "Right Page",
"RenderingSkip": 0,
"Sid": 0,
Expand Down Expand Up @@ -4781,7 +4781,7 @@
"ShowBoundingRectangles": false,
"GridSize": 10,
"SelectedScreen": {
"$ref": "11"
"$ref": "3"
},
"Images": {
"$id": "413",
Expand Down
Binary file modified Fuzzwah v2.djson.01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Fuzzwah v2.djson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions left page - lmp2.djson
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "1",
"Version": 2,
"Id": "ed9f290f-a684-4785-adfb-d4fa0b281bef",
"Id": "105ee12d-7e56-4429-9e76-1c83bb6bffd0",
"BaseHeight": 195,
"BaseWidth": 275,
"BackgroundColor": "#FF000000",
Expand Down Expand Up @@ -265,7 +265,7 @@
"BorderRight": 0,
"BorderTop": 0,
"Id": "a905ff21-ac2c-48d2-adf8-ef98a5a86c6c",
"IsSelected": true,
"IsSelected": false,
"Name": "Throttle (Raw)",
"Sid": 20,
"Bindings": {
Expand Down Expand Up @@ -530,7 +530,7 @@
"FormatString": "0",
"Formula": {
"$id": "48",
"Expression": "replace(isnull([DataCorePlugin.GameRawData.SessionData.CarSetup.BrakesDriveUnit.TractionControl.TractionControlGain],0),' (TC)','')"
"Expression": "isnull([DataCorePlugin.GameRawData.Telemetry.dcTractionControl],0)"
},
"Mode": 2,
"TargetPropertyName": "Text"
Expand Down Expand Up @@ -808,7 +808,7 @@
"BorderTop": 0,
"Id": "27fbc36d-266d-4a65-b129-cca673bed59d",
"IsFreezed": false,
"IsSelected": false,
"IsSelected": true,
"Name": "Slip",
"RenderingSkip": 0,
"Sid": 11,
Expand All @@ -819,7 +819,7 @@
"FormatString": "0",
"Formula": {
"$id": "73",
"Expression": "replace(isnull([DataCorePlugin.GameRawData.SessionData.CarSetup.BrakesDriveUnit.TractionControl.TractionControlSlip],0),' (TC)','')"
"Expression": "isnull([DataCorePlugin.GameRawData.Telemetry.dcTractionControl2],0)"
},
"Mode": 2,
"TargetPropertyName": "Text"
Expand Down
Binary file added left page - lmp2.djson.00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added left page - lmp2.djson.01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added left page - lmp2.djson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ffd61f9

Please sign in to comment.