A project to rebuild a customised client based on DDNet / TaterClient
📄 This document is available in 中文
Q1menG Client is a customised client built upon DDNet and TaterClient.
The aim is to provide a more modern UI experience, a wider range of configurable visual effects, and more user-friendly day-to-day features, whilst maintaining compatibility with the core gameplay.
- Smooth UI transitions and HUD animations
- Enhanced input and interaction experience
- More client configuration options and customisation settings
- Core capabilities that remain compatible with the DDNet ecosystem
We would like to thank all contributors who have submitted code, reported issues and suggested improvements for this project.
Use the repository wrapper so cmake always runs inside a configured MSVC developer environment, even from a normal PowerShell or cmd.exe session:
qmclient_scripts\cmake-windows.cmd -S . -B cmake-build-release
qmclient_scripts\cmake-windows.cmd --build cmake-build-release --target game-client -j 10cmake -S . -B cmake-build-release
cmake --build cmake-build-release --target game-client -j 10qmclient_scripts\cmake-windows.cmd --build cmake-build-release --target run_cxx_tests
qmclient_scripts\cmake-windows.cmd --build cmake-build-release --target run_rust_tests
qmclient_scripts\cmake-windows.cmd --build cmake-build-release --target run_testscmake --build cmake-build-release --target run_cxx_tests
cmake --build cmake-build-release --target run_rust_tests
cmake --build cmake-build-release --target run_tests- All contributors to DDNet, Teeworlds, DDRace, TaterClient, Best Client, RClient and CactusClient
- Friends who have taken part in testing, provided feedback and offered inspiration
- Everyone who continues to contribute to the open-source community
- All donors – thank you
- Teeworlds — Magnus Auvinen
- DDRace — Shereef Marzouk
- DDNet — Dennis Felsing and contributors
- TaterClient — Community modifications
- Best Client — Community modifications
This project is licensed under the zlib/libpng licence, in line with the upstream DDNet / TaterClient projects.
Modified versions must be clearly attributed and must not misrepresent the identity of the original authors.
This project is a personalised customisation and does not represent the official stance of DDNet or TaterClient.
