Skip to content

Commit

Permalink
Merge pull request #5 from drowhunter/gt7-plugin
Browse files Browse the repository at this point in the history
Gt7 plugin
  • Loading branch information
drowhunter authored Aug 3, 2024
2 parents 4520d94 + a254ad3 commit d791a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,4 @@ assets
/YawGEApiNet
*_debug.dll
/Plugins/.vscode
/output/*
4 changes: 2 additions & 2 deletions Plugins/GT7Plugin/GT7Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class GT7Plugin : Game
"Sway",
"Surge",
"Heave",
"North"
//"North"
};

public LedEffect DefaultLED()
Expand Down Expand Up @@ -218,7 +218,7 @@ private void ReadFunction(SimulatorPacket packet)
_profileManager.SetInput(3, sway);
_profileManager.SetInput(4, surge);
_profileManager.SetInput(5, heave);
_profileManager.SetInput(6, packet.RelativeOrientationToNorth);
//_profileManager.SetInput(6, packet.RelativeOrientationToNorth);
}


Expand Down
2 changes: 1 addition & 1 deletion external/PDTools

0 comments on commit d791a99

Please sign in to comment.