Post Reply Home » Forums » Star Wars Galaxies » Star Wars Galaxies Discussions

artwork from SWG Trading Card Game : Star Wars Galaxies Discussions

Posted: September 24th, 2011
Total Posts:121 Joined:2007
since the TCG will be closing as well, I'd like to ask if someone knows a way to extract the card artwork from the TCG gamefiles somehow.

From what I found out, the cards are stored in the cards.rcc file. Someone on the net said, *.rcc files are compiled C++ resource files.

I don't have much knowledge in C++ at all - so, is someone else here able to point me to a tool / create a tool, which is able to decompile the rcc-file? I already tried to find one with no success :(
Posted: September 25th, 2011
User avatar
Total Posts:387 Joined:2009
I suggest asking this question on modsource.org and modthegalaxy.com
Posted: September 25th, 2011
User avatar
Total Posts:387 Joined:2009
Also, this or this might be relevant to your interests, though they don't list any seeds.
Posted: September 29th, 2011
User avatar
Total Posts:387 Joined:2009
Multiupload of a bunch of TCG pics

And some art:
Image
Posted: October 1st, 2011
Total Posts:121 Joined:2007
wow... thanks for the download archive!

*thumbs up*
Posted: June 11th, 2020
User avatar
Total Posts:261 Joined:2008
The RCC Files are QTResources (virtual filesystems) and its data is also XOR'd to obfuscate it slightly.

Download the QT development environment and make an app using the qtcore that loads the rcc file as a qresource then recursively extract all qdir files.

as you write the data to disk xor each byte by 0x73 to get the original data.

Have fun :)
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 6 guests
Post Reply