RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004711USAF[All Projects] Generalpublic2018-10-27 20:362019-03-09 23:04
ReporterSimonGhostRilley 
Assigned Toreyhard 
PrioritynoneSeverityminorReproducibilityalways
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004711: There is an empty space behind the Cannon mount of M1A1 and Tanks FCS
DescriptionThere is an empty space behind the Cannon mount of M1A1. This seems to be a modeling error and we hope you can fix it.
In my memory, it wasn't like this around May, but it's a recent error. Please. Please fix it.

And I tried to turn the FCS off when the vehicle was backing up by touching the internal files. The syntax is as follows. Could you include it? Current T series or M series will operate FCS when reversing.

Or can't you make the FCS work like it is? I think it is possible because of the if syntax

Please help me if you can cooperate with the FCS of M series. I came back from K-1 Tank six months ago as Gunner.

And from M1A2 SEP v2, you've added an RWS for the Commander and wouldn't want to add it to the RHS_USAF?
I'd appreciate it if you could add it.

If you are angry that I touched the file at your disposal, please forgive me. I'm sorry.
Steps To Reproducemodeling error : (

Thank you : )
Additional InformationFCS run..

rhs_lead_m1.sqf




        if(abs(_travSpeed) > 0.005 and (speed _v < 1.5) and (speed _v > -1.5))then{

            _lead= ((_t/100)*(_travSpeed/110))*_p;
            _lead=(_lead+_oldLead)/2;
            if(
                (abs(_lead)<0.2) &&
                (abs(abs _lead - abs _oldLead)>(1/(_t/1.2)))
            )then{_v animate ["lead",-_lead];_oldLead=_lead;};
        }else{_v animate["lead",0]};
        //hint format["turret traverse speed: %1\nlead: %2 \n\nangle1 %3, angle 2:%4",_travSpeed,_lead,_a1,_a2];
    };

    _v animate ["lead",0];

};
TagsNo tags attached.
Is it a wish/request?Yes
RHS version
Arma 3 version1.84
Did you used any other mod when the error occurred?No
Which mods?
Attached Filesjpg file icon M1A2SEP.jpg [^] (442,146 bytes) 2018-10-27 20:36

- Relationships

-  Notes
(0008727)
reyhard (administrator)
2018-10-28 08:59

if you are aiming down then there should be some space? Please use correct severity - it's by no means major issue

- Issue History
Date Modified Username Field Change
2018-10-27 20:36 SimonGhostRilley New Issue
2018-10-27 20:36 SimonGhostRilley File Added: M1A2SEP.jpg
2018-10-28 08:57 reyhard Severity major => minor
2018-10-28 08:59 reyhard Note Added: 0008727
2018-10-28 08:59 reyhard Assigned To => reyhard
2018-10-28 08:59 reyhard Status new => feedback
2019-03-09 23:04 reyhard Status feedback => closed
2019-03-09 23:04 reyhard Resolution open => unable to reproduce


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker