RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003470AFRF[All Projects] Generalpublic2017-09-06 21:402017-11-10 12:16
ReporterGriggs 
Assigned To 
PrioritynoneSeverityminorReproducibilityhave not tried
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003470: Wrong zoom parameters
DescriptionDriver of BRDM-2 have less zoom value than commander, also it seems that all BTR familly drivers have that problem too.
BTR-80A driver can't zoom at all.
And commander's NSVTs on all russian tanks (T-72s, T-80s) have no zoom when aiming with collimator sight.
TagsNo tags attached.
Is it a wish/request?No
RHS version
Arma 3 version1.70
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0006974)
Griggs (reporter)
2017-11-05 16:23

up
(0006995)
Griggs (reporter)
2017-11-10 10:22
edited on: 2017-11-10 10:23

this is really easy to fix actually:

-for BRDM-2: in rhsgref_BRDM2 in class ViewPilot
initFov = 0.7;
minFov = 0.42;
maxFov = 0.85;

-for BTR-60/70/80: in rhs_btr_base in class ViewPilot
initFov = 0.7;
minFov = 0.3;
maxFov = 1.0;

-for BTR-80A: in rhs_btr80a_msv in class ViewPilot
initFov = 0.7;
minFov = 0.7;
maxFov = 0.7;

-for T-80B: in rhs_tank_base in class CommanderMG in class OpticsIn
initFov = "0.7/1.2";
minFov = "0.7/1.2";
maxFov = "0.7/1.2";

-for T-80BV: in rhs_t80bv in class CommanderMG in class OpticsIn
initFov = "0.7/1.2";
minFov = "0.7/1.2";
maxFov = "0.7/1.2";

-for T-72B: in rhs_a3t72tank_base in class CommanderMG in class OpticsIn
initFov = "0.7/1.2";
minFov = "0.7/1.2";
maxFov = "0.7/1.2";

BUT as far as I know all these parameters need to be
initFov = "0.7"; (or 0.75, as in infantry, idk that one for sure)
minFov = "0.25";
maxFov = "1.1";

In case of balance I need to admit that there are no such mistakes in USAF vehicles.

(0006996)
reyhard (administrator)
2017-11-10 10:51

thing is that those params affect output of "zoom" UI element. Some of the scripts are relaying on it and that's the reason why it's made this way. There is workaround for that but I didn't have time to apply it everywhere
(0006997)
Griggs (reporter)
2017-11-10 12:16

oh... okay, I alse had spotted same zoom mistake on M1 Abrams Loader slot, just in case

- Issue History
Date Modified Username Field Change
2017-09-06 21:40 Griggs New Issue
2017-11-05 16:23 Griggs Note Added: 0006974
2017-11-10 10:22 Griggs Note Added: 0006995
2017-11-10 10:23 Griggs Note Edited: 0006995 View Revisions
2017-11-10 10:51 reyhard Note Added: 0006996
2017-11-10 12:16 Griggs Note Added: 0006997


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker