Hello every body. Here is my problem : in data/Env, there are 3 different files for each sea : Atlantic, Arctic and Mediterranen. But in game, colors are the same in these 3 seas : only the Atlantic's colors are applied. Does anyone know where the problem comes from ??
In
Env.cfg, I have this :
[Environment]
SeaTypeImageDimX=4320
SeaTypeImageDimY=2160
LandIDX=255
DefaultSeaType=0
SeaTypesNo=1
[SeaInfo01]
StartDate=0101
EndDate=1231
SeaInfName=SeaInf.raw
Compressed=NO
[EnvColors]
SeaType00=EnvColors_Atl.dat
SeaType80=EnvColors_Med.dat
SeaType150=EnvColors_Arct.dat
[SkyColors]
SeaType00=SkyColors_Atl.dat
SeaType80=SkyColors_Med.dat
SeaType150=SkyColors_Arct.dat
Is it correct ?