How can I get Entities n Solid Entities data from Q3´s BSPs?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
CuecaX
Posts: 13
Joined: Mon Mar 05, 2007 8:54 pm
Location: Brazil

How can I get Entities n Solid Entities data from Q3´s BSPs?

Post by CuecaX »

i found this, but is broken and old (2004) :(
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1000

I want to read the entities names, values positions etc ando also the size or mesh of the solid entities.

thanks in advance :)
loading singature...
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

CuecaX
Posts: 13
Joined: Mon Mar 05, 2007 8:54 pm
Location: Brazil

Post by CuecaX »

thanx, but this link looks broken :( no response ...

maybe another link :?: :D

or does anyone have the files from this topic?:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1000
loading singature...
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Get the latest version from SVN. This allows access to entities (and there's a new example showing how).
CuecaX
Posts: 13
Joined: Mon Mar 05, 2007 8:54 pm
Location: Brazil

Post by CuecaX »

sio2 wrote:Get the latest version from SVN. This allows access to entities (and there's a new example showing how).
now downloading....
thanks :wink:
loading singature...
drac_gd
Posts: 132
Joined: Sun Apr 09, 2006 8:43 pm

Post by drac_gd »

The quake3 shader example is very close to what I need also.

Sorry if this has been asked before.

Is there a way to write out the quake entities into say 3ds or .X format so they can be loaded seperately? If there is not existing code to do this then which format should I use when writing them out?

The reason I want to do this is because the rpg demo I am working on uses a custom dynamic terrain loader etc. I would very much like to get the castle in example as a 3ds or some other object so that I can use it to test my newton character physics etc with.
Post Reply