So I was being curious and starting looking at how the LoadBricksGUI worked. I found the name of the list where all the possible maps to load are, which is "LoadBricks_FileList". I use the command: echo(LoadBricks_FileList.getRowTextByID(LoadBricks_FileList.getSelectedID()));
to see the data stored in the file list and found:
"C.T.F. Battle Grounds^1/2/12 - 16:07:15^01120102160715"
I expected to see the file path of the selected save in one of the fields, but the third field was that long number. Does anyone know what that is exactly? And how does the save locate the .bls file when you hit load? Does it just loop through the files in the map folder and check if the names match up?