R6Config is a simple tool for importing/exporting configs.
It's made so sharing configs is easier across devices, accounts and different people.
It works by exporting the selected profile's GameSettings.ini file, compressing it, encoding it and outputting it as a readable string that you can copy and share.
This app was made because of the lack of config shareability in R6 compared to other titles like CS2.
This project uses WebView, minIni and zlib.
To build, just run:
cmake -G "Visual Studio 18 2026" -B build -S .
cmake --build build --config ReleaseAnd the output will be in /build/bin/Release/R6Config.exe
If you don't want to build, you have the latest builds below.
You can get the latest version here.