- cpp Code: Select all
If you want the Irrlicht Engine be able to load archives of currently unsupported file formats (e.g .wad), then implement this and add your new Archive loader with IFileSystem::addArchiveLoader() to the engine.
Then, I'm planning to create my own format (for security reason).
As the above statement said, I look up for the IFileSystem::addArchiveLoader()
But I find the API is confusing
Can someone give me a tutorial or example on how to do this?
btw, I use IrrDelphi, but I don't think it is a problem is it?
PS: I don't want to use zip


