Important information: this site is currently scheduled to go offline indefinitely by end of the year.

[iOS] Dynamic Hunting *.mct

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
eycaramba
veteran
Posts: 86
Joined: Wed Sep 02, 2009 1:52 pm
Has thanked: 30 times
Been thanked: 2 times

[iOS] Dynamic Hunting *.mct

Post 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!
SkyBladeCloud
beginner
Posts: 37
Joined: Fri Jun 25, 2010 10:44 pm
Been thanked: 11 times

Re: [iOS] Dynamic Hunting *.mct

Post 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...
Image
Post Reply