RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002582AFRF[All Projects] Generalpublic2016-08-16 18:202016-08-17 09:46
Reportervostov 
Assigned Toreyhard 
PrioritynoneSeverityminorReproducibilitysometimes
StatusclosedResolutionnot fixable 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002582: M2A3 Busk III rendered immobile bug.
DescriptionPeriodically during longer missions. The AI locks up and the M2A3 is rendered immobile.

I do not know how this occurs precisely.

[EDIT] 11:47CST

I am not able to move the IVF once the glitch occurs.
Steps To ReproduceBegin long mission. Assign complicated waypoints. I use IFVs to move ahead of dismounted infantry. This is done after an UNLOAD waypoint.

I do note that I tell units to move ''slow'' maybe this has to do with it.

I will test and adjust this note after.
Additional Information[EDIT] 11:47CST


The sound the M2A3 Busk III makes when it locks up and is rendered immobile is a high pitched engine noise.

As if it is using full engine power.
TagsNo tags attached.
Is it a wish/request?No
RHS version
Arma 3 version1.62
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0005230)
reyhard (administrator)
2016-08-17 09:46

arma bug. it affects all tracked vehicles. In some very long missions I used following workaround (since 1.52... so Bis has it broken for quite a long time unfortunately)

[nameOfVehicle] execVM "vehicleFix.sqf"

content of vehicleFix.sqf
params["_v"];

private _tick = 0;

while{alive _v}do{
    if(speed _v < 3)then{
        _tick=_tick+1;
        if(_tick > 10)then{
            private _fuel = fuel _v;
            _v setFuel 0;
            sleep 60;
            _v setFuel _fuel;
            _tick = 0;
        };
    };
    sleep 10;
};

- Issue History
Date Modified Username Field Change
2016-08-16 18:20 vostov New Issue
2016-08-17 06:48 vostov Description Updated View Revisions
2016-08-17 06:48 vostov Additional Information Updated View Revisions
2016-08-17 09:46 reyhard Note Added: 0005230
2016-08-17 09:46 reyhard Status new => closed
2016-08-17 09:46 reyhard Assigned To => reyhard
2016-08-17 09:46 reyhard Resolution open => not fixable


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker