Anonymous | Login | 2024-11-21 16:27 CET |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0006829 | USAF | [All Projects] General | public | 2023-05-14 18:18 | 2023-05-15 08:54 | ||||
Reporter | redux | ||||||||
Assigned To | reyhard | ||||||||
Priority | none | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006829: ah-64 air radar don't detect rear area | ||||||||
Description | If look at configuration of the air radar, ah-64 area detection is 360°, but detection occurs only in the front sector. | ||||||||
Additional Information | 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 [^] | ||||||||
Tags | No tags attached. | ||||||||
Is it a wish/request? | No | ||||||||
RHS version | Development | ||||||||
Arma 3 version | 2.10 | ||||||||
Did you used any other mod when the error occurred? | No | ||||||||
Which mods? | |||||||||
Attached Files | |||||||||
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 |