Skip to content

Commit

Permalink
- Fixed errors being logged regarding hyrbid systems when driving car…
Browse files Browse the repository at this point in the history
…s that don't have hybrid.

- Added shift light indicators
- Replaced lap counter display with RPM display on Simple dash
- Added the Porsche 911 GT3.R to the list of cars that use the GT3 display
  • Loading branch information
Fuzzwah committed Jun 14, 2021
1 parent ffd61f9 commit 256b589
Show file tree
Hide file tree
Showing 18 changed files with 1,128 additions and 654 deletions.
4 changes: 2 additions & 2 deletions Deploy Bar.djson
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"FormatString": "0.00",
"Formula": {
"$id": "11",
"Expression": "[DataCorePlugin.GameRawData.Telemetry.EnergyMGU_KLapDeployPct] * 100"
"Expression": "isnull([DataCorePlugin.GameRawData.Telemetry.EnergyMGU_KLapDeployPct],0) * 100"
},
"Mode": 2,
"TargetPropertyName": "Text"
Expand Down Expand Up @@ -161,7 +161,7 @@
"$id": "16",
"Formula": {
"$id": "17",
"Expression": "isnull([DataCorePlugin.GameRawData.Telemetry.EnergyMGU_KLapDeployPct] * 100,0)"
"Expression": "isnull([DataCorePlugin.GameRawData.Telemetry.EnergyMGU_KLapDeployPct],0) * 100"
},
"Mode": 2,
"TargetPropertyName": "Value"
Expand Down
966 changes: 563 additions & 403 deletions Fuzzwah v2.djson

Large diffs are not rendered by default.

Binary file modified Fuzzwah v2.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 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 - GT3.djson
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "1",
"Version": 2,
"Id": "98b65ed5-8727-4933-9ddb-899c1e2f6a8e",
"Id": "8121c2df-5e97-422f-bff1-dc9406381c99",
"BaseHeight": 195,
"BaseWidth": 275,
"BackgroundColor": "#FF000000",
Expand Down Expand Up @@ -539,7 +539,7 @@
"FormatString": "0",
"Formula": {
"$id": "50",
"Expression": "isnull([DataCorePlugin.GameData.NewData.TCLevel],0)"
"Expression": "isnull([DataCorePlugin.GameData.TCLevel],0)"
},
"Mode": 2,
"TargetPropertyName": "Text"
Expand All @@ -563,7 +563,7 @@
"BorderRight": 0,
"BorderTop": 0,
"Id": "a905ff21-ac2c-48d2-adf8-ef98a5a86c6c",
"IsSelected": false,
"IsSelected": true,
"Name": "TC",
"Sid": 8,
"Bindings": {
Expand All @@ -572,7 +572,7 @@
"$id": "52",
"Formula": {
"$id": "53",
"Expression": "if(isnull([DataCorePlugin.GameRawData.Telemetry.dcTractionControl],'null')!='null' & isnull([DataCorePlugin.GameRawData.Telemetry.dcTractionControl2],'null')='null',1,0)"
"Expression": "if(isnull([DataCorePlugin.GameRawData.Telemetry.dcTractionControl],'null')='null',0,1)"
},
"Mode": 2,
"TargetPropertyName": "Visible"
Expand Down Expand Up @@ -1331,7 +1331,7 @@
"BorderTop": 0,
"Id": "27fbc36d-266d-4a65-b129-cca673bed59d",
"IsFreezed": false,
"IsSelected": true,
"IsSelected": false,
"Name": "BB (Raw)",
"RenderingSkip": 0,
"Sid": 15,
Expand Down
Loading

0 comments on commit 256b589

Please sign in to comment.