PDA

View Full Version : Q3A file format question



Nil_z
02-05-2001, 04:39 PM
I have seen many tools that can view the Q3A map file(*.?) or model file(*.md3). I would like to write a tool like this myself, just for studying 3D. But where can I get document about the file format of these files? Is there any tutorial about how to work with these files?

LoCo3D
02-05-2001, 10:09 PM
I assume you're talking about the Quake3 format, I'd check www.planetquake.com (http://www.planetquake.com)

Janneke
02-24-2001, 02:27 AM
just that you know

the q3a map files are *.bsp http://www.opengl.org/discussion_boards/ubb/smile.gif

Greets

Jan

XBCT
02-24-2001, 07:37 AM
Hi!
Look here: .http://graphics.stanford.edu/~kekoa/q3/ (http://graphics.stanford.edu/~kekoa/q3/) .

HTH, XBTC!


[This message has been edited by XBCT (edited 02-24-2001).]

beavis
02-24-2001, 08:57 AM
yeah, you can also check out my q3viewer at: http://strony.poland.com/bsekura
enjoy,
-bart

DFrey
02-24-2001, 09:07 AM
You can also get the Q3A tools source code and see the official bsp file format.