I think scripting would be the go for not manning the deck gun in bad weather .
C:\Ubisoft\Silent Hunter 5\data\Scripts\AI\Crew\man_the_deck_gun
I cannot script but it might be as simple as
strategy MAN_THE_DECK_GUN(wp)
if Wp:IsGoodWeather() then
#Wp:ExecuteCommand( "Man_the_deck_gun" );
else
if Wp:IsBadWeather() then
Wp:ScriptCompleted();
I have no idea really .
|