Accessing Files from a ZIP
Blitz3D Forums/Blitz3D Programming/Accessing Files from a ZIP| 
 | ||
| Can you do it? I saw there was a Code archive thing that would tell you what files are in the archive. How can you do it? I would like to have all of a certain level files in a single level. | 
| 
 | ||
| For storing game data, you don't need to use a zip file. You could just use a data packer such as the TeraBit one. http://www.blitzbasic.com/toolbox/toolbox.php?cat=10 |