View Single Post
  #3  
Old October 21st, 2020, 08:07 AM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,268
Thanks: 3,816
Thanked 5,438 Times in 2,698 Posts
DRG will become famous soon enough
Exclamation 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
__________________


If you find you are constantly reacting to your enemy's tactics instead forcing the enemy to react to yours, you are losing the battle....

Last edited by DRG; October 21st, 2020 at 04:53 PM..
Reply With Quote
The Following 3 Users Say Thank You to DRG For This Useful Post: