RHS Feedback - USAF
View Issue Details
0006829USAF[All Projects] Generalpublic2023-05-14 18:182023-05-15 08:54
redux 
reyhard 
noneminoralways
closedno change required 
 
 
No
Development
2.10
No
0006829: ah-64 air radar don't detect rear area
If look at configuration of the air radar, ah-64 area detection is 360°, but detection occurs only in the front sector.
It's a modification of the config with which the air radar working fine
class ActiveRadarSensorComponent: SensorTemplateActiveRadar
{
    class AirTarget
    {
        minRange = -1;
        maxRange = -1;
        objectDistanceLimitCoef = -1;
        viewDistanceLimitCoef = -1;
    };
    class GroundTarget
    {
        minRange = 5000;
        maxRange = 5000;
        objectDistanceLimitCoef = -1;
        viewDistanceLimitCoef = -1;
    };
    typeRecognitionDistance = -1;
    groundNoiseDistanceCoef = -1;
    maxGroundNoiseDistance = -1;
    angleRangeHorizontal = 90;
    angleRangeVertical = 40;
    aimDown = 0;
    minTrackableSpeed = 7.5;
    maxTrackableATL = 20;
    minTrackableATL = -1e10;
};
delete ActiveRadarSensorComponent_Air;
class ActiveRadarSensorComponent_Airy: SensorTemplateActiveRadar
{
    class AirTarget
    {
        minRange = 6000;
        maxRange = 6000;
        objectDistanceLimitCoef = -1;
        viewDistanceLimitCoef = -1;
    };
    class GroundTarget
    {
        minRange = 6000;
        maxRange = 6000;
        objectDistanceLimitCoef = -1;
        viewDistanceLimitCoef = -1;
    };
    groundNoiseDistanceCoef = -1;
    angleRangeHorizontal = 360;
    angleRangeVertical = 40;
    typeRecognitionDistance = -1;
    maxTrackableATL = 1e10;
    minTrackableATL = 20;
    minTrackableSpeed = 7.5;
    maxFogSeeThrough = 1;
    maxTrackableSpeed = 555;
};

https://cdn.discordapp.com/attachments/189399686766002176/1107342859461459988/b461c020a406ca83.png [^]
No tags attached.
Issue History
2023-05-14 18:18reduxNew Issue
2023-05-14 18:28reduxAdditional Information Updatedbug_revision_view_page.php?rev_id=7763#r7763
2023-05-14 18:29reduxAdditional Information Updatedbug_revision_view_page.php?rev_id=7764#r7764
2023-05-14 19:47reyhardNote Added: 0012326
2023-05-14 19:47reyhardStatusnew => closed
2023-05-14 19:47reyhardAssigned To => reyhard
2023-05-14 19:47reyhardResolutionopen => no change required
2023-05-15 08:54reduxNote Added: 0012327

Notes
(0012326)
reyhard   
2023-05-14 19:47   
This change basically broke the feature - AH64 can be in AG or AA mode at once only. By naming class ActiveRadarSensorComponent_Airy you broke disabling of AA radar when AG radar is active...

This mode can be switched when you are in radar page on MFD and then use "user10" key. In future it might use keybinding system instead of user10
(0012327)
redux   
2023-05-15 08:54   
Everyone is already waiting for updates on the stable branch. Isn't it time for an update?