SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH5 Mods Workshop
Forget password? Reset here

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 03-28-10, 11:07 AM   #34
NoLine
Medic
 
Join Date: Jun 2005
Location: AN85
Posts: 167
Downloads: 55
Uploads: 0
Default

Quote:
Originally Posted by Nisgeis View Post
Hi NoLine, thanks for the suggestion. I tried what you suggested and it made no difference. I think the problem is that the aircraft we are seeing eraly on simply don't have bombs or torpedoes.
.
you also removed the other one from aircraft.aix ?

Code:
  action
 {
  Plane:FireCannons()   
 }
to
Code:
  action
 {
  Plane:FireCannons(); 
 }
or in ships-navigation.aix
Code:
 action
 {
  Ship:EndCurrentTactic()
 }
to
Code:
 action
 {
  Ship:EndCurrentTactic();
 }
in submarine.aix

Code:
 strategies
 {
  EvadeEscortDay,  
 }
to
Code:
 strategies
 {
  EvadeEscortDay 
 }
also

Code:
 strategies
 {
  EvadeEscortNight,  
 }
to
Code:
 strategies
 {
  EvadeEscortNight 
 }
not sure it works but those seem to be wrong

cheers
Noline
NoLine is offline   Reply With Quote
 

Tags
favorite

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:01 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.