Quote:
Originally Posted by gap
That's odd.
I start thinking that what TDW's patch actually does, is multiplying game-generated wind speeds by a fixed factor. The game engine will still think of wind speeds using the stock 1-15 values though. If, for instance, a certain weather zone/season combination has 5-15 m/s set as its windspeed range, the game will still throw the dices and pull a random number from the said range. Let's say it is a 10. At this point the code modified by TDW comes into the picture, multiplying 10 by a 4x factor, so that when we ask for a weather report, reported wind speed will be 40 and not 10 m/s. The game will still retain the 10 m/s figure though, and it will look for it in seaparameters.cfg file. When parameters for 10 m/s are read/interpolated from the said file, again TDW's code pops in, and multiplies some or all of the sea parameters in memory by a fixed factor (could be 4 again, or something else). These new parameters are the ones sent to SH5's graphic/phyisics engine to generate current waves.
Does it sound plausible? This is the only way (that I can think of) TDW's patch could generate/handle wind speeds higher than 15 m/s with no need of updates in cfg files from our part. If you are into it, I could device a set of cfg files aimed at testing my theory.
For a start: by any chance, are the wind speeds reported by navigator all multiple of four after enabling the 60 m/s wind speed patch?
|
Not so sure, but I could add also that when patch is enabled clouds and smoke will hurtle over the sky like crazy...
I think that 60m/s patch doesn't interfere with wind speeds set in your env files but I cant be 100% sure.
All in all, the patch isn't really useful so you shouldn't bothering your self with it...