Jamie W
11-02-2006, 12:14 PM
Hello ...
I'm looking for something that can do the following:
Say I have a load of data files for my game (graphics, sfx, level data) and I want to access (i.e. only load) from within my game.
Maybe my directory structure looks something like:
data\gfx\...
data\levels\...
data\sfx\...
Normally, I want to work with just files, but for a release version, I'll want all my data packing in to a single data file, that I can then access from within my game code.
Ideally, I'll be using the same code, no matter if I access my data as regular files, or, as part of this single data file (probably I'll just set a flag or something to specify which I'm using).
Anwyays, just wanted to check, are there any existing solutions that can do this?
Thanks.
I'm looking for something that can do the following:
Say I have a load of data files for my game (graphics, sfx, level data) and I want to access (i.e. only load) from within my game.
Maybe my directory structure looks something like:
data\gfx\...
data\levels\...
data\sfx\...
Normally, I want to work with just files, but for a release version, I'll want all my data packing in to a single data file, that I can then access from within my game code.
Ideally, I'll be using the same code, no matter if I access my data as regular files, or, as part of this single data file (probably I'll just set a flag or something to specify which I'm using).
Anwyays, just wanted to check, are there any existing solutions that can do this?
Thanks.