https://github.com/yuvix25/r3e-launching
A HUD element to get you the most out of your RaceRoom starts!
https://github.com/yuvix25/r3e-launching
Last synced: 3 months ago
JSON representation
A HUD element to get you the most out of your RaceRoom starts!
- Host: GitHub
- URL: https://github.com/yuvix25/r3e-launching
- Owner: Yuvix25
- Created: 2022-01-09T08:56:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T11:26:13.000Z (over 3 years ago)
- Last Synced: 2025-01-19T10:09:54.683Z (5 months ago)
- Language: C#
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R3E Launch Tool
A tool for RaceRoom Racing Experience which shows you launch data.## Usage
Run the tool, change the Stop Speed to whatever you want, and then it will show you information about 0 to that speed runs.
If the timer starts running without the car actually moving, increase `zero_threshold` in `config.json`.## Installation
You can check out pre-compiled versions in the [Forum] (might be outdated),
or run the `setup.py` file to compile (into a directory called `R3E_Launching`).
Another thing to note is that `setup.py` requires Python3, and `py2exe` which you can install by running:
```sh
$ pip install py2exe
```[Forum]:(https://forum.sector3studios.com/index.php?threads/launching-timer.17986/#post-233043)