SUBSIM Radio Room Forums



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

Go Back   SUBSIM Radio Room Forums > Modern-Era Subsims > Dangerous Waters > DW Mod Workshop
Forget password? Reset here

Reply
 
Thread Tools Search this Thread Display Modes
Old 10-12-07, 12:53 PM   #1
Hawk66
Samurai Navy
 
Join Date: Sep 2006
Location: Germany
Posts: 597
Downloads: 36
Uploads: 0
Default Some ideas for improving fighter doctrine

Hi,

I just want to share some findings during my tests with the doctrines for fighters:
  • Speed modification in attack phase.
    If the aircraft is in weapon range to its target it does normally not make sense to intercept the target with max.speed.
    IF ( ( TgtRng < ( AttackRng / 1.1 ) ) AND ( ( TgtSource $= "Radar" ) OR ( TgtSource $= "Visual" ) OR ( TgtSource $= "Infrared" ) ) ) THEN {
    AttackBest
    SetSpd Maxspd / 1.25
  • Land the aircraft if wilco...
    If the aircraft has no missiles left, it often makes sense to disengage and land

    Platform doctrine:
    var orderLand; //land if out of ammo
    ...
    IF orderLand THEN {
    DebugOut OwnName
    DebugOut "...will land"
    SetPriority 220
    Land
    } ENDIF

    Target Doctrine:
    ...
    IF ( AttackRng < 7500 ) AND ( AttackRng > 0 ) AND ( GetEntVar "orderToLand" == False ) THEN {
    SetEntVar "orderToLand" true
    ENDIF

  • As Attacker turn the radar off
    eg. for a F-14
    SensorEnable "AN/AWG-9" off

    Unfortunately, the engine seems to fire radar-guides missile independently of the status of the radar. So, you would have to turn the radar on, if attackRng is reached...
Hawk66 is offline   Reply With Quote
Reply


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 07:12 PM.


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