All files into an archive?

daedar

16-10-2006 23:28:32

Hi,

I was just wondering if it's possible (using PLSM2) to put ALL files into a .zip archive. I've tried, and everything works fine (all files are found) but it seems that it's impossible to put the cfg files into the archive because of the directory change:


-----------------------------------
Details:
-----------------------------------
Error #: 8
Function: FileSystemArchive::changeDirectory
Description: Cannot open requested directory media/maps/Paris16.adm/TsmTerrain.
File: ..\src\OgreFileSystem.cpp
Line: 141


How can I modify the source in order to have this working?

Thanks a lot.

tuan kuranes

17-10-2006 07:15:15

I was just wondering if it's possible (using PLSM2) to put ALL files into a .zip archive.
it's possible.
How can I modify the source in order to have this working?
modifiy the terrain config file and remove the directory
FileSystem=LandScapeFileName
line.

daedar

17-10-2006 10:43:16

Ok thx a lot tuan.