Page 1 of 1

New to the iLLriCht scene, not to prgrammining though.

Posted: Sat Jan 31, 2004 5:51 am
by DrJeckl
SUp, all ive been doing game development since , well i think 6th grade, and have learned over 4 or 5 diffrent programming langauges. Wanted to say hey, since ill probably leave this dev stuff alone in like 3 days. Well since im posting in the newb forum, i was wondering i have completed the hello world tutorial for this now im doin the quake 3 one, it compiles without any errors but when i run it, there is an error stating that it cant find the file or it doesnt exist. So since some ppl are having the same problem, without any answers, i would like to know, how to fix this for them and me.

device->getFileSystem()->addZipFileArchive("../../media/map-20kdm2.pk3");

scene::IAnimatedMesh* mesh = smgr->getMesh("20kdm2.bsp");

that might help. :P

...........yep

Posted: Sat Jan 31, 2004 6:03 am
by DrJeckl
lol, every time i post a queation like this on a forum i always figure it out for myself.

well all i did was manually show where the pk3 file was on my hard drive so i changed the code like.

device->getFileSystem()->addZipFileArchive("D:/Program Files/irrlicht/media/map-20kdm2.pk3");

Posted: Sat Jan 31, 2004 6:04 am
by DrJeckl
hope that helps some people.

Posted: Sat Jan 31, 2004 2:18 pm
by Gold_Fusion
You don't have to give the full path. Most likely your project folder was not two directories within the Irrlicht folder (as in the tutorial) and so the path is wrong. ;)