Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
VRacer Hoverbike›Events›Telemetry support - Weekly challenge leaderboards on discord
In-game event

Telemetry support - Weekly challenge leaderboards on discord

VRacer Hoverbike · published 6 years ago

All eventsPlayers around this dateRead on Steam

Hello racers!

Some of you have been asking, so here is telemetry support in V-Racer Hoverbike! To activate it, all you need is a 'telemetry.json' file in the game's installation folder, or in the game's persistant data folder (usually found here: C:/users/username/AppData/LocalLow/VertexBreakers/vracer_hoverbike). the content of this file should be a JSON document as follows:
{
"ip":"127.0.0.1",
"port": 8051,
"refreshRate":20
}

This defines the IP address and port where the data will be sent to, with a refresh rate (20 times per second in the above example). Once you have set this up, you can read the data from a plugin to drive your motion device. The data is also formatted in JSON. Here is an example of the data you can read:
{
"speed": 350,
"accelerationX": 3,
"accelerationY": 1,
"accelerationZ": 10,
"angularSpeedX": 3,
"angularSpeedY": 1,
"angularSpeedZ": 10,
"rotationX": 2,
"rotationY": 5,
"rotationZ": 0,
"paused": false,
"onTrack": true,
"gear": 5,
"rpm": 10000,
"collectPickup": false,
"turbo": true,
"startEngine": false,
"stopEngine": false,
"collision": true,
"collisionAngle": 30
}
As a reference, here is the C# class we use to send that data, with comments explaining each field: TelemetryData.cs

Feel free to reach out to us on Discord if you want to discuss telemetry and ask questions.

And by the way, for those participating in the weekly challenge, you can now access the leaderboard directly on your phone in our discord channel by typing !leaderboard.

Have fun racing!

The VertexBreakers team

More from VRacer Hoverbike

Other announcements

All events
VRacer HoverbikeGame update9 Jul 2026v1.0.215 minor updatefixed the invisible walls in Neopolis Reverse improved the "previous colors" in the color editor and layers tab in livery tablet: you can now filter either on your current composition or see all colors used in bike+suit+helmet display all lap times including last in time trials removed that display from combat mode (UI conflict) fix replay editor for custom tracks fixed missing trail fx on new…Major update1 Apr 2026VRacer Hoverbike Gets Track Editor and Major Content DropVRacer Hoverbike just leveled up in a big way. The new Track Editor is available now, giving you the power to create, share, and race on your own custom courses. Whether you want tight technical runs or full speed chaos, the track is now yours to build. This update also brings a new female rider option, the HGP 1000 career , and a fresh set of cups to conquer. There is more to race, more to mas…Sale24 Nov 2025V-RACER Hoverbike — 30% Off This Week!🔥 V-RACER Hoverbike — Limited-Time 30% Discount! 🔥 Strap in, pilot — this is the perfect moment to join the race. For one week only, V-RACER Hoverbike is 30% OFF on Steam! 🟠 Super-fast hoverbike racing 🟠 Cross-play with PC, PlayStation and Quest players 🟠 Futuristic tracks, combat weapons, bosses and solo challenges 🟠 Designed for VR from the ground up — smooth, fast and adrenaline-packed…