[Windows] How to change client background
Last updated
Last updated
Access the official repository and download the tool:
Inside the bin folder, create a new folder called QrResources. Copy the graphics_resources.rcc file that is in the bin folder into this folder.
Transfer the RCC Extended executable to the QrResources folder.
Open the Terminal (CMD/PowerShell) in the QrResources folder. Run the following command:
"./rcc --reverse"
RCC will decompile all the contents of the graphics_resources.rcc file.
After RCC decompiles the content, navigate to: \QrResources\qresource\res\graphics_resources.rcc\images
Locate the image called title.jpg.
Replace this image with the one you want to use as the background.
Tip: I recommend using an image with the same resolution as the original (1920x1080). 👉 Use www.resizepixel.com to adjust the image size.
Copy the RCC Extended executable to the folder: /QrResources/qresource/rcc
Make sure the rcc-make.bat file is in this folder. Run the rcc-make.bat file. This will recompile the graphics_resources.rcc file.
Copy the new compiled graphics_resources.rcc. Paste it back into the bin folder of your client.
After finishing the entire process, you can delete the QrResources folder to keep the directory organized.
Open the client and check the background.