RUMBLE does not support other mod managers. If you want to use a manager, you must use the RUMBLE Mod Manager, a manager specifically designed for this game.
RallyXAutoSplitter
Automatic LiveSplit integration for RUMBLE race mode - starts timer, splits at track starts, and handles resets
| Last updated | 10 hours ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | ACutiePi-RallyXAutoSplitter-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.2README
RallyXAutoSplitter
A MelonLoader mod for RUMBLE that provides automatic splitting integration with LiveSplit.
Features
- Automatic Timer Control: Automatically starts, splits, and resets the LiveSplit timer based on race events
- Track-based Splitting: Splits at the start of tracks 1-4, plus a final split when track 4 completes
- Smart Reset Logic: Resets when returning to track selection or when a race ends without a winner
- TCP Integration: Communicates with LiveSplit via TCP server component
Requirements
- RUMBLE (the game)
- MelonLoader installed
- LiveSplit with the LiveSplit Server component enabled
Installation
- Ensure MelonLoader is installed in your RUMBLE directory
- Download the latest release of RallyXAutoSplitter
- Place
RallyXAutoSplitter.dllin yourRUMBLE/Modsfolder - Configure LiveSplit Server component to listen on
127.0.0.1:16834
LiveSplit Setup
- Right-click on LiveSplit → Edit Layout
- Add "LiveSplit Server" component (under Control)
- Configure server settings:
- Host:
127.0.0.1 - Port:
16834
- Host:
- Create 5 splits for your run (tracks 1-4 start + track 4 end)
How It Works
The mod hooks into RUMBLE's race system and:
- Starts the timer when track 0 begins (no split)
- Splits when tracks 1, 2, 3, and 4 start
- Splits again when track 4 completes (final split)
- Resets when a race ends without completion or when returning to track selection
Building
Prerequisites
- .NET 6 SDK
- Visual Studio 2022 or later (optional)
Build Steps
dotnet build RallyXAutoSplitter/RallyXAutoSplitter.csproj -c Release
The compiled DLL will be in RallyXAutoSplitter/bin/Release/net6.0/
Development
The project includes a comprehensive unit test suite:
dotnet test RallyXAutoSplitter.Tests/RallyXAutoSplitter.Tests.csproj
Architecture
- Interfaces: Core logic depends on abstractions (
ILiveSplitService,ILogger,IRaceData,ITcpClientFactory) - Adapters: MelonLoader and Il2Cpp types are isolated behind adapters for testability
- Services:
AutoSplitterService: Contains the splitting logicLiveSplitService: Handles TCP communication with LiveSplit
License
This project is open source. Feel free to modify and distribute.
Credits
Created by ACutiePi