View Single Post
Old 03-01-11, 04:13 AM   #2
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

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 .
THE_MASK is offline   Reply With Quote