[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