I'm making the practice of the tutorial N°2, and when I run it sais:
Could not create archive for ../../media/map-20kdm2.pk3
Could not load mesh... (Of course, if U can't "create" the pk3 file ¬¬)
and the "Draw window" shows itself totaly in a beautyful GRAY!!!
this is the code (exactly as the tutorial hehe
...
device->getFileSystem()->addZipFileArchive("../../media/map-20kdm2.pk3");
scene::IAnimatedMesh *mesh = smgr->getMesh("20kdm2.bsp");
scene::ISceneNode *node = 0;
...
what can be the problem?
thanks a lot!!!