Game Development Community

What add-ons work with iTorque?

by Michael Ruhm · in Torque Game Builder · 03/03/2010 (4:35 pm) · 3 replies

Hey everyone, I was looking for the add-ons that work with iTGB. I know the Kart Kit is one. I wish they had a list so we could make it easy pickings. Thanks for any help you can give.

About the author

Indie Game Dev. Gamer as well. Hardcore.

Recent Threads


#1
03/04/2010 (7:19 am)
The Platformer Kit Pro has source changes that optimize the kit for low-end devices. You would have to modify the source art to make it mobile-ready.
#2
03/04/2010 (5:38 pm)
what makes art "mobile ready"?


#3
03/05/2010 (7:34 am)
Usually size, resolution, and format. You should also make sure that it fits in a power of two ratio so that it doesn't use significantly more memory. That's one of the gotchas that I often see. People run out of texture memory because it is being bumped up to the next PoT and taking up significantly more than they anticipated. Do this with multiple images, and there will definitely be problems.