M$ Windows application that will let you create presets/profiles of your LMU settings. Quickly change between e.g., a performance focused VR setup, or an eye-candy favoured Replay setup.
- Download the latest installer and start the app
- Choose a preset or click "Graphics Presets", hit the [ + ] button and create a new one
- adjust the settings to your liking, they will be automatically saved and applied to your LMU installation whenever you change a setting
Presets will be saved to your MyDocuments dir and can be shared. Drop preset files onto the app window to import those presets.
Browse through your replay library, sort, filter by race/qualy etc. and batch delete or watch replays. Choose a replay specific Graphics Preset if you start the replay from within the app.
Adjust settings not available in the game UI without hacking through json files.
- M$ Windows >= 7 (only tested on 11)
- modern Web Browser (will start with Chrome, fallback to Chromium Edge, fallback to system default web browser)
- Le Mans Ultimate Steam installation
If you'd like to contribute to development, these steps may help you to get up and running:
-
clone this repo
git clone https://github.com/tappi287/lmu_settings_widget -
install Node Package Manager
npm -
change to front-end dir
cd vueand install node modulesnpm install -
make sure you have a Python 3.11.x interpreter on your system python.org/downloads
-
install poetry
https://install.python-poetry.org -
create python virtual env
poetry install
- in the project root dir lmu_settings_widget switch run the Python virtual env by
poetry run python scripts/app.py - build an executable/installer with
poetry run python scripts/build.py
- Python 3.11.x
- latest poetry
- npm >= 8.3.1
- Chromium based web browser (Edge, Opera, Chrome) for running in browser app-mode