Quick question regarding multifiles...

Is it possible to extract the contents of a multifile to a real directory, or are they only usable with the Panda VFS?

Thanks, XboxJoshOne

You can use the multify command to extract the files. Use “multify -h” to list the command-line options. You can also use Python code to extract the files at runtime, if you prefer.

David

How would I do that?

Have you looked at the API reference for the Multifile class yet?

http://www.panda3d.org/apiref.php?page=Multifile

David

Thanks, didn’t check there.