Page MenuHomeFeedback Tracker
Feed Advanced Search

Feb 22 2024

dedmen closed T179265: crew cursorObject returns nothing in performance binary / profiling branch as Resolved.
Feb 22 2024, 3:29 PM · Arma 3

Feb 12 2024

dedmen added a comment to T170647: [Feature Request] OOP support for SQF using hashmaps (with destructor support).

_self set ["#base.#create", DICE_fnc_hmo_onCreate];

Feb 12 2024, 5:39 PM · Arma 3
dedmen changed the status of T178693: [Feature Request] Add SQF command ignoreTarget from New to Feedback.

https://community.bistudio.com/wiki/ignoreTarget

Feb 12 2024, 3:25 PM · Arma 3
dedmen closed T178591: TargetAcquired event handler as Resolved.

you really want T178693 so we'll do that there

Feb 12 2024, 11:18 AM · Arma 3
dedmen closed T178427: [Feature Request] WaypointCompleted group eventhandler as Resolved.

Destroy task. transitions into a so called "Brown Move" when it cannot find the target.
They then issue a move order to the targets last known position.

Feb 12 2024, 11:16 AM · Arma 3

Feb 9 2024

dedmen changed the status of T178959: create3DENComposition works only with CfgGroups but not with Cfg3DEN-> "Compositions" from New to Feedback.
Feb 9 2024, 5:20 PM · Arma 3
dedmen set Ref Ticket to AIII-55999 on T178959: create3DENComposition works only with CfgGroups but not with Cfg3DEN-> "Compositions".
Feb 9 2024, 2:47 PM · Arma 3

Feb 8 2024

dedmen changed Ref Ticket from AIII-56204 to AIII-54453 on T178335: [Optimization] Make also nearEntities and nearTargets multithreaded for less fps footprint.
Feb 8 2024, 12:38 PM · Arma 3

Feb 5 2024

dedmen changed the status of T175775: Eden Collab - Wish List from New to Feedback.

All that was viable has been done for 2.18.
If there is new stuff then probably a new ticket for that (link it to this one tho)

Feb 5 2024, 6:10 PM · Arma 3
dedmen added a comment to T177862: [Feature Request] Add a key combo to end loadingscreen - ie when its stuck due to a sqf error.

Probably not 2.16
2.16 profiling branch though, shall be good enough

Feb 5 2024, 6:07 PM · Arma 3
dedmen set Ref Ticket to AIII-56242 on T151232: Difficulty setting to -not- display helicopter/plane/tank without GPS on the map.
Feb 5 2024, 2:14 PM · Arma 3

Feb 3 2024

dedmen added a comment to T178825: Allowed Usage for included Stringtables.

Storing stringtable keys, like "Is this defined" would be acceptable in this specific case. And also the package/container names would be okey in this specific case.
But this only applies to base game's stringtables from un-encrypted PBO's. For CDLCs I would say no.
I assume your mostly vanilla mission is unlikely to use CDLC stringtable keys anyway.

Feb 3 2024, 3:25 PM · Arma 3

Feb 1 2024

dedmen revoked Arma 3 Developer from recipient: Leopard20.
Feb 1 2024, 11:49 AM

Jan 30 2024

dedmen added a comment to T177591: Implement Support for Ultra-Widescreen-Settings within UI.

We will add a "Auto" ultra-wide option. That should take care of you.
Its the same as the old Auto but it disables triple-head.
Dev branch tomorrow. maaybe profiling branch

Jan 30 2024, 2:15 PM · Arma 3

Jan 26 2024

dedmen changed the status of T178060: doesnt open from New to Need More Info.

Follow https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Jan 26 2024, 4:48 PM · Arma 3
dedmen edited projects for T178060: doesnt open, added: Arma 3; removed Arma Reforger.
Jan 26 2024, 4:47 PM · Arma 3
dedmen added a comment to T178591: TargetAcquired event handler.

Newtarget is not feasible.
Target is already detected before its known. NewTarget triggers, while nearTargets still returns empty list.
Then when unit becomes known, it appears in nearTargets, but NewTarget wouldn't trigger, because the target has already been in the list, it was just updated. And for that we already have KnowsAboutChanged.
Looks like a won't do.

Jan 26 2024, 4:46 PM · Arma 3
dedmen added a comment to T178427: [Feature Request] WaypointCompleted group eventhandler.

We'll try to research and provide some documentation on the timeouts of different WP types.

Jan 26 2024, 4:43 PM · Arma 3
dedmen changed the status of T177862: [Feature Request] Add a key combo to end loadingscreen - ie when its stuck due to a sqf error from New to Feedback.

ENDLOAD cheat code. Does the same as the internal key combo
Next week dev branch

Jan 26 2024, 12:50 PM · Arma 3

Jan 25 2024

dedmen set Ref Ticket to AIII-56224 on T178591: TargetAcquired event handler.
Jan 25 2024, 2:24 PM · Arma 3
dedmen added a comment to T178527: [Logging] Expose to public dev branch and expand model verification logging.

That message isn't easy to expand.
Also this is not problematic. It means it ran past our pre-allocated storage. The array will just expand dynamically and work fine. It just means we allocate twice.
Unless it spams that message, its not actually a problem that needs solving.

Jan 25 2024, 1:49 PM · Arma 3

Jan 24 2024

dedmen changed the status of T177659: Save/load duplicates slingload hooks from New to Feedback.

next week dev branch, and 2.16

Jan 24 2024, 5:57 PM · Arma 3
dedmen added a comment to T172970: Laser pointer beam is invisible if object view distance lower 526 meters and player direct laser to the air.

That is because view distance is based on the center of the object. And the beams center is in its center, so far away.
Though max beam length is 1000m, so it really should be 500m.

Jan 24 2024, 5:22 PM · Arma 3
dedmen set Ref Ticket to AIII-56223 on T177659: Save/load duplicates slingload hooks.
Jan 24 2024, 10:30 AM · Arma 3

Jan 23 2024

dedmen set Ref Ticket to AIII-56220 on T175507: Laser attachment parameters (beam width and dot size) not working on IR lasers.
Jan 23 2024, 3:30 PM · Arma 3
dedmen added a comment to T178591: TargetAcquired event handler.

You're writing about new command. But all I see is new eventhandler?

Jan 23 2024, 3:28 PM · Arma 3
dedmen added a comment to T177877: IR flashlights have visible volumeShape.

No repro on latest internal build.
No repro on latest profiling branch.
No repro on 2.14 stable.

Jan 23 2024, 2:37 PM · Arma 3

Jan 22 2024

dedmen merged T127894: [Stable] "PlayerViewChanged" MissionEventHandler broken in MP into T127838: Mission Event Handler PlayerViewChanged does not run for non-server players sometimes..
Jan 22 2024, 6:33 PM · Arma 3
dedmen merged task T127894: [Stable] "PlayerViewChanged" MissionEventHandler broken in MP into T127838: Mission Event Handler PlayerViewChanged does not run for non-server players sometimes..
Jan 22 2024, 6:33 PM · Arma 3
dedmen added a comment to T178384: [Feature Request] WeaponChanged and MagazineChanged eventhandler.

https://feedback.bistudio.com/T177742 because Magazine is also a WeaponSlotItem

Jan 22 2024, 1:29 PM · Arma 3
dedmen added a comment to T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..

Arma 3 fix will be in 2.16 update.
DayZ Team has been informed. Thank you!

Jan 22 2024, 12:45 PM · Arma 3
dedmen added a comment to T178590: [Feature Request] Add API for workshop.

Maybe also a separate endpoint just for a mods version.
Many people will want to check simply "is this mod up to date", and fetching the whole description and stats for that everytime would be a waste.

Jan 22 2024, 11:51 AM · Arma Reforger Modding

Jan 19 2024

dedmen added a comment to T174947: Custom Compositions defined in config.cpp don't show up in Zeus.

scopeCurator is coming. If set to zero will disable in zeus

Jan 19 2024, 2:12 PM · Arma 3
dedmen added a comment to T174947: Custom Compositions defined in config.cpp don't show up in Zeus.

"don't show up in Zeus"
Mine do.

Jan 19 2024, 2:08 PM · Arma 3
dedmen added a comment to T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..

We would have some trouble testing this. Maybe you can help test it for us?
in Arma 3\Launcher there is a Utils.dll
Replace it with this one.


That will use the fallback instead of trying to create links inside !Workshop. That should fix the mod corrupted and mod loading issue

Jan 19 2024, 11:46 AM · Arma 3
dedmen claimed T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..
Jan 19 2024, 11:13 AM · Arma 3
dedmen added a comment to T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..

Figured something out.
The !Workshop folder is actually not needed. The Launcher has a fallback for when creating the links inside !Workshop folder would not work.
We know it has issues in Proton, but its actually not activating that fallback.
Next Arma update we will enable the fallback. !Workshop folder will never be created but the mods will be loaded directly from Steams content folder.

Jan 19 2024, 11:12 AM · Arma 3

Jan 17 2024

dedmen set Ref Ticket to AIII-56207 on T178426: Add support for toggling vegetation with do3DENAction .
Jan 17 2024, 7:15 PM · Arma 3
dedmen set Ref Ticket to AIII-56206 on T178229: "addCuratorEditableObjects" spams RPT with "Ref to nonnetwork object" for objects without netId.
Jan 17 2024, 7:05 PM · Arma 3
dedmen closed T178407: [SOLVED] Please help. arma 3 data file too short addons\languagemission_f_epa(1).pbo as Resolved.
Jan 17 2024, 7:04 PM · Arma 3
dedmen added a comment to T178384: [Feature Request] WeaponChanged and MagazineChanged eventhandler.

Ref https://feedback.bistudio.com/T178384

Jan 17 2024, 7:01 PM · Arma 3
dedmen set Ref Ticket to AIII-56205 on T177742: [Feature Request] WeaponSlotItemChanged EventHandler.
Jan 17 2024, 7:01 PM · Arma 3
dedmen set Ref Ticket to AIII-56205 on T178384: [Feature Request] WeaponChanged and MagazineChanged eventhandler.
Jan 17 2024, 7:00 PM · Arma 3
dedmen set Ref Ticket to AIII-56204 on T178335: [Optimization] Make also nearEntities and nearTargets multithreaded for less fps footprint.
Jan 17 2024, 6:57 PM · Arma 3
dedmen set Ref Ticket to AIII-56203 on T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..
Jan 17 2024, 6:55 PM · Arma 3
dedmen added a comment to T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..

!Workshop folder seemed to be empty, with no shortcuts

Jan 17 2024, 6:53 PM · Arma 3
dedmen set Ref Ticket to AIII-56202 on T178427: [Feature Request] WaypointCompleted group eventhandler.
Jan 17 2024, 6:50 PM · Arma 3
dedmen set Ref Ticket to AIII-55989 on T177591: Implement Support for Ultra-Widescreen-Settings within UI.
Jan 17 2024, 6:49 PM · Arma 3
dedmen set Ref Ticket to AIII-56201 on T177862: [Feature Request] Add a key combo to end loadingscreen - ie when its stuck due to a sqf error.
Jan 17 2024, 6:48 PM · Arma 3
dedmen set Ref Ticket to AIII-56200 on T177877: IR flashlights have visible volumeShape.
Jan 17 2024, 6:47 PM · Arma 3

Jan 16 2024

dedmen closed T177395: No Sound for Arma 3 at all as Resolved.
Jan 16 2024, 5:46 PM · Arma 3
dedmen closed T177500: ERROR as Resolved.
Jan 16 2024, 5:45 PM · Arma 3
dedmen closed T177559: arma3_x64.exe as Resolved.
Jan 16 2024, 5:45 PM · Arma 3
dedmen added a comment to T177862: [Feature Request] Add a key combo to end loadingscreen - ie when its stuck due to a sqf error.

I like that idea. But oof.

Jan 16 2024, 5:41 PM · Arma 3
dedmen added a comment to T177890: Windows Steam Deck CTD, I just bought the game and can't play it..

The RPT doesn't have enough info. We would need the minidump (.mdmp file), but according to log, none was written.
The crash is in your AMD video drivers, maybe updating them could help

Jan 16 2024, 5:39 PM · Arma 3
dedmen merged T177911: On resume of save, vehicle explosions when destroyed do not stop. into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 5:36 PM · Arma 3
dedmen merged task T177911: On resume of save, vehicle explosions when destroyed do not stop. into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 5:36 PM · Arma 3
dedmen closed T177930: Arma 3 Bug Report as Resolved.

"ErrorMessage: Include file userconfig\DVD\DVD.hpp not found."

Jan 16 2024, 5:35 PM · Arma 3
dedmen changed Resolution from resolution:open to resolution:notfixable on T177984: [Feature request] Override Take/Put eventhandlers like InventoryOpened.
Jan 16 2024, 4:59 PM · Arma 3
dedmen closed T177984: [Feature request] Override Take/Put eventhandlers like InventoryOpened as Resolved.

No, not possible. Engine limitations

Jan 16 2024, 4:59 PM · Arma 3
dedmen closed T178025: Error code - Stopped working as Resolved.

Delete the file it mentions, its corrupted.
You will loose your keybinds if you changed them from the defaults

Jan 16 2024, 4:55 PM · Arma 3
dedmen closed T175273: Game crash while playing in MP as Resolved.
Jan 16 2024, 4:45 PM · Arma 3
dedmen merged T178031: Game crash playing in MP ACE mode domination mission into T178160: Game crash random while playing after a short time .
Jan 16 2024, 4:45 PM · Arma 3
dedmen merged task T178031: Game crash playing in MP ACE mode domination mission into T178160: Game crash random while playing after a short time .
Jan 16 2024, 4:45 PM · Arma 3
dedmen merged T177978: Endless vehicle explosion in MP missions into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 4:43 PM · Arma 3
dedmen merged task T177978: Endless vehicle explosion in MP missions into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 4:43 PM · Arma 3
dedmen merged T178056: Infinite Vehicle Explosions into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 4:43 PM · Arma 3
dedmen merged task T178056: Infinite Vehicle Explosions into T175731: Neverending cook off tank explosions in Multiplayer.
Jan 16 2024, 4:43 PM · Arma 3
dedmen added a comment to T178056: Infinite Vehicle Explosions.

The fix is available on Profiling branch. You can switch to it in the Steam game options under the Beta tab.

Jan 16 2024, 4:43 PM · Arma 3
dedmen added a comment to T175731: Neverending cook off tank explosions in Multiplayer.

The fix is available on Profiling branch. You can switch to it in the Steam game options under the Beta tab.

Jan 16 2024, 4:43 PM · Arma 3
dedmen changed the status of T178065: A debug/diag command to reset CfgMoves from New to Feedback.

Revision: 151264

Jan 16 2024, 4:41 PM · Arma 3
dedmen closed T178068: battleye blocks loading of dll in a mod most of the time causing game to crash as Resolved.
Jan 16 2024, 4:41 PM · Arma 3
dedmen added a comment to T178068: battleye blocks loading of dll in a mod most of the time causing game to crash.

Blocking a mod file does not cause the game to crash.
The crashes you are having, were already fixed on Profiling banch. You can switch to it in the steam beta options. The fix will also be in the next game update

Jan 16 2024, 4:41 PM · Arma 3
dedmen changed the status of T177651: Missing VR map from Need More Info to Feedback.

You are loading some corrupted mod.
Maybe you recognize what this is:
"Nvme_Game" "fit_on_backpack_nnwinter_v8"

Jan 16 2024, 4:33 PM · Arma 3
dedmen closed T176670: arma 3 king of the hill chiusura anomala as Resolved.
Jan 16 2024, 4:17 PM · Arma 3
dedmen closed T178158: MP crashes every time as Resolved.

This bug is already fixed on Profiling branch. You can switch to that branch in Steam.
Also ref https://community.bistudio.com/wiki/Arma_3:_Steam_Branches

Jan 16 2024, 4:14 PM · Arma 3
dedmen changed the status of T178160: Game crash random while playing after a short time from New to Need More Info.

Your log files don't contain any crash.
The RPT logs just end, and there are no crash dumps.
Nothing I can do without that crash information

Jan 16 2024, 4:13 PM · Arma 3
dedmen edited projects for T178193: проблемы с игрой, added: DayZ; removed Arma 3.
Jan 16 2024, 4:13 PM · DayZ
dedmen changed Resolution from resolution:wontfix to resolution:open on T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods..
Jan 16 2024, 4:10 PM · Arma 3
dedmen reopened T178177: Steam Deck Arma 3 Launcher Doesn't Handle Mods Correctly & We Need Ability To Disable Downloading Certain Subbed Mods. as "New".

Just use the -mods= parameter.

That doesn't exist, you meant -mod.

Jan 16 2024, 4:10 PM · Arma 3
dedmen closed T178264: Spielabsturz as Resolved.

Ist bekannt, ist auf Profiling branch schon gefixed.
Soweit ich weiß passiert das nur nach nem server disconnect.

Jan 16 2024, 4:09 PM · Arma 3
dedmen changed the status of T178338: [Logging] Add more context info to "Cycle as first waypoint has no sense" rpt warning from New to Feedback.
Jan 16 2024, 4:05 PM · Arma 3
dedmen added a comment to T178338: [Logging] Add more context info to "Cycle as first waypoint has no sense" rpt warning.

The message already prints the group.
"%s: Cycle as first waypoint has no sense"
is the whole message, and the group gets inserted at the start.

Jan 16 2024, 4:02 PM · Arma 3
dedmen added a comment to T178407: [SOLVED] Please help. arma 3 data file too short addons\languagemission_f_epa(1).pbo.

You have multiple files with (1) in the name. None of these should exist.
Delete them all and then verify your game files in Steam.

Jan 16 2024, 3:15 PM · Arma 3
dedmen closed T172731: Request to add any tooltip when player turns on their weapon IR Laser pointer as Resolved.
Jan 16 2024, 11:59 AM · Arma 3
dedmen added a comment to T172731: Request to add any tooltip when player turns on their weapon IR Laser pointer.

UI/HUD changes, won't do.

Jan 16 2024, 11:58 AM · Arma 3

Jan 12 2024

dedmen added a comment to T178348: [Enhancment] Extend the MarkerDeleted eventhandler with owner information.

Markers do not have an "Owner"
They have a Creator, which is stored ine the Marker name.

Jan 12 2024, 11:41 AM · Arma 3

Dec 30 2023

dedmen added a comment to T177989: Error logging in.

There is no RPT, and that folder not existing is also normal as this is the first time you're starting Arma.
See this https://community.bistudio.com/wiki/Arma_3:_Unusual_Process_Exit#0xC0000135_-_STATUS_DLL_NOT_FOUND

Dec 30 2023, 4:12 PM · Arma 3

Dec 11 2023

dedmen changed the status of T177796: Arma 3 Perf Branch crashing with certains mods while using turn out option. from New to Feedback.

Its a UI thing..
Very interesting find, thank you!

Dec 11 2023, 6:05 PM · Arma 3

Dec 8 2023

dedmen merged T171306: Ability to re-texture facemasks/goggles and HMD into T86032: Make it possible to texture Weapons, Vests ans Helmets.
Dec 8 2023, 4:16 PM · Arma 3
dedmen merged task T171306: Ability to re-texture facemasks/goggles and HMD into T86032: Make it possible to texture Weapons, Vests ans Helmets.
Dec 8 2023, 4:16 PM · Arma 3
dedmen added a comment to T171306: Ability to re-texture facemasks/goggles and HMD.

Please don't re-create duplicated tickets.
Yes its missing some parts, but its still fundamentally the same thing.
You can post a comment on the old ticket, but not really needed as duplicate tickets are linked and will be seen when the ticket is processed.

Dec 8 2023, 4:16 PM · Arma 3
dedmen added a comment to T151696: [Feature Request] New eventhandler: WeaponSwitched.

Related to T151698

Dec 8 2023, 4:13 PM · Arma 3
dedmen set Ref Ticket to AIII-55646 on T169615: Script command to control zoom of pilot camera .
Dec 8 2023, 3:52 PM · Arma 3
dedmen set Ref Ticket to AIII-56137 on T177680: In Spectator mode, the animated character icon does not match the color of his faction and it does not disappear after the animation is over..
Dec 8 2023, 2:49 PM · Arma 3
dedmen added a comment to T177680: In Spectator mode, the animated character icon does not match the color of his faction and it does not disappear after the animation is over..
the AI-animated character ([this,"WATCH","FULL"] call BIS_fnc_ambientAnimCombat;) icon does not match the color of the faction.

Incorrect. It does match.

Dec 8 2023, 2:46 PM · Arma 3
dedmen changed the status of T176526: VisualSensor Component from New to Feedback.

Next week dev branch

Dec 8 2023, 2:23 PM · Arma 3

Dec 7 2023

dedmen closed T176582: Campaign as Resolved.
Dec 7 2023, 6:40 PM · Arma 3
dedmen closed T176964: Server Restart made everyone spawn in the same location as Resolved.
Dec 7 2023, 6:38 PM
dedmen changed the status of T176670: arma 3 king of the hill chiusura anomala from New to Need More Info.

https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/

Dec 7 2023, 6:37 PM · Arma 3