Page 1 of 1

Battle Log

Posted: Sat Feb 16, 2008 9:55 pm
by DaveFrommer
After a cursory examination of the battle log, it appears that the last [art of the last battle that happened is not getting written to the log file until either the next turn is processed or I end the game. It looks like you are not flushing the file buffers at the end of writing the battle log.

Posted: Mon Feb 18, 2008 10:58 am
by Pocus
the log is done in chunks of 100 lines to reduce the frequency of HD access, but you can set it to 1 if you prefer (this is what I use), by modifying the LogBatch entry in the settings.opt file.