Page 1 of 1

[iOS] Dynamic Hunting *.mct

Posted: Wed Jun 01, 2011 6:44 pm
by eycaramba
Hey all,

I'd like to play around with the textures from iOS game Dynamic Hunting.
The textures do not seem to be encrypted from what I can tell, but I cannot analyze/convert them.
I would be very grateful for a format analysis/tool to convert them to a common image format and eventually back.

Example files: http://vuvu.bplaced.net/mct.zip
Maybe this code helps, I found it in the game: http://vuvu.bplaced.net/GraphicsMC.cpp

Thanks in advance and kind regards!

Re: [iOS] Dynamic Hunting *.mct

Posted: Fri Jun 03, 2011 6:42 pm
by SkyBladeCloud
The code isn`t really necessary as those images are in a pretty obvious format:

They are just RGBA8888 direct color, little endian images; some examples you posted:

Image

Image

Image

Image

There...