Hi, I'm a newomer here and I want to get started in 3d programming using IrrLicht.
Anyway, I did the second tutorial on loading a Quake 3 map. I get this error message in the console:
"Could not load texture because mesh could not be loaded: 20kdm2.bsp."
Try putting "C:\Testproj\media\map-20kdm2.pk3" into a windows explorer window and make sure that windows can access the file. It might be in the wrong place.
Also you might try using relitieve path names instead of exact ones so that you can move your code from one computer to another without have to recompile.
thesmileman wrote:I could be wrong but I think that you do have to use "/" slashes because on many systems "" is the exacpe character. Linux and Unix do this.