Anonymous | Login | 2024-11-21 12:43 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 | ||||
0002582 | AFRF | [All Projects] General | public | 2016-08-16 18:20 | 2016-08-17 09:46 | ||||
Reporter | vostov | ||||||||
Assigned To | reyhard | ||||||||
Priority | none | Severity | minor | Reproducibility | sometimes | ||||
Status | closed | Resolution | not fixable | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002582: M2A3 Busk III rendered immobile bug. | ||||||||
Description | Periodically 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 Reproduce | Begin 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. | ||||||||
Tags | No tags attached. | ||||||||
Is it a wish/request? | No | ||||||||
RHS version | |||||||||
Arma 3 version | 1.62 | ||||||||
Did you used any other mod when the error occurred? | No | ||||||||
Which mods? | |||||||||
Attached Files | |||||||||
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 |