[Windows] How to change client background
š ļø 1. Download RCC Extended:
Access the official repository and download the tool:
š 2. Access the bin folder of your client.
š 3. Create the QrResources folder:
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.
š 4. Move the RCC Extended Executable:
Transfer the RCC Extended executable to the QrResources folder.
š» 5. Decompile the RCC File:
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.
š¼ļø 6. Change the Background Image:
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.
š 7. Recompile the RCC File:
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.
š„ 8. Replace the File in the Client:
Copy the new compiled graphics_resources.rcc. Paste it back into the bin folder of your client.
šļø 9. Final Cleanup:
After finishing the entire process, you can delete the QrResources folder to keep the directory organized.
š® 10. Test the Client:
Open the client and check the background.
ā
Done! Your client now has a new look.
Credits: Rulex.
Last updated