[Windows] How to change client background

šŸ› ļø 1. Download RCC Extended:

šŸ“ 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