View Single Post
Old 09-17-14, 01:12 AM   #52
tripjack
Swabbie
 
Join Date: Dec 2010
Posts: 14
Downloads: 134
Uploads: 0
Default

Well as it is there are 4 seatypes defined in seaparameters.cfg:

[SeaType 0]
WindSpeed=0.000000
...
[SeaType 1]
WindSpeed=10.00000
...
[SeaType 2]
WindSpeed=30.000000
...
[SeaType 3]
WindSpeed=60.000000
...

With the patch disabled wind speeds over 15 m/s won't appear in game, so if i understand this right the biggest waves you can encounter will be between seatype 1 and 2 in size. If you edit & divide the above windspeed parameters by 4 you will get heavy seas during storms again:

[SeaType 0]
WindSpeed=0.000000
...
[SeaType 1]
WindSpeed=2.50000
...
[SeaType 2]
WindSpeed=7.500000
...
[SeaType 3]
WindSpeed=15.000000
...
tripjack is offline   Reply With Quote