Page 1 of 1

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

Posted: Mon Mar 05, 2007 9:41 pm
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 :)

Posted: Mon Mar 05, 2007 10:08 pm
by Luben

Posted: Tue Mar 06, 2007 3:12 pm
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

Posted: Wed Mar 07, 2007 8:53 am
by sio2
Get the latest version from SVN. This allows access to entities (and there's a new example showing how).

Posted: Wed Mar 07, 2007 1:31 pm
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:

Posted: Wed Mar 07, 2007 2:35 pm
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.