Aurora 4x

C# Aurora => C# Suggestions => Topic started by: Froggiest1982 on August 03, 2020, 08:07:35 PM

Title: is there any way to export the Events log?
Post by: Froggiest1982 on August 03, 2020, 08:07:35 PM
Hi,

as per subject, I seem to recall it was possible in VB6, am I missing something?
Title: Re: is there any way to export the Events log?
Post by: kenlon on August 06, 2020, 06:33:34 PM
I wish it was possible - I'd love to hack together a little python script to chop up and reformat the event logs, preferably in realtime as the game is running.
Title: Re: is there any way to export the Events log?
Post by: skoormit on August 07, 2020, 06:25:05 AM
I wish it was possible - I'd love to hack together a little python script to chop up and reformat the event logs, preferably in realtime as the game is running.

You could do this on the database side. But obviously that won't work in realtime. Requires saving the game and then reloading.