yankeegolf wrote:
so it means that there is no solution. it is a pity . Maybe A2A could find a solution because it is very frustrating to loose a long flight. With FSX, the probability of a computer crash is far from being nil
The only thing I could think of at the moment would be an external program that
periodically copied the current dat file to a backup file on some timed basis.
I was thinking of looking into writing a batch file to attempt this but I'm afraid
I just do not have the time now as I leave for an extended vacation in a few days.
I dug through the FSUIPC and Lua documentation again this morning and concluded
that there is nothing there to do what is desired.
EDITOK...revisiting this.
First off, you can cause FSUIPC to save the state of the B377, B17, P47, etc.
Just add these lines to your FSUIPC4.ini file under the "[AutoSave]" section:
AlsoManage1=C:\Documents and Settings\<user name>\My Documents\Flight Simulator X Files\*.377
AlsoManage2=C:\Documents and Settings\<user name>\My Documents\Flight Simulator X Files\*.P47
AlsoManage3=C:\Documents and Settings\<user name>\My Documents\Flight Simulator X Files\*.PJ3
AlsoManage4=C:\Documents and Settings\<user name>\My Documents\Flight Simulator X Files\*.B17
AlsoManage5=C:\Documents and Settings\<user name>\My Documents\Flight Simulator X Files\*.ipcbin
Of course, add YOUR user name in the field "<user name>".
Additionally, the B377 "B377log.dat" file is automatically backed up in the A2A\B377 directory.
There you will find 5 BAK copies.
What isn't backed up is the B377.dat file. I don't know exactly what this contains.
I am currently testing a batch file to backup the B377 and B17 files. If I get it to run as
I want it to, it can be scheduled to run periodically using the Windows Task Scheduler
in the Control Panel.
More later, as time permits.
Paul