Jump to content

Recommended Posts

Hello everyone. I wonder if there is any way to select the weather for a campaign?

 

Thanks

 

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..