RHS Feedback - USAF
View Issue Details
0004711USAF[All Projects] Generalpublic2018-10-27 20:362019-03-09 23:04
SimonGhostRilley 
reyhard 
noneminoralways
closedunable to reproduce 
 
 
Yes
1.84
No
0004711: There is an empty space behind the Cannon mount of M1A1 and Tanks FCS
There 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.
modeling error : (

Thank you : )
FCS 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];

};
No tags attached.
jpg M1A2SEP.jpg (442,146) 2018-10-27 20:36
https://feedback.rhsmods.org/file_download.php?file_id=1906&type=bug
Issue History
2018-10-27 20:36SimonGhostRilleyNew Issue
2018-10-27 20:36SimonGhostRilleyFile Added: M1A2SEP.jpg
2018-10-28 08:57reyhardSeveritymajor => minor
2018-10-28 08:59reyhardNote Added: 0008727
2018-10-28 08:59reyhardAssigned To => reyhard
2018-10-28 08:59reyhardStatusnew => feedback
2019-03-09 23:04reyhardStatusfeedback => closed
2019-03-09 23:04reyhardResolutionopen => unable to reproduce

Notes
(0008727)
reyhard   
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