Irrlicht not working for Quake3 Map

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
ShadowAdept
Posts: 2
Joined: Mon May 10, 2004 9:38 pm

Irrlicht not working for Quake3 Map

Post by ShadowAdept »

I tried using the tutorials for putting Quake3 maps in irrlicht and it just doesn't work. I am using Dev C++ and have modeled a map which can be exported to most Quake3 filetypes.
LordNaikon
Posts: 164
Joined: Wed May 05, 2004 5:34 pm
Location: Germany Berlin
Contact:

Post by LordNaikon »

please give a more exactly error message

what does the irrlicht engine tell you? cannot load the map .. connot find the map or so similarly. is the engine on but you only see a grey background? then check out if the textures are inside the *.pk3 files and not only in the quake3 foldes... if not put them into the *.pk3 ( rename them to *.zip put them into and rename them twice to *.pk3)
Post Reply