KO
|
EN
gitlite — search
Search
#r
#swift
#javascript
#php
#java
#dotnet
#machine-learning
#ios
#twitter
#go
#golang
#css
FarmingSimulatorTelemetry
★ 36
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
FS25_ForestryHelper
:
A mod for Farming Simulator 22 which displays information about the quality and value of logs
I3DShapesTool
:
Tool used for extracting the binary .i3d.shapes files used by the GIANTS engine
farmer-game
:
Godot project of a farming simulator game
FS_Mod_Checker
:
Check your Farming Simulator 2019 or 2022 mod folder for bad files and unused mods.
FS25_CropManager
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FarmingSimulatorTelemetry
?
Download (.md)
# Farming Simulator Telemetry      > This mod allows reading data from farming simulator vehicles ### Adjustments and improvements The project is still under development and future updates will focus on the following tasks: - [x] Support to FS19. - [x] Support to FS22. - [x] Read control cruise data. - [x] Read buy and sell price from vehicle. - [x] Create field indicate if is in vehicle - [ ] Improve de mod icon - [ ] Read axis to platform motion simulator - [ ] Read wiper state when is snowing - [x] Read horn state - [x] Read attached implements state ## 💻 Prerequisites Before starting, make sure you have met the following requirements: * Use Visual studio 2019 to compile the Demo. ## 🚀 Installing Put mod telemetry in farming mods folder. When game is running, the mod will write data about telemetry on local pipeline. ## ☕ Using Start the telemetry reader ```csharp var telemetryReader = new FSTelemetryReader(); telemetryReader.OnTelemetryRead += TelemetryReader_OnTelemetryRead; telemetryReader.Start(); ``` The event OnTelemetryRead is called on new information is writed ```csharp private void TelemetryReader_OnTelemetryRead(FSTelemetry telemetry) { ... } ``` ## 💾 Current data available ### Vehicle * Name * Wear * OperationTime * Speed * FuelMax * Fuel * FuelType * RPMMin * RPMMax * RPM * IsEngineStarted * Gear * IsLightOn * IsHighLightOn * IsLightTurnRightEnabled * IsLightTurnRightOn * IsLightTurnLeftEnabled * IsLightTurnLeftOn * IsLightHazardOn * IsLightBeaconOn * IsWiperOn * IsCruiseControlOn * CruiseControlSpeed * CruiseControlMaxSpeed * IsHandBreakeOn * IsDrivingVehicle * IsAIActive * IsReverseDriving * IsMotorFanEnabled * MotorTemperature * VehiclePrice * VehicleSellPrice * IsHonkOn * AttachedImplementsPosition * AttachedImplementsLowered * AttachedImplementsSelected * AttachedImplementsTurnedOn * AttachedImplementsWear * AngleRotation * Mass * TotalMass * IsOnField * Def * DefMax * Air * AirMax ### Game * Money * TemperatureMin * TemperatureMax * TemperatureTrend * DayTime * CurrentWeather * NextWeather * CurrentDay * GameEdition ## 📫 Contributing to the project To contribute, follow these steps: 1. Fork this repository. 2. Create a branch. 3. Make your changes and commit them. 4. Send to original branch. 5. Create the pull request. Alternatively, see the GitHub documentation at [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request). ## 🤝 Colaboradores We thank the following people who contributed to this project: <table> <tr> <td align="center"> <a href="https://github.com/Marciel032"> <img src="https://avatars3.githubusercontent.com/Marciel032" width="100px;" alt="Marciel Grützmann"/><br> <sub> <b>Marciel Grützmann</b> </sub> </a> </td> </tr> </table> ### 📘 Giants [SDK](https://gdn.giants-software.com/documentation.php)