BSP/PK3: md2/md3 in archive && Search for example

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
fidel castro
Posts: 7
Joined: Thu Mar 24, 2005 12:42 pm

BSP/PK3: md2/md3 in archive && Search for example

Post by fidel castro »

Hi,

short question about BSP/PK3 and Models:
-----
is it possible to load a BSP/PK3 archive in IRRLICHT
with a models dir in it like q3 usied to do it?

So i want to map all gemeotry AND the "deco-Models" in GtkRadiant and irrlicht just makes the Rest (like i know it from q3 games)

my 2 test PK3 with 2ds and/or 3ds models in the pk3 wher working, but the models were invisible.

so where is the error ?



samples:
--
i have taken a look on the sample files of irrlicht 0.8. thanks for that help.
But are there any other additional examples or something like that.

im working an a small 2D Jump N Run.

So BSP loading and basic movement with Collision is working, but its really basic atm and i need a bit more sample matieral because im really new to c++ things.



greey
fidel
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

your models directory is not the problem if you include it in the pk3; the problem is that Irrlicht doesn't load md3 meshes (yet) and besides that you'd need an entity reader in order to get th elocation of those md3 models in your level.

an md3 loader has been attempted to be created. check these forums for it; but it still works as an external mesh loader, so if you placed them in the map file you'll still need a bsp entity reader.
Nemesis
Posts: 65
Joined: Sun Mar 20, 2005 12:45 pm

Post by Nemesis »

I've also heard of this Bsp Reader. In fact I've try to obtain it from one topic of this forum but the link isn't working and the people that maybe have this bspreader don't respond. I we can have that tool this should be great because there's the possibility to load not only the quake3 level and the enemy, but also the ammo in the level,weapons etcetera. But I can't obtain it. If anyone can give a link to this reader, that's would really apreciate :) .
S.T.A.R.S.! (Resident Evil 3)
cartoonit
Posts: 286
Joined: Mon Nov 15, 2004 6:36 pm

Post by cartoonit »

I have the reader here, but have no web space, if someone wants it they can either PM me, e-mail me or msn me... Or I can send it to one of these nice people with web space ;)
fidel castro
Posts: 7
Joined: Thu Mar 24, 2005 12:42 pm

Post by fidel castro »

hi,

thx for the response.

tool:
if its free, send it as mail to me and im going to upload it to my space.


greez
fidel
Post Reply