TerceraEscuadrilla Posted May 9, 2010 Posted May 9, 2010 Hello everyone. I wonder if there is any way to select the weather for a campaign? Thanks
+Gepard Posted May 16, 2010 Posted May 16, 2010 As far as i know it is possible. But only if you have seasoned tilesets, so that the game is drawing the correct winter, spring, summer or fall tileset. With this sets the weather conditions are connected. This way is gone in First Eagles by stock. All other games does not have this feature by stock. You must implement it by yourself. The following lines are taken from Cambrai terrain of First Eagles. You may use it as blueprint. [Terrain] TerrainFullName=Cambrai, France DataFile=wwiCambrai_data.INI TargetFile=wwiCambrai_targets.INI TargetTypeFile=wwiCambrai_types.INI MovementFile=wwiCambrai_movement.INI NationsFile=wwiCambrai_nations.INI BriefingText=wwiCambrai_briefing.INI DogfightFile=wwiCambrai_dogfight.INI DogfightOnly=FALSE Longitude=5.221 Latitude=49.176 [Map] FilenameFormat=wwiCambrai_Map%d.bmp Width=250000.0 Height=250000.0 NumZoomLevels=3 [WeatherChance] ScatteredChance=25 BrokenChance=25 OvercastChance=17 InclementChance=8 [season001] Directory=Snow StartDate=1/1 EndDate=1/27 ScatteredChance=0 BrokenChance=40 OvercastChance=50 InclementChance=10 [season002] Directory=Spring StartDate=01/28 EndDate=06/21 ScatteredChance=40 BrokenChance=25 OvercastChance=17 InclementChance=8 [season003] Directory=Fall StartDate=09/21 EndDate=11/25 ScatteredChance=25 BrokenChance=40 OvercastChance=17 InclementChance=8 [season004] Directory=Snow StartDate=11/26 EndDate=12/31 ScatteredChance=0 BrokenChance=40 OvercastChance=50 InclementChance=10
TerceraEscuadrilla Posted May 22, 2010 Author Posted May 22, 2010 Leopard thank you very much. Regards
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now