How can i make separate files to store data that are stored in the java zip file where all the data is stored that can be accessed when playing the processing application. I would like to do this for organizational purposes and also so that when the game loads in browser it doesn't have to retrieve the data values for every level in the game just the functional code. Would the separate files be processing files that you run or would they be database files that you access or what?
1