Quote:
Originally Posted by Antar
TDW,
Since SH2/DC we have specified weather conditions for singleplayer and multiplayer missions. But the player must know the difference between different weather, f. e. day/night, foggy day or not, windy day or not.
Could you think that you can put the weather/time controller to each single/multi mission like on the picture or before mission starts?

|
now this was one challenge I couldn't back away from. From first view of it I thought that this was going to be impossible to do......but I was wrong! Through some very clever coding and even more clever problem solving I was able to find the single mission picked, extract the name of the single mission and the date (I can extract anything from the selected single mission). Here's a little debug window showing me what single mission I clicked below:
now through testing I've found that the single missions are dynamically generated in this page. So it appears that I should be able to pull this idea of Antar's off
I now might be able to select the single mission for the tutorial picked (if one was picked in main menu) and automatically start it...we'll see how this one goes.