Re: By date list of Battle Scenarios.
Open Scenhack from GameOptions, click on the Sort button then click on the " Sort on Scenario date" button
OR
Run this from either the Sort or the SQL window...
Select * from ScenData.db
Where MisTyp <> 0
and turns >0
Order by sYear,sMonth
The ( turns >0 ) way eliminates the slots saved for Campaign creation from showing up
If you run this.....
Select * from ScenData.db
Where MisTyp <> 0
and turns >0
Order by sYear,sMonth,scenID
it will sort by year, month and the scenario ID order
There are 42 sceanrios that cover the first month of WW2 alone
Last edited by DRG; October 21st, 2020 at 04:53 PM..
|