PDA

View Full Version : Quake .md3 character file format


FreeKQuency23
2006.05.26, 06:55 PM
Im trying to load a quake character, and Ive been reading through the tutorial code from gametutorials.com. This code was originally written for the windows platform so Ive done a bit of porting (such as byte ordering for cfg file reading) but I think there are issues with the files themselves.

Does anyone know where to get Quake md3 files for mac? Or know of some code that converts them? Or have any useful tools for importing these character file formats?

Thanks

OneSadCookie
2006.05.26, 09:52 PM
An MD3 file is an MD3 file is an MD3 file... if your code isn't loading them correctly, it's your code's fault.