-
Notifications
You must be signed in to change notification settings - Fork 0
Profile System
🌐 Language / Язык: English | Русский
vWheel Hub features an intuitive 3-tier profile inheritance hierarchy (Game ➔ Class ➔ Car), a standalone Universal profile, Schema V2 rate-independent storage, transactional Undo / Redo history, and an ultra-compact Share Code codec.
Different simulators, vehicle classes, and individual car models require drastically different driving setups. For instance, a Ferrari 499P (Hypercar) in Le Mans Ultimate requires a
vWheel Hub organizes settings into a clean 3-tier cascading tree:
graph TD
G["1. Game Profile (e.g. Le Mans Ultimate)"]
C["2. Car Class Profile (e.g. Hypercar / GT3 / LMP2)"]
M["3. Car Model Profile (e.g. Ferrari 499P)"]
U["Standalone: Universal Profile"]
G --> C --> M
- Car Model Level: When driving a specific car, vWheel Hub first checks if you customized a setting for that exact vehicle model.
- Class Level Fallback: If that setting is untouched (unset), it automatically inherits the value defined at the Car Class level.
- Game Level Fallback: If the class profile leaves it unassigned, it falls back to the master Game Context profile.
- Universal Fallback: Global defaults are provided by the internal base profile.
Tip
Minimal Effort: You only need to configure master mouse sensitivities and polling rates once at the Game level. Then, simply override specific values (like Steering Lock, Brake Attack, or TC Slip Threshold) for individual cars or classes!
All profile data is stored in human-readable JSON under %USERPROFILE%\Documents\vWheel Hub\Profiles\.
- Schema Version 2: All pedal rates are saved in physical units/second, ensuring your profile behaves identically regardless of what polling rate or hardware you run.
- Game-Level Polling Rate Sync: When you change the Hub Polling Rate, it synchronizes cleanly across all classes and cars under that game.
-
Atomic File Writes: Profiles are written to
.tmpfiles first and renamed atomically, preventing data corruption during power loss or system crashes. -
DOS Reserved Name Protection: Sanitizes reserved Windows filenames (e.g.
CON,PRN,AUX,NUL,COM1..9,LPT1..9) by appending an underscore (NUL_.json), preventing file system errors. -
Corrupt File Auto-Quarantine: If an invalid file is detected, vWheel Hub automatically moves it to
.corrupt-<timestamp>.jsonand restores defaults safely.
The Adaptive Grid Cache (which learns optimal tire grip limits for ABS and Traction Control) is segregated along the exact same profile hierarchy:
%LOCALAPPDATA%\vWheel Hub\Cache\
├── ABS\
│ └── Le Mans Ultimate\
│ └── Hypercar\
│ └── Ferrari 499P\
│ ├── dry.json
│ └── wet.json
└── TC\
└── Assetto Corsa Competizione\
└── GT3\
└── Ferrari 296 GT3\
├── dry.json
└── wet.json
When you switch cars or classes, vWheel Hub automatically switches to that specific vehicle's learned grip matrix!
The Universal profile exists as an independent, standalone profile for general driving games, unlisted titles, or arcade racers (such as Forza Horizon, Wreckfest, or City Car Driving). It lets you maintain a universal keyboard/mouse preset that works reliably across any game without needing game-specific profiles.
Never worry about accidentally losing a fine-tuned setup:
-
Undo (
Ctrl + Z): Instantly reverts your last parameter modification. -
Redo (
Ctrl + Y): Re-applies reverted changes. - Every slider adjustment, checkbox toggle, and keybinding change is recorded in an in-memory transactional stack.
vWheel Hub makes sharing setups with friends and the sim racing community effortless.
flowchart LR
A[User Profile JSON] -->|Deflate Compression| B[Compact Binary Buffer]
B -->|Base64 URL-Safe Encoding| C["VWH1- Share Code"]
C -->|Paste in Discord / YouTube| D[Friend's vWheel Hub]
D -->|Safe Decompression & Validation| E[Import Dialog Preview]
- Click "Export Profile" in the top navigation bar.
- vWheel Hub compresses the profile JSON using Deflate and encodes it into a compact alphanumeric string starting with
VWH1-. - Click "Copy Share Code" and paste it directly into Discord, YouTube comments, or forums!
You can also save setup packages as standalone .vwh files to archive on your hard drive or share as attachments.
- Click "Import Profile".
- Paste the
VWH1-share code or browse for a.vwhfile. - The interactive Import Dialog displays the author, description, and lets you choose whether to apply the settings to your active car, class, or create a new profile.
- Security Protection: The decompressor enforces a strict 1 MB uncompressed limit to protect against malicious zip-bomb payloads.
vWheel Hub Documentation © 2026 Barden-dev. All Rights Reserved.
🧡 Support on Boosty |
💬 Join Discord |
⭐ GitHub Repository
- Welcome & Overview
- 🚀 Getting Started & vJoy Setup
- 🕹️ Game Compatibility & Plugins
- 🎮 Steering Configuration
- ⚡ Pedal Dynamics (Gas & Brake)
- 📡 Telemetry Helpers (ABS & TC)
- 🏎️ Trail Braking & Audio Cues
- 📁 Profile Hierarchy & Sharing
- ⌨️ Hotkeys & vJoy Axis Mapping
- ⭐ Free vs Pro Version
- 🔧 Troubleshooting & FAQ
- Главная страница
- 🚀 Быстрый старт и установка vJoy
- 🕹️ Поддерживаемые игры и плагины
- 🎮 Настройка рулевого управления
- ⚡ Динамика педалей (Газ и Тормоз)
- 📡 Телеметрические ассистенты (ABS и TC)
- 🏎️ Trail Braking и звуковой фидбек
- 📁 Иерархия профилей и экспорт
- ⌨️ Горячие клавиши и оси vJoy
- ⭐ Сравнение Free и Pro версий
- 🔧 Решение проблем и FAQ