I’m in the process of hand entering objectives to get victory data. I have objectives emails for the past year or two, but not before that. If people want to send me objectives going back to mid 2009, I can enter those in as well.
By send me objectives, you could forward me just the objectives email, or send a crowdsourced set of data for the objectives, or both as there are over 500 frames to enter. I'm currently using a CSV file format to store the objectives data. The columns from Must Destroy Hangars onward are boolean where 1 is true and 0 or null is false. Here's an example from the last frame:
ObjectiveID,Frame Date,Field,Type,Pos,Side,Must Destroy Hangars,Must Destroy Bunkers,Must Destroy Ships,Hr1 Target,Hr1 Not Target,Hr1 Active,Hr1 Capture,Hr2 Target,Hr2 Not Target,Hr2 Active,Hr2 Capture
,2025-07-11,#1,CV,"11,6,5",Allies,,,6,1,,1,,,1,1,
,2025-07-11,#44,BB,"11,6,5",Allies,,,3,1,,,,,1,,
,2025-07-11,#45,BB,"11,6,5",Allies,,,3,1,,,,,1,,
,2025-07-11,#16,LAF,"9,8,5",Axis,12,,,1,,1,,,1,1,
,2025-07-11,#18,SAF,"7,8,4",Axis,,,,,,1,,,,1,
,2025-07-11,#21,LAF,"9,9,6",Axis,,,,,1,1,,,1,1,
,2025-07-11,#2,CV,"12,8,5",Allies,,,6,1,1,1,,1,,1,
,2025-07-11,#13,LAF,"9,8,3",Axis,12,,,1,,,,1,,,
,2025-07-11,#3,CV,"11,6,5",Allies,,,,,1,1,,,1,1,
,2025-07-11,#41,BB,"12,8,5",Allies,,,3,,1,,,1,,,
,2025-07-11,#46,BB,"12,8,5",Allies,,,3,,1,,,1,,,
Note, the format may change as I get more victory styles entered and used. I also use a separate settings table for things like map, fuel burn rate, AA strength, icon ranges, points, object weights, etc.