• 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!

Tibia 11 Pic Editing

Qbazzz

Pół człowiek, pół litra
Joined
Jul 3, 2009
Messages
107
Solutions
1
Reaction score
98
Location
inside of the box
Hiho. So as anyone knows Tibia 11 have different file structures for everything. I started to write extractor but then I found in google that someone already made one, its multipurpose extractor for different packages.
Its easy enough so I will not deliver any screenshots.
  1. Download extractor: http://aluigi.altervista.org/papers/quickbms.zip
  2. Download script for rcc extension: http://aluigi.org/bms/qt_qres_rcc.bms
  3. Extract it anywhere you want.
  4. Run quickbms.exe, select script file, select graphics_resources.rcc from client folder, select folder where you want to extract.
  5. Modify files with your favourite graphics editor.
  6. Run reimport.bat, select script file, select graphics_resources.rcc, select the same folder where you extracted it.
  7. Enjoy your new pic! :)
 
Hey thanks for this! Good release!~
 
Last edited:
Error when extracting.

Solved, downloaded all again, and started from scratch.

Used this title.jpg (opened the previous one, replaced my images and got the same file dimensions) and as u can see the image is kind ugly when "maximized".
 

Attachments

Last edited by a moderator:
Hello. This script can extract. Reimport doesn't work :/


what am I doing wrong?
 
since 12.31 version this program doesn't work anymore, you can use renderdoc to export texture tho (info by SaiyansKing)
 
For client versio 12.60 you can extract it with RCC Extractor from github here: nekiro/rcc-extractor (https://github.com/nekiro/rcc-extractor)

You download it, and you use it opening the RCCextractor.csproj using visual studio ( if you got it if you have compiled )
But unfortunatly, is there all images from game, you can change it, but not the background in ressources_graphic.rcc , so need check where is this background..
 
bump how now reimport new png to rcc file ?
 
I found something that can helps.

You need to put rcc.exe into the bin clients folder and run CMD as admin, go to your client bin folder with "cd"
then run: rcc --reverse
 
Back
Top