How to load two or more zip files ?

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
squatter
Posts: 4
Joined: Sat Apr 22, 2006 7:18 am

How to load two or more zip files ?

Post by squatter »

Like in a topic,

I tried to use several times addZipFileArchive function but irrlicht still uses first added zip file.

Please help me, I'm really desperate :cry:
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

this should work, however there is no distiction between files with the same name in different zip files (IIRC). So Irrlicht puts a list of zip files into an array and searches them in the order of addition for the file until it is found.
squatter
Posts: 4
Joined: Sat Apr 22, 2006 7:18 am

Post by squatter »

So that why i don't work. I want to do for every unit in game zip file in which will be models, textures and config. So evidently I have to change my plans.
Thanks hybrid
Quall
Posts: 154
Joined: Mon Mar 07, 2005 10:16 pm

Post by Quall »

Creating a game with multiple models and textures, using the same name for the different media is kind of confusing.
Post Reply