A simple telemetry dashboard for DiRT Rally 2.0

Overview

Header

Telemetry Dashboard for DiRT Rally 2.0 (WIP)

Displays

  • Current gear
  • Current speed
  • Steering wheel position
  • Throttle, brake and clutch pedals input
  • Engine RPM

Download and Installation

Latest version is: v0.1.0-alpha

To download other versions, go to the releases page and look for the specific version.

This application does not have an installer, just run the executable file.

DiRT Rally 2.0 configuration

  1. Go to C:\Users\<USER>\Documents\My Games\DiRT Rally 2.0\hardwaresettings;

  2. Open hardware_settings_config file with your favorite text editor;

  3. Find for udp tag and configure as shown below:

    <motion_platform>
         ...
         <udp enabled="true" extradata="3" ip="127.0.0.1" port="10001" delay="1" />
         ...
    </motion_platform>
    • enabled = true
    • extradata = 3
    • port = 10001
  4. Open your game and go to the Options & Extras menu;

  5. Go to Graphics > Basic Graphics and set Display Mode to Windowed Fullscreen


⚠️ The dashboard is not injected into the game, but a program configured to always stay on top. Because of this, it is not possible to play the game in Fullscreen option. To solve this problem we need to use the Windowed Fullscreen option.


Dashboard configuration

When downloading dashboard, it comes with a configuration file called settings.cfg. It is possible configure some settings and customize some dashboard colors.

You can check out an example template here.

Before starting, check that the port defined in the settings file is the same as the one configured in DiRT Rally hardware settings. Also check that the steering_wheel_max_degree_rotation property matches your steering wheel and game configuration.

If there is any misconfiguration, the application will ignore the settings file and start with internal default values.

Images

Demo 1 Demo 2 custom colors

You might also like...

a simple mini-project using Spring framework

Room Reservation Service First attempts to learn Spring with Linkedin-Learning led me to create this mini-project; a simple room reservation service f

Sep 23, 2021

Simple and lightweight application which is checking status of your web services and send a notification if it is down.

rose-uptimer Simple and lightweight application which is checking status of your web services and send a notification if it is down. Example configura

Sep 25, 2022

GodType is a very simple Bukkit plugin to allow the console (or a player) to chat as a defined name.

GodType GodType is a very simple Bukkit plugin to allow the console (or a player) to chat as a defined name. Config A config.yml file will be created

Dec 24, 2021

A simple plugin to load behavior packs from the 'behavior_packs' folder.

Behaviour Pack Loader for Nukkit A simple plugin to load behavior packs from the behavior_packs folder. If you found any bugs or have any suggestions,

Dec 7, 2022

A simple and scalable Android bot emulation framework, as presented at Black Hat Europe 2021's Arsenal, as well as atHack 2021's Arsenal

m3 A simple and scalable Android bot emulation framework. A detailed explanation can be found here. This project was first published at Black Hat Euro

Aug 20, 2022

👮🏻‍♀️ simple k8s admission controller using spring boot

spring admission controller Spring boot를 이용해 만든 간단한 Kubernetes admission controller 입니다. Admission controller의 Validating webhook을 이용하여 Pod의 생성을 제한합니다

Dec 22, 2021

This is a simple realization of custom messages pre/post processing in spring-boot HTTP/Stream requests & responses

spring-boot-custom-message-converting-instances This is a simple realization of custom messages converting in spring-boot HTTP requests and responses.

Jul 22, 2022

A simple quarkus app with hibernate as ORM, used to show the features of Hibernate Search

beer-manager-hibernate-search Project This project uses Quarkus, the Supersonic Subatomic Java Framework. If you want to learn more about Quarkus, ple

Jan 6, 2022

Simple Calender App Written in Java , Built with Gradle

Simple Calender App Written in Java , Built with Gradle

Simple Calendar Simple Calendar is an just another open-source Android Calendar application written in java. Features Minimal & Clean Fullfilles needs

Dec 3, 2021
Releases(v0.1.0-alpha)
Owner
João Gabriel Gouveia
Software Engineer @ Inter
João Gabriel Gouveia
GitactionBoard - Ultimate Dashboard for GithubActions.

Gitaction Board Gitaction Board - Ultimate Dashboard for GithubActions. Table of contents Usage Pull docker image Run docker image Configurations UI D

OTTO (GmbH & Co. KG) 43 Dec 2, 2022
The Apache Software Foundation 605 Dec 30, 2022
Spring Cloud Netflix Hystrix Dashboard template resolution vulnerability CVE-2021-22053

CVE-2021-22053: Spring Cloud Netflix Hystrix Dashboard template resolution vulnerability Severity High Vendor Spring by VMware Description Application

SCSL 38 Dec 16, 2022
This app brings Privacy dashboard features from Android 12 to older android devices.

PrivacyDashboard This app brings Privacy dashboard features from Android 12 to older android devices. Have you ever thought which apps are accessing y

Rushikesh Kamewar 234 Jan 7, 2023
Dynamically filters JPA entities with a simple query syntax. Provides JPA/Hibernate predicates and Spring Data specifications.

Spring Filter You need a way to dynamically filter entities without any effort? Just add me to your pom.xml. Your API will gain a full featured search

Turkraft 142 Dec 13, 2022
This is an example of how conditional events can be triggered in Camunda using a simple spring boot project

Camunda Conditional Events Example This example is a Spring Boot Application using Camunda. In this example i'll show a variety of ways that BPMN's Co

Niall 5 Sep 30, 2021
Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc..

AnimationUtil Simple AnimationUtil using Easing functions. Can be used anywhere, Hacked-Client, Mods, etc.. Render example > https://gyazo.com/780b5d8

null 71 Jan 8, 2023
A simple implementation of the Dubbo protocol.

Codec-dubbo Codec-dubbo is a binary codec framework for dubbo protocol Features Fully compatible with Dubbo protocol Completely rewritten based on Net

ESA Stack 13 Nov 21, 2022
a simple program to turn stockX images into gifs!

StockX Gif Converter make stockx images look cool Idea I got this idea from Fyko/stockx-gif-next Usage import me.brennan.stockxgiffer.StockXGiffer; p

Brennan 7 Jul 19, 2022
Super simple deploy using spring boot, docker, k8s and kind

Target Target of this repository is show how to build spring boot application Docker image and deploy it with kind and k8s at least in local. Prerequi

Max 4 Aug 22, 2021