RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006829USAF[All Projects] Generalpublic2023-05-14 18:182023-05-15 08:54
Reporterredux 
Assigned Toreyhard 
PrioritynoneSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006829: ah-64 air radar don't detect rear area
DescriptionIf look at configuration of the air radar, ah-64 area detection is 360°, but detection occurs only in the front sector.
Additional InformationIt'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 [^]
TagsNo tags attached.
Is it a wish/request?No
RHS versionDevelopment
Arma 3 version2.10
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0012326)
reyhard (administrator)
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 (reporter)
2023-05-15 08:54

Everyone is already waiting for updates on the stable branch. Isn't it time for an update?

- Issue History
Date Modified Username Field Change
2023-05-14 18:18 redux New Issue
2023-05-14 18:28 redux Additional Information Updated View Revisions
2023-05-14 18:29 redux Additional Information Updated View Revisions
2023-05-14 19:47 reyhard Note Added: 0012326
2023-05-14 19:47 reyhard Status new => closed
2023-05-14 19:47 reyhard Assigned To => reyhard
2023-05-14 19:47 reyhard Resolution open => no change required
2023-05-15 08:54 redux Note Added: 0012327


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker