LeeS
Imperator
I myself am not real worried about the extra time it takes for the save. I'm only saving about 1500 total pieces of info worst-case, and so far I haven't been able to percieve a difference in how long a game save requires.
One other question, though, is will TableSaverLoader work successfully if a table is empty ? I use one of my tables to keep track of which great general and admiral names have already been used, but in the early part of the game there won't have been any. Right now as a temp expedient because I wasn't sure whether an empty table would cause saving or reloading issues I just stick a stringed value "1" into the first "v" of the table I use to keep track of the names that have been used. [edit]I'd like to get rid of this extra clutter if it isn't necessary.
One other question, though, is will TableSaverLoader work successfully if a table is empty ? I use one of my tables to keep track of which great general and admiral names have already been used, but in the early part of the game there won't have been any. Right now as a temp expedient because I wasn't sure whether an empty table would cause saving or reloading issues I just stick a stringed value "1" into the first "v" of the table I use to keep track of the names that have been used. [edit]I'd like to get rid of this extra clutter if it isn't necessary.