Code Request: Quake3 loader

has anyone written a loader for the Quake3 file format?

http://www.gametutorials.com/Tutorials/OpenGL/Quake3Format.htm

It looks easy to load, but would prob take a few days and I hate waiting!

Thanks,

Dave

I’m assuming you’re talking about a Java3D loader. I have a Q2 Map loader at:

http://www.newdawnsoftware.com

Theres also MD2 and MD3 loaders there, but I get the feeling you’re looking for the maps?

Kev

EDIT: Note the BSP loader doesn’t attempt to implement BSP, it just loads geometry raw.

Yep I am looking for map loaders for testing my new engine. But I think the Q2 one will work just fine for now. The formats between Q2 and Q3 are not all that different. Thanks a bunch!

Hi
There is also an ac3d model loader there, which would be handy if it worked with your j3d like engine as I think I might end up using on my stuff :smiley: