• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OpenTibia Tibia 11/12 Rcc Extractor

@Nekiro
How do you extract them back in after I edit? it just has the extraction Option. that's all it does? just wondering 🤔
Thanks for the app by the way.
 
Is there anyway I can make an rcc file with my pngs, after extracting and editing them? Thanks for the app!
 
You can Re import Graphic_ressources.

You will need use a Rcc file, just found it in google, then when you extract files, just go on qresource/rcc , there is a make.bat
Edit this bat in second line add ' pause '. Save file, Copy rcc.exe here again where is make.bat.

Change your pictures, with same extension, do not change it otherwise you will see an error.
Click in Make.bat, you will get a graphic_ressource, just copy paste this on your bin folder.

Enjoy your client 12x modified.
 
You can Re import Graphic_ressources.

You will need use a Rcc file, just found it in google, then when you extract files, just go on qresource/rcc , there is a make.bat
Edit this bat in second line add ' pause '. Save file, Copy rcc.exe here again where is make.bat.

Change your pictures, with same extension, do not change it otherwise you will see an error.
Click in Make.bat, you will get a graphic_ressource, just copy paste this on your bin folder.

Enjoy your client 12x modified.
I have downloaded the file and I see the make.bat as indicated there
 
This is a very primitive and simple tool. Yes, it extracts the graphics_resources.rcc but without the directories structure. And as already mentioned, it won't compile it back. So you can't modify anything or make a new skin for the client.
Now there's a new, open source tool that does it all. It's not dedicated especially for Tibia but generally for this .RCC file format used by Qt (it's the graphic engine used by Tibia Client 11, 12, 13). It's a command line program, so it lacks a user interface but it's not a problem really as it works fast and nice anyway. Just use .bat files or CMD to give commands to this tool.

Link: Releases · zedxxx/rccextended (https://github.com/zedxxx/rccextended/releases)

I just tested it and replaced the Tibia main menu background (qresource\res\graphics_resources.rcc\images\title.jpg) for my client. I copied graphics_resources.rcc from directory with Tibia client installed to dir where the rcc.exe is. Made a .bat file with "rcc.exe --reverse" in it. It extracted everything nicely to dir "qresource". After you replace/modify images you want just copy the rcc.exe to "qresource\rcc" and start "rcc-make.bat" that's already there. It compiles everything back into a "graphics_resources.rcc" file you can move back to Tibia client installation directory. Viola.

Tested 30mins ago on official Tibia client 13.41
 

Attachments

Back
Top