Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

Feb 2 2022

SubtlyAgressive created T163074: 0xC0000005 - STATUS_ACCESS_VIOLATION.
Feb 2 2022, 10:54 PM · Arma 3
dedmen closed T162993: New command systemTimeUnix as Resolved.

You can use preprocessor to get unix timestamp.
Or you can just use https://community.bistudio.com/wiki/systemTimeUTC and calculate it yourself. Its not that hard.

Feb 2 2022, 10:24 PM · Arma 3
BIS_fnc_KK closed T153528: A or D stuck when opening a map as Resolved.
Feb 2 2022, 9:08 PM · Arma 3
BIS_fnc_KK changed the status of T119487: Darter UAV stops on route to way point set in uav terminal. from Acknowledged to Feedback.
Feb 2 2022, 9:03 PM · Arma 3
BIS_fnc_KK added a comment to T119487: Darter UAV stops on route to way point set in uav terminal..

Should be fixed in 148703

Feb 2 2022, 9:03 PM · Arma 3
BIS_fnc_KK changed the status of T123050: Darter and Falcon waypoint and movement issues, a subtask of T82570: UAV Darter waypoints do not always work, from Acknowledged to Feedback.
Feb 2 2022, 9:00 PM · Arma 3
BIS_fnc_KK changed the status of T123050: Darter and Falcon waypoint and movement issues from Acknowledged to Feedback.
Feb 2 2022, 9:00 PM · Arma 3
BIS_fnc_KK added a comment to T123050: Darter and Falcon waypoint and movement issues.

should be fixed in 148703

Feb 2 2022, 8:59 PM · Arma 3
BIS_fnc_KK changed the status of T82570: UAV Darter waypoints do not always work from Acknowledged to Feedback.
Feb 2 2022, 8:59 PM · Arma 3
BIS_fnc_KK added a comment to T82570: UAV Darter waypoints do not always work.

should be fixed in 148703

Feb 2 2022, 8:59 PM · Arma 3
BIS_fnc_KK claimed T123050: Darter and Falcon waypoint and movement issues.
Feb 2 2022, 8:18 PM · Arma 3
BIS_fnc_KK claimed T119487: Darter UAV stops on route to way point set in uav terminal..
Feb 2 2022, 8:14 PM · Arma 3
TRAGER added a comment to T153528: A or D stuck when opening a map.

I confirm fix in 148702, can be closed

Feb 2 2022, 3:40 PM · Arma 3
mickeymen added a comment to T160471: Changing Weapons fire mode to default in Vehicles.

@BIS_fnc_KK when patch adding this feature?
I'm already tired of waiting

Feb 2 2022, 11:06 AM · Arma 3
SuicideKing created T163062: DX11 error - CreateTexture failed - E_OUTOFMEMORY.
Feb 2 2022, 8:29 AM · Arma 3

Feb 1 2022

Xposed created T163054: Server issue.
Feb 1 2022, 11:56 PM · Arma 3
alex_p created T163053: Wrong value for "numberOfDoors" in the config file "Land_House_1B01_F".
Feb 1 2022, 10:18 PM · Arma 3
lankercool created T163052: Request: Static Titan AT/AA should be constructed out of the launchers.
Feb 1 2022, 10:09 PM · Arma 3
Red added a comment to T71491: [Feature Request] Engine start delay for vehicles.

upvoted

Feb 1 2022, 7:19 PM · Arma 3
RogoRogo added a comment to T162816: Pandur II missing RAMP animation, MMB context function, missing TOP HATCHES and fighting positions.

Thank you for the reply nonetheless!

Feb 1 2022, 5:18 PM · Arma 3
BIS_fnc_KK added a comment to T149967: tvSetCurSel can not select multiple entries of a CT_TREE.
[] spawn 
{ 
 disableSerialization; 
 _CT_TREE = findDisplay 46 ctrlCreate ["RscTreeMulti", -1]; 
 _CT_TREE ctrlSetPosition [0,0,0.3,1]; 
 _CT_TREE ctrlCommit 0; 
 _CT_TREE tvAdd [[],"Parent_A"]; 
 _CT_TREE tvAdd [[0],"Child_A"]; 
 _CT_TREE tvAdd [[0],"Child_B"]; 
 _CT_TREE tvAdd [[0],"Child_C"]; 
 _CT_TREE tvExpand [0]; 
 sleep 1; 
 for "_i" from 0 to 2 do { 
  hint format ["Selecting Child %1",_i]; 
  _CT_TREE tvSetSelected [[0, _i],true]; 
  sleep 1; 
 }; 
 sleep 1; 
 hint "DESELECT ALL"; 
 _CT_TREE tvSetCurSel [-1]; 
};
Feb 1 2022, 2:33 PM · Arma 3
BIS_fnc_KK changed the status of T149967: tvSetCurSel can not select multiple entries of a CT_TREE from New to Feedback.
Feb 1 2022, 2:28 PM · Arma 3
BIS_fnc_KK added a comment to T149967: tvSetCurSel can not select multiple entries of a CT_TREE.

use tvSetSelected and RscTreeMulti

Feb 1 2022, 2:28 PM · Arma 3
BIS_fnc_KK changed the status of T146592: RscTree, type = CT_TREE, multiselectEnabled = 1; No way to identify multiple selected items. from Assigned to Feedback.
Feb 1 2022, 2:28 PM · Arma 3
BIS_fnc_KK added a comment to T146592: RscTree, type = CT_TREE, multiselectEnabled = 1; No way to identify multiple selected items..

Added in 2.02 tvIsSelected, tvSelection, tvSetSelected

Feb 1 2022, 2:27 PM · Arma 3
jackyjoy123 added a comment to T162981: Particles from particle source in mid air will spawn on first surface directly below.
Feb 1 2022, 11:57 AM · Arma 3
BIS_fnc_KK changed the status of T160903: BIS_fnc_missileLaunchPositionFix spawns and deletes GameLogic as a workaround for already implemented command from Reviewed to Feedback.
Feb 1 2022, 11:03 AM · Arma 3
BIS_fnc_KK added a comment to T160903: BIS_fnc_missileLaunchPositionFix spawns and deletes GameLogic as a workaround for already implemented command.

Should be changed with the next data update

Feb 1 2022, 11:03 AM · Arma 3
Nick99 created T163042: Cant play Arma 3 .
Feb 1 2022, 9:05 AM · Arma 3

Jan 31 2022

BIS_fnc_KK added a comment to T160993: Virtual Arsenal - Add "arensalPreOpen" scripted event handler.

Added "arsenalPreOpen" which fires before arsenal display is created (next data update)

Jan 31 2022, 11:29 PM · Arma 3
Galkin575 created T163037: Game crashes 1 minute after loading into mission.
Jan 31 2022, 11:15 PM · Arma 3
BIS_fnc_KK added a comment to T66225: drawLine3D not visible through mh-9 and ah-9 glass.

Could be config related

Jan 31 2022, 10:42 PM · Arma 3
BIS_fnc_KK changed the status of T66225: drawLine3D not visible through mh-9 and ah-9 glass from Assigned to Acknowledged.
Jan 31 2022, 10:42 PM · Arma 3
BIS_fnc_KK placed T160471: Changing Weapons fire mode to default in Vehicles up for grabs.
Jan 31 2022, 10:40 PM · Arma 3
BIS_fnc_KK changed the status of T153528: A or D stuck when opening a map from New to Feedback.
Jan 31 2022, 10:36 PM · Arma 3
BIS_fnc_KK added a comment to T153528: A or D stuck when opening a map.

should be fixed in 148107

Jan 31 2022, 10:36 PM · Arma 3
BIS_fnc_KK changed the status of T162644: Wheeled vehicle steering input incorrectly continues to limit in some circumstances from Assigned to Feedback.
Jan 31 2022, 10:35 PM · Arma 3
BIS_fnc_KK added a comment to T162644: Wheeled vehicle steering input incorrectly continues to limit in some circumstances.

rev 148701 opening map, changing seat or abandoning car should result in steering autocentering @ceeeb please check

Jan 31 2022, 10:35 PM · Arma 3
BIS_fnc_KK closed T157067: Disabled simulation lets you still enter vehicles - once inside you only get black screen - and no longer can get out as Resolved.
Jan 31 2022, 4:23 PM · Arma 3
reyhard closed T157826: Mk14 7.62 mm (Classic) - wrong editor subcat as Resolved.
Jan 31 2022, 12:26 PM · Arma 3

Jan 30 2022

Th3Fl0 created T163025: No sound available in S.O.G. missions.
Jan 30 2022, 4:01 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
reyhard closed T160864: Wrong in team UAV operator position as Resolved.
Jan 30 2022, 3:41 PM · Arma 3
TRAGER added a comment to T157826: Mk14 7.62 mm (Classic) - wrong editor subcat .

I confirm fix in rev. 148680
Close ticket, please

Jan 30 2022, 1:56 PM · Arma 3
TRAGER added a comment to T160864: Wrong in team UAV operator position.

ok, I understood
Confirm fix in rev. 148680, might be worth a close ticket

Jan 30 2022, 1:56 PM · Arma 3
kju-PvPscene added a comment to T157067: Disabled simulation lets you still enter vehicles - once inside you only get black screen - and no longer can get out.

can be closed

Jan 30 2022, 11:11 AM · Arma 3
kju-PvPscene added a comment to T155908: DisableAI "COVER" bugged.

Possible to get this looked into please? Really easy to repro with above

Jan 30 2022, 11:11 AM · Arma 3
kju-PvPscene added a comment to T153212: [BUG] One-man-tanks (hasDriver=-1) not working in multiplayer.

@BIS_fnc_KK Is there a chance to still see this addressed one way or another?

Jan 30 2022, 11:02 AM · Arma 3

Jan 29 2022

Leopard20 added a comment to T162128: Crash during game load with Advanced Developer Tools addon.

So I noticed that this crash occurs due to Arma saving some stuff that it shouldn't.
Maybe because I store displays into global variables, and it tries to deserialize those global vars.

Jan 29 2022, 7:08 PM · Arma 3
ZERKS added a comment to T163003: Arma 3 server menu.

Computer Specifications

Jan 29 2022, 1:47 PM · Arma 3
ZERKS created T163003: Arma 3 server menu.
Jan 29 2022, 1:32 PM · Arma 3
Vdauphin edited Steps To Reproduce on T162941: Suppressed event isn't fire when unit local to headless is too far.
Jan 29 2022, 10:10 AM · Arma 3

Jan 28 2022

Alexis_74 created T162993: New command systemTimeUnix.
Jan 28 2022, 10:43 PM · Arma 3
SubtlyAgressive changed Severity from severity:major to severity:crash on T161688: FIX Friendly Fire in ENDGAME - Make Default "Dynamic" Group.
Jan 28 2022, 7:33 PM · Arma 3
diwako created T162981: Particles from particle source in mid air will spawn on first surface directly below.
Jan 28 2022, 10:36 AM · Arma 3
SlumDoc created T162977: Major AI Scripting Issues.
Jan 28 2022, 6:44 AM · Arma 3

Jan 27 2022

Melody_Mike added a comment to T160334: Error in editor when Workshop composition was removed/deleted by author.

I will add that I am also experiencing this error.
A "Veteran" user from the Discord server advised that I fix the issue "by removing one of the files that tracks subscribed compositions". The only file that I could find that displayed subscribed items, including compositions, was a file called " subscribedcontent.list " located in "...\Documents\Arma 3\Saved\steam\meta". It's true that compositions with the ID can be found there, when it is unbinarised. And it's true that the offending (in my case 2) compositions could not be found anymore on the workshop. However, neither removing the specific entries in the file, nor deleting the entire file, fixed the issue.

Jan 27 2022, 1:28 PM · Arma 3
Jester12 created T162950: Game crashes when loading a scenario or showcase. STATUS_ACCESS_VIOLATION.
Jan 27 2022, 1:11 PM · Arma 3
KercKasha updated the task description for T150837: config based AnimationSources using source = 'wheel' do not work for remote vehicles in multiplayer (breaks UVAnimations).
Jan 27 2022, 7:38 AM · Restricted Project, Arma 3
KercKasha added a comment to T150837: config based AnimationSources using source = 'wheel' do not work for remote vehicles in multiplayer (breaks UVAnimations).

I did some further investigating into this issue and i've confirmed the real issue is the 'wheel' animation source is whats broken and nothing to do with UVAnimations. Similarly I've found a better vanilla vehicle with the issue.

Jan 27 2022, 7:33 AM · Restricted Project, Arma 3

Jan 26 2022

RcINS created T162946: Warlords sector name can be incomplete.
Jan 26 2022, 11:43 PM · Arma 3
ADAM76 added a comment to T150555: My cellphone doesn't work properly in Old Man Campaign.

где скачать DLC «Контакт и глобальная мобилизация». ????

Jan 26 2022, 9:50 PM · Arma 3
Vdauphin created T162941: Suppressed event isn't fire when unit local to headless is too far.
Jan 26 2022, 6:45 PM · Arma 3
Leopard20 updated the task description for T162938: [Feature Request] Improvements to checkVisibility for better "VIEW" and "FIRE" LOD support.
Jan 26 2022, 2:59 PM · Arma 3
Leopard20 created T162938: [Feature Request] Improvements to checkVisibility for better "VIEW" and "FIRE" LOD support.
Jan 26 2022, 2:58 PM · Arma 3
Leopard20 updated the task description for T162937: [Feature Request] drawTriangle3D command.
Jan 26 2022, 2:40 PM · Arma 3
Leopard20 updated the task description for T162937: [Feature Request] drawTriangle3D command.
Jan 26 2022, 2:37 PM · Arma 3
Leopard20 updated the task description for T162937: [Feature Request] drawTriangle3D command.
Jan 26 2022, 2:31 PM · Arma 3
Leopard20 updated the task description for T162937: [Feature Request] drawTriangle3D command.
Jan 26 2022, 2:30 PM · Arma 3
Leopard20 created T162937: [Feature Request] drawTriangle3D command.
Jan 26 2022, 2:22 PM · Arma 3
dedmen set Ref Ticket to AIII-54916 on T150513: [Feature Request] New LOD type for lineIntersectsSurfaces command: "ROADWAY".
Jan 26 2022, 2:13 PM · Arma 3
11112010 added a comment to T162935: Ошибка.

Прошу помочь разобраться как начать играть. Игру купил если не можете. Прошу вернуть деньги

Jan 26 2022, 11:53 AM · Arma 3
11112010 added a comment to T162935: Ошибка.

Jan 26 2022, 11:52 AM · Arma 3
11112010 added a comment to T162935: Ошибка.

скачал но не могу начать играть

Jan 26 2022, 11:46 AM · Arma 3
11112010 added a comment to T162935: Ошибка.

при входе выдаёт ошибку

Jan 26 2022, 11:45 AM · Arma 3
11112010 created T162935: Ошибка.
Jan 26 2022, 11:41 AM · Arma 3
Nivek created T162929: Land_vn_o_bunker_01 weapon switch levitation.
Jan 26 2022, 2:38 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Nivek created T162928: Land_vn_temple_ruin_01 Sound.
Jan 26 2022, 2:32 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire

Jan 25 2022

LouMontana created T162925: make the random command to only take [min, max].
Jan 25 2022, 5:43 PM · Arma 3
dedmen changed the status of T162872: Update getTextureInfo to return average color of texture from Acknowledged to Feedback.
Jan 25 2022, 12:15 PM · Arma 3
Ligia added a comment to T128842: Naked Bug.
Jan 25 2022, 11:29 AM · Arma 3

Jan 24 2022

nomisum added a comment to T128842: Naked Bug.

Can confirm it seems to happen faster when switching seats in a vehicle.

Jan 24 2022, 8:35 PM · Arma 3
Robert007 added a comment to T162899: Falling Trees.
Jan 24 2022, 5:34 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire

Jan 23 2022

Nivek created T162899: Falling Trees.
Jan 23 2022, 12:13 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire

Jan 22 2022

MR.Black9869 created T162895: Arma 3 Tools won't open.
Jan 22 2022, 9:17 PM · Arma 3

Jan 21 2022

pmercado20 added a comment to T162881: Crash upon loading.

Crashes upon loading with mods

Jan 21 2022, 6:16 PM · Arma 3
pmercado20 created T162881: Crash upon loading.
Jan 21 2022, 6:15 PM · Arma 3
Nivek created T162878: Radio Support UI stays visible on death screen.
Jan 21 2022, 1:35 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Tenshi added a comment to T162872: Update getTextureInfo to return average color of texture.

Thank you for requesting the feature.
Due to the current phase of Live Ops development in Arma 3, we cannot commit to any new features, though we will try to consider them.

Jan 21 2022, 10:56 AM · Arma 3
nakshatras added a comment to T162294: PRC-77 backpacks cause "bad vehicle type" error when trying to copy in the Editor.
Jan 21 2022, 10:51 AM · Arma 3 Creator DLC - CSLA Iron Curtain
Tenshi changed the status of T162872: Update getTextureInfo to return average color of texture from New to Acknowledged.
Jan 21 2022, 10:48 AM · Arma 3
Lukio added a comment to T123488: [UNITS] Change position of the Clan Tag.

I've been wondering if this was possible by now and somehow stumbled upon this suggestion. As outdated squad.xml is, it's what very many active units still rely on.

Jan 21 2022, 12:54 AM · Arma 3
supergauntlet created T162872: Update getTextureInfo to return average color of texture.
Jan 21 2022, 12:13 AM · Arma 3

Jan 20 2022

Bobbie_Gilbert added a comment to T151862: Game Crash - GM Official Server CTI .
Jan 20 2022, 9:23 PM · Arma 3 Creator DLC - Global Mobilization
Alex_Walker added a comment to T86319: Anti Infantry explosives do not effect crew in mounted vehicles.
Jan 20 2022, 2:57 PM · Arma 3
Tenshi added a comment to T160864: Wrong in team UAV operator position.

Hello and thank you for reporting the issue.
Please understand that sometimes to understand the problem we need more information, even if you feel you have already given it.
Either way with the new information i was able to confirm it on our internal build.
We will see what we can do.

Jan 20 2022, 2:00 PM · Arma 3
Tenshi set Ref Ticket to Internal Ref.: AIII-54905 on T160864: Wrong in team UAV operator position.
Jan 20 2022, 1:58 PM · Arma 3
Tenshi set Ref Ticket to Internal Ref.: AIII-54904 on T157826: Mk14 7.62 mm (Classic) - wrong editor subcat .
Jan 20 2022, 1:35 PM · Arma 3
Tenshi added a comment to T157826: Mk14 7.62 mm (Classic) - wrong editor subcat .

Hey thank you for reporting the issue,
I was able to confirm the problem on our internal version as well.
We will see what we can do.

Jan 20 2022, 1:34 PM · Arma 3
callumbryne3 added a comment to T162721: Using the FCS rangefinder on a vehicle turret clears the FCS zero of other turrets on the vehicle.
Jan 20 2022, 11:23 AM · Arma 3

Jan 19 2022

BioHazard001 updated the task description for T162860: Exit code: 0xC0000005 - STATUS_ACCESS_VIOLATE.
Jan 19 2022, 10:34 PM · Arma 3