loadingfromzipwhileinzip??

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
double99
Posts: 28
Joined: Sun Oct 31, 2004 1:07 am

loadingfromzipwhileinzip??

Post by double99 »

i made some thing i wanna zip everything up but how will i tell it to load the the files while they are in zip or same location, alson i wanted to make a volume light i made but half of it is not visable

Image
Stu L Tissimus
Posts: 48
Joined: Thu Jul 15, 2004 8:45 pm
Location: Manhattan
Contact:

Post by Stu L Tissimus »

Even I know this :D

From: http://irrlicht.sourceforge.net/tut002.html

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

Of course, replace the path to the file :)

When you do this, the program will act as if the files in the zip file are in the same directory as the executable file is.
Laptop: P-M 1.6GHz|1024MB PC2800|Mob.Radeon9700Pro|60GB

Desktop: A-XP 2400+|512MB PC3200|Radeon 9700 Pro|180GB
double99
Posts: 28
Joined: Sun Oct 31, 2004 1:07 am

Post by double99 »

what iam talking about when the exe is in the zip as well
Post Reply