Hi Trevally,
I made some changes in your scripts:
[AS]
Pesky Aeroplanes!
[DESCRIPTION]
You must be below decks before running script.
You must be inside boat before using.
Crash dive to 50m flank for 30mins.
Check and surface.
[DESCRIPTION_END]
[CATEGORY]
Evasion
[SUBCATEGORY]
Aeroplanes attacking
[COMMANDS]
Wait,0,0,0,0,0,0,5
Crash_dive_now,0,0,0,0,0,0,15
Get_depth_under_sub_keel,0,0,0,0,0,0,15
Set_new_depth,50,0,0,0,0,0,1
Activate_NavMap_Station,0,0,0,0,0,0,90
Ahead_slow,0,0,0,0,0,0,5
Hydrophone_normal_sweep,0,0,0,0,0,0,10
Report_nearest_sound_contact,0,0,0,0,0,0,1
Set_Time_Compression,128,0,0,0,0,0,0
Wait,0,0,0,0,0,0,1800
Set_Time_Compression,1,0,0,0,0,0,0
Leave_NavMap_Station,0,0,0,0,0,0,0
Snorkel_depth,0,0,0,0,0,0,0
added this line because somethimes my Uboat do not go at snorkel dept (at first command) - i do not knot if somebody had the same problem
Snorkel_depth,0,0,0,0,0,0,50
aded a little more time here to give the time of my Uboat to realy come to snorkel dept (befor he was sweep scope under the water
)
Rise_whole_obs_periscope,0,0,0,0,0,0,5
Activate_Scope_Station,1,0,0,0,0,0,5
Sweep_Scope,1,0,360,60.0,192,0,10; abort stop
Leave_Scope_Station,1,0,0,0,0,0,0
Report_nearest_visual_contact,0,0,0,0,0,0,10
Lower_whole_obs_periscope,0,0,0,0,0,0,0
Ahead_full,0,0,0,0,0,0,0
Surface,0,0,0,0,0,0,40
Activate_NavMap_Station,0,0,0,0,0,0,2
Set_guns,2,1,0,2,2,0,5
Set_guns,-1,-1,-1,-1,4,0,5
Radar_turn_on,0,0,0,0,0,0,5
Radar_set_continuous_sweep_mode,0,0,0,0,0,0,0
Report_nearest_radio_contact,0,0,0,0,0,0,2
Ahead_standard,0,0,0,0,0,0,0
[COMMANDS_END]
[AS]
Patrol with hydro check at station (looped)
[DESCRIPTION]
You must be below decks before running script.
Looped hydrophone check with
2hr high TC surface run. Sound check
is at station and takes 2mins to sweep.
Midway to loop there is a uzo sweep.
[DESCRIPTION_END]
[CATEGORY]
Search
[SUBCATEGORY]
Search on patrol
[COMMANDS]
Set_Time_Compression,2,0,0,0,0,0,2
Leave_NavMap_Station,0,0,0,0,0,0,0
Ahead_full,0,0,0,0,0,0,2
Set_new_depth,20,0,0,0,0,0,50
All_stop,0,0,0,0,0,0,5
Set_Time_Compression,1,0,0,0,0,0,1
Activate_hydrophone_station,0,0,0,0,0,0,2
Sweep_hydrophone,0,360,120,3073,0,0,1
Report_nearest_sound_contact,0,0,0,0,0,0,2
Leave_hydrophone_station,0,0,0,0,0,0,2
Hydrophone_normal_sweep,0,0,0,0,0,0,1
Ahead_one_third,0,0,0,0,0,0,0
Snorkel_depth,0,0,0,0,0,0,0
added this line because somethimes my Uboat do not go at snorkel dept (at first command) - i do not knot if somebody had the same problem
Snorkel_depth,0,0,0,0,0,0,30
Rise_whole_obs_periscope,0,0,0,0,0,0,5
Activate_Scope_Station,1,0,0,0,0,0,5
Sweep_Scope,1,0,360,60.0,192,0,2; abort stop
Leave_Scope_Station,1,0,0,0,0,0,0
Lower_whole_obs_periscope,0,0,0,0,0,0,0
Report_nearest_visual_contact,0,0,0,0,0,0,10
Set_Time_Compression,2,0,0,0,0,0,2
Ahead_full,0,0,0,0,0,0,2
Surface,0,0,0,0,0,0,60
Ahead_standard,0,0,0,0,0,0,5
Activate_NavMap_Station,0,0,0,0,0,0,2
Radar_turn_on,0,0,0,0,0,0,2
Radar_set_continuous_sweep_mode,0,0,0,0,0,0,30
Report_nearest_radio_contact,0,0,0,0,0,0,2
Radar_turn_off,0,0,0,0,0,0,2
Set_Time_Compression,128,0,0,0,0,0,3600
Set_Time_Compression,1,0,0,0,0,0,2
Activate_Scope_Station,2,0,0,0,0,0,1
Sweep_Scope,2,0,360,60,457,0,2
Leave_Scope_Station,2,0,0,0,0,0,0
Radar_turn_on,0,0,0,0,0,0,0
Radar_set_continuous_sweep_mode,0,0,0,0,0,0,10
Report_nearest_radio_contact,0,0,0,0,0,0,0
Radar_turn_off,0,0,0,0,0,0,0
Activate_NavMap_Station,0,0,0,0,0,0,5
Set_Time_Compression,128,0,0,0,0,0,3600
Loop,12,0,0,0,0,0,0
Set_Time_Compression,1,0,0,0,0,0,5
[COMMANDS_END]
What do you think?