|
|
|
Notices |
Do you own this game? Write a review and let others know how you like it.
|
|
October 21st, 2020, 12:35 AM
|
Private
|
|
Join Date: Oct 2015
Posts: 48
Thanks: 31
Thanked 4 Times in 2 Posts
|
|
By date list of Battle Scenarios.
Is there a word or other document that lists all of the battle scenarios by date of the historical battle?
I know that the game itself lists all of the battle scenarios but I'm looking for a "by date" list. for example, say I want to play a 1939 Poland scenario or a France 1940 scenario. It's difficult to find all of the choices within the game itself.
I figure that there MUST be some list somewhere that's organized by date.
Thanks.
|
October 21st, 2020, 01:44 AM
|
|
Major
|
|
Join Date: Aug 2013
Location: Yorkshire, UK
Posts: 1,047
Thanks: 365
Thanked 440 Times in 318 Posts
|
|
Re: By date list of Battle Scenarios.
Everything you need is easily obtained using the Sort tab of the Scenhack utility.
(However, If I remember correctly, this may be only available in the paid version)
|
October 21st, 2020, 08:07 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2005
Location: GWN
Posts: 12,490
Thanks: 3,960
Thanked 5,694 Times in 2,812 Posts
|
|
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..
|
The Following 3 Users Say Thank You to DRG For This Useful Post:
|
|
October 21st, 2020, 08:25 AM
|
|
National Security Advisor
|
|
Join Date: Mar 2005
Location: Dundee
Posts: 5,956
Thanks: 465
Thanked 1,896 Times in 1,234 Posts
|
|
Re: By date list of Battle Scenarios.
Remember to build the tables first of course per the instructions. Otherwise the search will be on a null database. And do the table build as the first thing on running Scenhack - seems there is a table lock that is applied if you do a search, then try to rebuild the tables which I must try to hunt down.
Also, the SQL queries function is only for CD game owners.
See "The SQL Tab" in the CD Extended features section of the Game Manual.
|
The Following User Says Thank You to Mobhack For This Useful Post:
|
|
October 21st, 2020, 10:55 AM
|
Private
|
|
Join Date: Oct 2015
Posts: 48
Thanks: 31
Thanked 4 Times in 2 Posts
|
|
Re: By date list of Battle Scenarios.
Of course I own the CD for the game! Everybody should.
|
October 21st, 2020, 11:00 AM
|
Private
|
|
Join Date: Oct 2015
Posts: 48
Thanks: 31
Thanked 4 Times in 2 Posts
|
|
Re: By date list of Battle Scenarios.
I don't see a "Sort on Scenario date" button in this utility feature.
|
October 21st, 2020, 11:04 AM
|
Private
|
|
Join Date: Oct 2015
Posts: 48
Thanks: 31
Thanked 4 Times in 2 Posts
|
|
Re: By date list of Battle Scenarios.
I don't see a "Sort on Scenario date" button in this utility feature.
However, copy and paste seems to work when I run your suggested codes in the SQL feature.
|
October 21st, 2020, 11:06 AM
|
|
National Security Advisor
|
|
Join Date: Mar 2005
Location: Dundee
Posts: 5,956
Thanks: 465
Thanked 1,896 Times in 1,234 Posts
|
|
Re: By date list of Battle Scenarios.
Press the button marked "Sort" for a listing of the "canned" sorts.
|
The Following User Says Thank You to Mobhack For This Useful Post:
|
|
October 21st, 2020, 12:41 PM
|
Private
|
|
Join Date: Oct 2015
Posts: 48
Thanks: 31
Thanked 4 Times in 2 Posts
|
|
Re: By date list of Battle Scenarios.
Got it! Great!
|
October 21st, 2020, 04:52 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Mar 2005
Location: GWN
Posts: 12,490
Thanks: 3,960
Thanked 5,694 Times in 2,812 Posts
|
|
Re: By date list of Battle Scenarios.
There is almost nothing you cannot find with that but you need to know how to ask the question but in the SPWW2 SQL's folder there are enough examples to get you going
|
The Following User Says Thank You to DRG For This Useful Post:
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|