Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

Tue, Jun 17

ilbinek added a comment to T184219: [Feature Request] Remove argument count limit from callExtensionArgs.

Wouldn't removing the double quoting be considered a breaking chnage, as extensions would need to be edited to not handle it anymore.

Tue, Jun 17, 2:08 PM · Arma 3
dedmen added a comment to T184219: [Feature Request] Remove argument count limit from callExtensionArgs.

We also have toJson now to generate a giant string.
But, passing it to extensions is very annoying because it double-quotes the string. I want to fix that anyways.

Tue, Jun 17, 2:05 PM · Arma 3
dedmen closed T190736: Calling HashMap methods w/o args uses parent _this as Resolved.

The wiki is wrong, the default is not nil.
The default is nothing, if the value is not there, _this is not set.
It behaves the same as call.

Tue, Jun 17, 2:04 PM · Arma 3
dedmen closed T189708: Arma 3 Server unuseable with QEMU/KVM as Resolved.
Tue, Jun 17, 2:02 PM · Arma 3
dedmen added a comment to T190840: request for new parameter - whitelist.

Signatures is possible, BattlEye is not

Tue, Jun 17, 1:57 PM · Arma 3
dedmen set Ref Ticket to AIII-56961 on T163593: [Feature Request] Event handlers for lasers.
Tue, Jun 17, 1:56 PM · Arma 3
dedmen added a comment to T190844: [Feature Request] localize command with specific language.

Problem is the game does not have the languages.
At game/mission start, when loading stringtables, it only reads the configured language and skips over everything else.

Tue, Jun 17, 1:51 PM · Arma 3
dedmen closed T190920: / as Resolved.

Spam is not appreciated.

Tue, Jun 17, 1:50 PM · Arma 3
dedmen closed T191409: no projectile explosions after version 2.18.152783 new PROFILING as Resolved.
Tue, Jun 17, 1:33 PM · Arma 3
dedmen closed T184005: CTD with ACE Arsenal Uniforms tab and large modlist as Resolved.

Should not be any slower, I also made the sorting multithreaded. So it should be much faster too, and in my tests it was.

Tue, Jun 17, 1:32 PM · Arma 3
dedmen closed T191490: Blocked loading of files: tbb4malloc_bi_x64.dll, jemalloc_bi.dll, steam_api64.dll as Resolved.

BattlEye had an outage.

Tue, Jun 17, 1:31 PM · Arma 3
dedmen added a comment to T123355: Eventhandlers are compiled before every execution.

Action scripts are recompiled everytime IF they just contain a script fileName, in that case they essentially do a execVM.

Tue, Jun 17, 1:31 PM · Arma 3
Pe4eNkA199 added a comment to T192649: No messages were received for a long time. Server crash problem.

Well if the server crashes, then we need the crash report files from the server.
Of course you loose connection when the server crashed.

Tue, Jun 17, 1:26 PM · Arma 3
dedmen set Ref Ticket to AIII-56960 on T191670: [Request] User Action Event Handlers - report specific event type in EH.
Tue, Jun 17, 1:25 PM · Arma 3
dedmen closed T191839: [Feature Request] In engine support for delaying mouse movements/Keyboard inputs as Resolved.
Tue, Jun 17, 1:20 PM · Arma 3
dedmen changed the status of T191926: connection problem from New to Need More Info.
Tue, Jun 17, 1:16 PM · Arma 3
dedmen closed T192083: Custom Respawn Position Breaks Missile Locking On Server as Resolved.
Tue, Jun 17, 12:58 PM · Arma 3
dedmen closed T182789: "Play music" and "Play sound" zeus modules are broken on perf/profiling branch as Resolved.
Tue, Jun 17, 12:55 PM · Arma 3
dedmen closed T164190: Calling setCruiseControl on 0 speed makes the vehicle start driving as Resolved.
Tue, Jun 17, 12:50 PM · Arma 3
dedmen closed T191340: Endless repair of vehicle glasses by mean repairer. as Resolved.
Tue, Jun 17, 12:48 PM · Arma 3
dedmen lowered the priority of T180796: PP Effects - Film Grain - Black Pixels when sharpness = 0.0 (only on AMD GPU's?) from Normal to Low.

It'll be a simple issue in the shaders. But the impact is probably too low to invest time into it

Tue, Jun 17, 12:48 PM · Arma 3
dedmen closed T83635: can't start the game as Resolved.
Tue, Jun 17, 12:46 PM · Arma 3
dedmen closed T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support as Resolved.

The backpacks in vehicles (not just quads) are generally hidding to prevent clipping issues.
For example sitting in a seat with back support, you wouldn't want your backpack glitching through it.

Tue, Jun 17, 12:45 PM · Arma 3
dedmen added a comment to T192383: Unexpected behavior of scripted Zeus modules in SP/local MP environments.

https://github.com/WolfCorps/gf_scripts/blob/master/addons/gf_scripts/functions/fn_p_makeUnitCurator.sqf
I use this script to give units zeus access.
It spawns ModuleCurator_F in script, same as you show it.

Tue, Jun 17, 12:41 PM · Arma 3
dedmen added a comment to T192402: Problem with access to inventory of killed..

There is no way to reproduce this problem.

Tue, Jun 17, 12:38 PM · Arma 3
dedmen added a comment to T177784: [Feature Request] soundTypeIndex for magazines.

But what if both muzzle and magazine have different soundTypeIndex, how do we choose?

Tue, Jun 17, 12:06 PM · Arma 3
dedmen closed T192438: 0xC000009A - STATUS_INSUFFICIENT_RESOURCES and Battleye blocking addon files as Resolved.

It was a BattlEye outage

Tue, Jun 17, 12:06 PM · Arma 3
dedmen added a comment to T124858: Player gets stuck in HOLES on USS Freedom Deck.

A proposed fix was pushed in Profiling branch v31
It will reappear in 2.20 v1

Tue, Jun 17, 12:03 PM · Arma 3
dedmen added a comment to T192523: Please continue to increase the engine's particle count limit..

The 16000/18000/19000 hardcoded limits I assume you mean.
Yeah we could probably raise that a bit, it'll still be limited by video settings anyway, but you can change them in config then
particlesSoftLimit/particlesHardLimit in config somewhere, they are just currently clamped by hardcoded in-engine maximum

Tue, Jun 17, 12:01 PM · Arma 3
dedmen closed T192022: Game having difficulty launching and no servers/connection. However when I disable battle eye its seems like the game wants to start ticking as Resolved.

BattlEye as having outages. this looks like it was caused by it.

Tue, Jun 17, 11:59 AM · Arma 3
dedmen changed the status of T192648: Exit code: 0x0000DEAD- unknown from New to Need More Info.

Send the RPT/crashreport then: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Tue, Jun 17, 11:59 AM · Arma 3
dedmen changed the status of T192649: No messages were received for a long time. Server crash problem from New to Need More Info.

Well if the server crashes, then we need the crash report files from the server.
Of course you loose connection when the server crashed.

Tue, Jun 17, 11:58 AM · Arma 3

Mon, Jun 16

galevsky added a comment to T117928: Custom Group Callsign not shown in MP Lobby.

Can we expect a fix on this?

Mon, Jun 16, 4:04 PM · Arma 3
nuintun renamed T192652: UI Blurry with Render Scale and FidelityFX have not been fully fixed yet! from There are still some UI that have not been fixed yet! to UI Blurry with Render Scale and FidelityFX have not been fully fixed yet!.
Mon, Jun 16, 3:57 PM · Arma Reforger
nuintun created T192652: UI Blurry with Render Scale and FidelityFX have not been fully fixed yet!.
Mon, Jun 16, 3:51 PM · Arma Reforger
BIS_fnc_KK changed the status of T192324: difficulty settings not saving properly from New to Feedback.
Mon, Jun 16, 12:31 PM · Arma 3
BIS_fnc_KK added a comment to T192324: difficulty settings not saving properly.

Revision: 152941

Mon, Jun 16, 12:30 PM · Arma 3
Pe4eNkA199 created T192649: No messages were received for a long time. Server crash problem.
Mon, Jun 16, 11:13 AM · Arma 3
SergiDager created T192648: Exit code: 0x0000DEAD- unknown.
Mon, Jun 16, 8:07 AM · Arma 3

Sun, Jun 15

Awesomichael added a comment to T192324: difficulty settings not saving properly.

also just to add, here's a video demonstration of this issue: https://www.youtube.com/watch?v=bcqSptQ1jKw
(it's not my video, but it shows the same exact issue im having)

Sun, Jun 15, 6:10 PM · Arma 3

Sat, Jun 14

youtubepremiumapk added a comment to T184047: Comments and Ideas for Enhancing Arma 3's AI Behaviour.
Sat, Jun 14, 5:39 PM · Arma 3 Creator DLC - Global Mobilization
yrg07520 added a comment to T192022: Game having difficulty launching and no servers/connection. However when I disable battle eye its seems like the game wants to start ticking.
Sat, Jun 14, 9:39 AM · Arma 3

Tue, Jun 10

stoneform created T192531: Warlords crashes when spawning F-111A/D.
Tue, Jun 10, 6:20 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
dedmen added a comment to T174593: Allow direct position in slingLoadCargoMemoryPoints config.

Unlike ViV loading (where this was done), its alot harder to do with slindload. Because it literally just stores the memory point index. So that it can later look it up and consider animations moving that point.

Tue, Jun 10, 11:34 AM · Arma 3
TT_12345 created T192523: Please continue to increase the engine's particle count limit..
Tue, Jun 10, 7:45 AM · Arma 3
elonmaskx93 added a comment to T124858: Player gets stuck in HOLES on USS Freedom Deck.
Tue, Jun 10, 4:31 AM · Arma 3

Mon, Jun 9

LouMontana closed T191859: Night vision goggles on other units animate with delay for me on dedicated server as Resolved.
Mon, Jun 9, 6:18 PM · Arma 3
LouMontana added a comment to T191859: Night vision goggles on other units animate with delay for me on dedicated server.

can be closed as per this Discord message (not a bug, just network synchronisation not being instant)

Mon, Jun 9, 6:18 PM · Arma 3

Sun, Jun 8

Puotek added a comment to T192438: 0xC000009A - STATUS_INSUFFICIENT_RESOURCES and Battleye blocking addon files.

Seems like it was battleye, after disabling it its fine now.

Sun, Jun 8, 1:48 AM · Arma 3

Fri, Jun 6

Puotek created T192438: 0xC000009A - STATUS_INSUFFICIENT_RESOURCES and Battleye blocking addon files.
Fri, Jun 6, 11:57 PM · Arma 3
Ander added a comment to T191859: Night vision goggles on other units animate with delay for me on dedicated server.
Fri, Jun 6, 5:13 PM · Arma 3
TRAGER added a comment to T124855: Sound bug with plane.

This issue can be reproed by any sound source that use SoundSet system, for example - tanks, cars, etc.

Fri, Jun 6, 1:58 PM · Arma 3
Hypoxic added a comment to T124858: Player gets stuck in HOLES on USS Freedom Deck.

According to Leopard20, this looks to be a LOD bounding box issue, not a position issue. There are large gaps in the roadway LOD that you can fall through when hitting the seam.

Fri, Jun 6, 4:05 AM · Arma 3
mariakristen added a comment to T171423: Wheeled helicopters bounce when landed on surfaces other than the ground.
Fri, Jun 6, 12:03 AM · Arma 3 Creator DLC - CSLA Iron Curtain
mariakristen added a comment to T171423: Wheeled helicopters bounce when landed on surfaces other than the ground.
Fri, Jun 6, 12:03 AM · Arma 3 Creator DLC - CSLA Iron Curtain

Thu, Jun 5

WillKMJ created T192405: Opening a dialog causes jet controls to change.
Thu, Jun 5, 8:04 PM · Arma 3
Drofseh added a comment to T174593: Allow direct position in slingLoadCargoMemoryPoints config.

I'd really like this as well!

Thu, Jun 5, 7:55 PM · Arma 3
mickeymen created T192402: Problem with access to inventory of killed..
Thu, Jun 5, 6:28 PM · Arma 3
EricJ created T192392: BLUFOR Mk6 Mortar causes error.
Thu, Jun 5, 3:12 PM · Arma 3
Kohjin created T192383: Unexpected behavior of scripted Zeus modules in SP/local MP environments.
Thu, Jun 5, 12:30 PM · Arma 3
FuShengxiejin added a comment to T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support.

It has always been like this

Thu, Jun 5, 8:36 AM · Arma 3

Wed, Jun 4

863_rylo added a comment to T192370: Multiple issues with modded servers on Reforger ps5.

I have four issues I wanted to report, firstly I have a problem with game freezing when playing after a couple hours, this is then followed by another issue where I get hit with a server connection error trying to load back in’s. third everytime a server updates there mods and you redownload the mods to get back into the server it will freeze up and not update the file, this leads to having to delete the mod and redownload. and last I just wanted to ask to work on optimizing the game further, I play mostly mods but even in the official servers my fps will drop in the 5-10 range, but normally i get about 30-40 fps on performance mode. I should be getting 60. all of the issues were recorded on a base ps5, and on W.C.S modded servers. specifically W.C.S. new ever on north/south miami servers

Wed, Jun 4, 11:34 PM · Arma Reforger
863_rylo created T192370: Multiple issues with modded servers on Reforger ps5.
Wed, Jun 4, 11:29 PM · Arma Reforger
Markoo added a comment to T124858: Player gets stuck in HOLES on USS Freedom Deck.

Here is a fixed script that uses vector dir and up instead of setPitchBank.
Vanilla function also fails if you try to align the carrier in the Titanic mode and fixed one doesn't.

Wed, Jun 4, 9:53 PM · Arma 3
BIS_fnc_KK claimed T192324: difficulty settings not saving properly.
Wed, Jun 4, 12:15 PM · Arma 3

Tue, Jun 3

Awesomichael created T192324: difficulty settings not saving properly.
Tue, Jun 3, 7:53 PM · Arma 3

Sat, May 31

Nowayout82 added a comment to T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support.
Sat, May 31, 9:24 AM · Arma 3
Nowayout82 added a comment to T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support.
Sat, May 31, 9:23 AM · Arma 3
TRAGER updated the task description for T181573: Promet and MX assault rifles sound shaders issues.
Sat, May 31, 3:24 AM · Arma 3

Fri, May 30

Chip42 created T192239: house windows bug Land_i_Addon_02_V1_F.
Fri, May 30, 8:07 PM · Arma 3
ramsaybolt12 added a comment to T180796: PP Effects - Film Grain - Black Pixels when sharpness = 0.0 (only on AMD GPU's?).
Fri, May 30, 4:28 PM · Arma 3
DBoo69 added a comment to T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support.
Fri, May 30, 1:33 PM · Arma 3

Thu, May 29

TRAGER created T192204: Wrong values for detached in-air cargo and rope break in all classes.
Thu, May 29, 5:03 PM · Arma 3
GG01110 created T192191: Backpack dissapears when you ride a quad bike, motorbike or in general a vehicle with no back support.
Thu, May 29, 4:07 AM · Arma 3

Wed, May 28

stoneform created T192182: Please update vn_default config on sogpf wiki.
Wed, May 28, 5:29 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Barns added a comment to T191340: Endless repair of vehicle glasses by mean repairer..
Wed, May 28, 4:48 PM · Arma 3
KamalDeepPareek added a comment to T169337: removeWeaponGlobal doesn't properly affect all pylon weapons of some CSLA helicopters.

The issue with removeWeaponGlobal not fully removing all pylon weapons from some CSLA helicopters like the Mi-24V, AH-1F, and MH-60A DAP appears to stem from improper weapon-magazine linking in the config files. While the command logs the correct pylon weapons, some still remain usable, suggesting discrepancies in how pylon weapons are configured or bound to the vehicle. This issue is reproducible and doesn't occur in other aircraft like the Mi-17 or AH-99, indicating a DLC-specific config oversight. A config review of CfgMagazines and weapon associations for the affected helicopters is recommended to resolve the inconsistency.

Wed, May 28, 9:29 AM · Arma 3 Creator DLC - CSLA Iron Curtain

Mon, May 26

coleslaw931 added a comment to T192151: Can't connect to any server connection failed (0x00010001).

Need help please!

Mon, May 26, 10:08 PM · Arma Reforger Xbox
coleslaw931 created T192151: Can't connect to any server connection failed (0x00010001).
Mon, May 26, 10:08 PM · Arma Reforger Xbox
Darkbelg added a comment to T164190: Calling setCruiseControl on 0 speed makes the vehicle start driving.

@Tenshi This seem to be fixed.

Mon, May 26, 11:34 AM · Arma 3
Darkbelg created T192140: Qilin gunner does not fire when doing doSuppressiveFire .
Mon, May 26, 11:23 AM · Arma 3
johna14522 added a comment to T169706: Clarified: Huey sits on the ground at wrong pitch angle with AFM.
Mon, May 26, 11:04 AM · Arma 3 Creator DLC - S.O.G. Prairie Fire

May 25 2025

aliabayan added a comment to T182789: "Play music" and "Play sound" zeus modules are broken on perf/profiling branch.
May 25 2025, 8:13 AM · Arma 3

May 23 2025

olsi added a comment to T191578: add3DENConnection and get3DENConnections are broken for connection type "Group".
May 23 2025, 8:30 PM · Arma 3
aritheweasel changed Severity from severity:major to severity:none on T192083: Custom Respawn Position Breaks Missile Locking On Server.
May 23 2025, 6:02 AM · Arma 3
aritheweasel created T192083: Custom Respawn Position Breaks Missile Locking On Server.
May 23 2025, 5:55 AM · Arma 3
psychedelic14 added a comment to T192025: Invert y-axis mouse is not working in zeus.
May 23 2025, 2:52 AM · Arma 3

May 21 2025

dukenukem0 created T192025: Invert y-axis mouse is not working in zeus.
May 21 2025, 2:53 PM · Arma 3
metaldoze added a comment to T178138: Echo sound glitch when Mk20 and Katiba fire at the same time due to a flaw in their configurations.
May 21 2025, 10:21 AM · Arma 3
bowmaster369 created T192022: Game having difficulty launching and no servers/connection. However when I disable battle eye its seems like the game wants to start ticking.
May 21 2025, 9:32 AM · Arma 3

May 19 2025

HarrietReed added a comment to T184681: The god damn cars .
May 19 2025, 9:12 AM · Arma Reforger Playstation 5
HarrietReed added a comment to T187352: Arma 3 latest build quites responding if you switch to another app resulting in black screen / Arma crashes.
May 19 2025, 9:05 AM · Arma 3
onlinegames added a comment to T191860: Character stance changing happens with extra animations sometimes on dedicated server.
May 19 2025, 7:54 AM · Arma 3
onlinegames added a comment to T191860: Character stance changing happens with extra animations sometimes on dedicated server.
May 19 2025, 7:53 AM · Arma 3
onlinegames added a comment to T191860: Character stance changing happens with extra animations sometimes on dedicated server.
May 19 2025, 7:52 AM · Arma 3

May 18 2025

GammaEmerald added a comment to T191860: Character stance changing happens with extra animations sometimes on dedicated server.
May 18 2025, 3:23 AM · Arma 3

May 16 2025

jpjh changed Operating System from os:w10x64 to os:w11x64 on T191926: connection problem.
May 16 2025, 4:36 PM · Arma 3
jpjh created T191926: connection problem.
May 16 2025, 4:36 PM · Arma 3

May 15 2025

TRAGER created T191902: Sounds of weapon casings drop do not play randomly in some cases.
May 15 2025, 10:37 AM · Arma 3
katyperry added a comment to T176250: 3DEN OnHistoryChange event not triggered when placing comment and pressing cancel.
May 15 2025, 4:07 AM · Arma 3