Page MenuHomeFeedback Tracker
Feed Advanced Search

Feb 18 2022

Leopard20 added a comment to T161515: [Feature request] Eventhandler to fire if knowsAbout value changes.

@dedmen
I think the real question here is:

Group B Alpha 1-2 sees 11e1a0100# 482246: fridge_01_f.p3d delta 4.000000 now at 4.000000
Group B Alpha 1-2 sees 11e140b80# 482251: bandage_f.p3d delta 4.000000 now at 4.000000
Group B Alpha 1-2 sees 11e140100# 482252: radio.p3d delta 4.000000 now at 4.000000
Group R Charlie 4-6 sees 14bf36b00# 476558: dummyitem.p3d delta 0.018084 now at 0.091254

Feb 18 2022, 1:03 PM · Arma 3

Feb 13 2022

Leopard20 created T163260: ropeSegments: Incorrect return type in command info.
Feb 13 2022, 12: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

Jan 26 2022

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

Jan 15 2022

Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:57 PM · Arma 3
Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:54 PM · Arma 3
Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:50 PM · Arma 3
Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:48 PM · Arma 3
Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:46 PM · Arma 3
Leopard20 updated the task description for T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:39 PM · Arma 3
Leopard20 created T162811: [Feature Request] New parameters for nearestObjects: disable sorting + new search mode.
Jan 15 2022, 3:37 PM · Arma 3

Jan 1 2022

Leopard20 added a comment to T162585: fileExists returns false for absolute mission paths.

Ah yes. So not a bug then.
I'll add it as a note to the wiki.

Jan 1 2022, 5:21 PM · Arma 3
Leopard20 updated the task description for T162585: fileExists returns false for absolute mission paths.
Jan 1 2022, 4:49 PM · Arma 3
Leopard20 created T162585: fileExists returns false for absolute mission paths.
Jan 1 2022, 4:48 PM · Arma 3

Dec 31 2021

Leopard20 added a comment to T162411: [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL, using an optional parameter.

Oh that's a much better idea! Thank you!

Dec 31 2021, 6:51 PM · Arma 3

Dec 21 2021

Leopard20 added a comment to T162371: Trees popping 1 meter in front of you when flying (LOD Issue?) .

Seems like a manifestation of the FOV issue. The FOV is broken in Arma, thus you see incorrect LODs, or objects disappearing at certain viewing angles.

Dec 21 2021, 6:42 AM · Arma 3

Dec 19 2021

Leopard20 renamed T162411: [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL, using an optional parameter from [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL to [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL, using an optional parameter.
Dec 19 2021, 9:41 AM · Arma 3
Leopard20 updated the task description for T162411: [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL, using an optional parameter.
Dec 19 2021, 9:41 AM · Arma 3
Leopard20 created T162411: [Feature Request] Make setVelocityTransformation use positionWorld instead of positionASL, using an optional parameter.
Dec 19 2021, 9:38 AM · Arma 3

Nov 14 2021

Leopard20 added a comment to T161924: AI can no longer be ordered via numpad .

To the devs:
Doing this seems like a good solution to me:
Use the shortcuts[] property to show the keybinds next to commanding menu items, but also add the assigned keys from shortcutsAction to this array.
E.g. in RscMenuMove we have:

shortcuts[] = {2};  
shortcutsAction = "CommandingMenu1";

if the user is using Numpad1 for "CommandingMenu1", you just add it next to the shortcuts[] array before creating the menu (in this example, shortcuts[] = {2, 79}; should be used before creating the menu).
I have tested this with custom commanding menus and it works perfectly fine.

Nov 14 2021, 9:14 PM · Arma 3

Nov 9 2021

Leopard20 updated the task description for T161871: Removing an event handler from inside the EH code will cause the next event handler to be skipped.
Nov 9 2021, 11:10 PM · Arma 3
Leopard20 updated the task description for T161871: Removing an event handler from inside the EH code will cause the next event handler to be skipped.
Nov 9 2021, 11:08 PM · Arma 3
Leopard20 created T161871: Removing an event handler from inside the EH code will cause the next event handler to be skipped.
Nov 9 2021, 11:05 PM · Arma 3

Oct 26 2021

Leopard20 added a comment to T161570: Cannot climb down ladders.

@BIS_fnc_KK
I think what they mean is the roadway LOD on top of the ladder, which allows you to stand on an invisible "floor".

Oct 26 2021, 1:40 PM · Arma 3

Oct 8 2021

Leopard20 created T161258: [Feature Request] Supporting OBJECT data types for setVariable's public flag (similar to remoteExec).
Oct 8 2021, 11:16 PM · Arma 3
Leopard20 added a comment to T161256: Creating a rope from and to the same object crash the game.

Freeze dump:

Oct 8 2021, 8:56 PM · Arma 3

Oct 7 2021

Leopard20 updated the task description for T161233: Character movement bugs (infinite falling, passing through objects, etc.).
Oct 7 2021, 2:33 PM · Arma 3
Leopard20 updated the task description for T161233: Character movement bugs (infinite falling, passing through objects, etc.).
Oct 7 2021, 2:32 PM · Arma 3
Leopard20 created T161233: Character movement bugs (infinite falling, passing through objects, etc.).
Oct 7 2021, 2:27 PM · Arma 3
Leopard20 added a comment to T75547: units above 100m autoactivates "halofreefall_non" animation.

Here are two videos that demonstrate the problem:

Oct 7 2021, 2:17 PM · Arma 3

Oct 1 2021

Leopard20 updated the task description for T161069: regexMatch causes a crash in some cases.
Oct 1 2021, 9:58 PM · Arma 3
Leopard20 created T161069: regexMatch causes a crash in some cases.
Oct 1 2021, 3:09 PM · Arma 3

Sep 28 2021

Leopard20 created T160982: [Feature Request] New parameter for hashmap set to only set data if it doesn't exist.
Sep 28 2021, 12:43 PM · Arma 3

Sep 13 2021

Leopard20 updated the task description for T160760: magazinesDetailBackpack, magazinesDetailUniform, magazinesDetailVest are broken.
Sep 13 2021, 9:05 AM · Arma 3
Leopard20 created T160760: magazinesDetailBackpack, magazinesDetailUniform, magazinesDetailVest are broken.
Sep 13 2021, 12:16 AM · Arma 3

Sep 10 2021

Leopard20 added a comment to T160336: Status Access Violation.

Have you tried these?
https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit#0xC0000005_-_ACCESS_VIOLATION

Sep 10 2021, 12:54 AM · Arma 3

Sep 1 2021

Leopard20 created T160461: [Feature Request] New parameter for regexFind to return empty capture group results.
Sep 1 2021, 2:44 PM · Arma 3
Leopard20 updated the task description for T160452: RegexFind error: "'index' elements provided, 'count' expected" when index >= count (out of bounds).
Sep 1 2021, 2:43 AM · Arma 3
Leopard20 created T160452: RegexFind error: "'index' elements provided, 'count' expected" when index >= count (out of bounds).
Sep 1 2021, 2:40 AM · Arma 3

Aug 31 2021

Leopard20 updated the task description for T160446: AI generate a path despite using disableAI "PATH".
Aug 31 2021, 2:13 PM · Arma 3
Leopard20 created T160446: AI generate a path despite using disableAI "PATH".
Aug 31 2021, 2:11 PM · Arma 3

Aug 27 2021

Leopard20 edited Steps To Reproduce on T160392: Commanding Menu "RscMenuEngage": AI don't turn their body when told to look in a direction.
Aug 27 2021, 3:32 PM · Arma 3
Leopard20 edited Steps To Reproduce on T160392: Commanding Menu "RscMenuEngage": AI don't turn their body when told to look in a direction.
Aug 27 2021, 3:31 PM · Arma 3
Leopard20 created T160392: Commanding Menu "RscMenuEngage": AI don't turn their body when told to look in a direction.
Aug 27 2021, 3:29 PM · Arma 3

Aug 22 2021

Leopard20 updated the task description for T150513: [Feature Request] New LOD type for lineIntersectsSurfaces command: "ROADWAY".
Aug 22 2021, 7:24 PM · Arma 3
Leopard20 updated the task description for T160339: [Feature Request] New command for doing multiple line intersections at once: linesIntersectSurfaces.
Aug 22 2021, 6:37 PM · Arma 3
Leopard20 updated the task description for T160339: [Feature Request] New command for doing multiple line intersections at once: linesIntersectSurfaces.
Aug 22 2021, 6:34 PM · Arma 3
Leopard20 created T160339: [Feature Request] New command for doing multiple line intersections at once: linesIntersectSurfaces.
Aug 22 2021, 6:32 PM · Arma 3

Aug 19 2021

Leopard20 updated the task description for T160321: [Feature Request] Scripting Command: setAngularVelocity.
Aug 19 2021, 3:49 PM · Arma 3
Leopard20 created T160322: [Feature Request] Scripting Command: setAcceleration.
Aug 19 2021, 3:47 PM · Arma 3
Leopard20 updated the task description for T160321: [Feature Request] Scripting Command: setAngularVelocity.
Aug 19 2021, 3:25 PM · Arma 3
Leopard20 created T160321: [Feature Request] Scripting Command: setAngularVelocity.
Aug 19 2021, 3:25 PM · Arma 3

Aug 16 2021

Leopard20 renamed T160263: [Feature Request] New AI feature for enableAI/disableAI: "FIRE" from [Feature Request] new AI feature for enableAI/disableAI; "FIRE" to [Feature Request] New AI feature for enableAI/disableAI: "FIRE".
Aug 16 2021, 11:38 AM · Arma 3
Leopard20 created T160263: [Feature Request] New AI feature for enableAI/disableAI: "FIRE".
Aug 16 2021, 11:37 AM · Arma 3

Aug 7 2021

Leopard20 added a comment to T160119: help.

Follow the steps here:
https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit#0xC0000135_-_STATUS_DLL_NOT_FOUND

Aug 7 2021, 2:15 AM · Arma 3

Aug 5 2021

Leopard20 added a comment to T160092: Leaves, grass and bushes are not displayed.

Graphics card driver is up to date!

Aug 5 2021, 6:59 PM · Arma 3

Aug 2 2021

Leopard20 added a comment to T159956: deleteVehicle on super-simple objects causes the game to freeze for several seconds.
Aug 2 2021, 10:26 PM · Arma 3

Jul 29 2021

Leopard20 renamed T150422: When you scale an object, vectorDir and vectorUp don't return unit vector from VectorUp doesn't return unit vector to When you scale an object, vectorDir and vectorUp don't return unit vector.
Jul 29 2021, 4:04 PM · Arma 3
Leopard20 updated the task description for T159956: deleteVehicle on super-simple objects causes the game to freeze for several seconds.
Jul 29 2021, 3:01 PM · Arma 3
Leopard20 created T159956: deleteVehicle on super-simple objects causes the game to freeze for several seconds.
Jul 29 2021, 2:21 PM · Arma 3

Jul 28 2021

Leopard20 added a comment to T159944: Player automatically stands up if switching to RPG weapons..

What you mentioned is not a vanilla feature. You can't go prone with the launcher in your hands in the base game. So blame the mod you're using (possibly ACE)
The only thing I could reproduce was the player standing up when he's prone, and switches from No Weapon to the Launcher.

Jul 28 2021, 9:45 PM · Arma 3

Jul 23 2021

Leopard20 updated the task description for T159828: namedProperties doesn't seem to work with some terrain objects.
Jul 23 2021, 10:08 AM · Arma 3

Jul 22 2021

Leopard20 added a comment to T156969: AI stuck in hunchback dragging animation (only affects Linux 32 and 64 bit servers).

The hunchback bug also occurs with civilians. These are spawned in the mission by either 1) civilian module or 2) with createAgent. Very little scripting otherwise, just a couple of event handlers (killed, firedNear) attached to the civilian unit.

The mission ran for several days and each new mission area spawned "hunchback" civilians like the screenshot. All other Blufor and Opfor units behaved normally, only the civilians were broken. That continued until I rebooted the server and the issue disappeared.

Jul 22 2021, 9:12 PM · Arma 3
Leopard20 updated subscribers of T159828: namedProperties doesn't seem to work with some terrain objects.
Jul 22 2021, 4:54 PM · Arma 3
Leopard20 updated the task description for T159828: namedProperties doesn't seem to work with some terrain objects.
Jul 22 2021, 4:53 PM · Arma 3
Leopard20 created T159828: namedProperties doesn't seem to work with some terrain objects.
Jul 22 2021, 4:51 PM · Arma 3

Jul 7 2021

Leopard20 added a comment to T159565: “setUnitPos” no longer locks AI stance. .

@NikkoJT

If it's run in an init field, then this is a local argument, since it will definitely run wherever the unit is local.

It'll also run where the unit is not local, which might lead to problems (or maybe it just has no effect; idk)

Jul 7 2021, 7:57 PM · Arma 3
Leopard20 added a comment to T159565: “setUnitPos” no longer locks AI stance. .

It works just fine.
First of all, the command takes local args
Second of all, you're not supposed to use it in init fields

Jul 7 2021, 4:03 AM · Arma 3

Jun 29 2021

Leopard20 updated the task description for T159459: [Feature Request] New optional parameter for terrainIntersectXXX commands.
Jun 29 2021, 3:48 PM · Arma 3
Leopard20 updated the task description for T159459: [Feature Request] New optional parameter for terrainIntersectXXX commands.
Jun 29 2021, 3:47 PM · Arma 3
Leopard20 created T159459: [Feature Request] New optional parameter for terrainIntersectXXX commands.
Jun 29 2021, 3:45 PM · Arma 3

Jun 25 2021

Leopard20 added a comment to T150600: [Feature Request] New scripting commands: AXXtoASLW.

I just realized you can do this with the ASLToAGL command. This can be closed.

Jun 25 2021, 4:37 PM · Arma 3

Jun 13 2021

Leopard20 updated the task description for T159041: [Feature Request] Make diag_getTerrainGrid command available in the non-diag build.
Jun 13 2021, 1:44 PM · Arma 3
Leopard20 created T159041: [Feature Request] Make diag_getTerrainGrid command available in the non-diag build.
Jun 13 2021, 1:42 PM · Arma 3

May 7 2021

Leopard20 created T158385: Loading and unloading the mod changes the UI color scheme.
May 7 2021, 9:18 PM · Arma 3 Creator DLC - S.O.G. Prairie Fire
Leopard20 updated the task description for T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:35 PM · Arma 3
Leopard20 updated the task description for T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:34 PM · Arma 3
Leopard20 updated the task description for T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:33 PM · Arma 3
Leopard20 updated the task description for T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:32 PM · Arma 3
Leopard20 updated the task description for T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:31 PM · Arma 3
Leopard20 created T158384: Improving CT_EDIT click/caret movement behavior.
May 7 2021, 8:30 PM · Arma 3

May 3 2021

Leopard20 updated the task description for T158155: Incorrect return types in command info for some commands.
May 3 2021, 8:20 PM · Arma 3

Apr 30 2021

Leopard20 updated the task description for T158200: [Feature Request] Diag command for returning the last id of event handler of a certain type.
Apr 30 2021, 6:58 PM · Arma 3
Leopard20 created T158200: [Feature Request] Diag command for returning the last id of event handler of a certain type.
Apr 30 2021, 6:57 PM · Arma 3

Apr 29 2021

Leopard20 created T158164: [Feature Request] Commands for manipulating containers.
Apr 29 2021, 3:39 AM · Arma 3

Apr 28 2021

Leopard20 updated subscribers of T158155: Incorrect return types in command info for some commands.
Apr 28 2021, 6:37 PM · Arma 3
Leopard20 created T158155: Incorrect return types in command info for some commands.
Apr 28 2021, 6:37 PM · Arma 3

Apr 13 2021

Leopard20 changed Severity from severity:none to severity:feature on T157771: [Feature Request] muzzlePosition/weaponMemoryPointToWorld commands to get the muzzle end.
Apr 13 2021, 3:53 PM · Arma 3
Leopard20 updated subscribers of T157771: [Feature Request] muzzlePosition/weaponMemoryPointToWorld commands to get the muzzle end.
Apr 13 2021, 3:53 PM · Arma 3
Leopard20 renamed T157771: [Feature Request] muzzlePosition/weaponMemoryPointToWorld commands to get the muzzle end from [Feature Request] muzzlePosition command to get the muzzle end to [Feature Request] muzzlePosition/weaponMemoryPointToWorld commands to get the muzzle end.
Apr 13 2021, 3:52 PM · Arma 3
Leopard20 created T157771: [Feature Request] muzzlePosition/weaponMemoryPointToWorld commands to get the muzzle end.
Apr 13 2021, 3:26 PM · Arma 3

Apr 4 2021

Leopard20 updated the task description for T157653: setVectorDir/setVectorUp/setVectorDirAndUp also change the velocity vector.
Apr 4 2021, 8:30 PM · Arma 3
Leopard20 updated the task description for T157653: setVectorDir/setVectorUp/setVectorDirAndUp also change the velocity vector.
Apr 4 2021, 8:24 PM · Arma 3
Leopard20 updated the task description for T157653: setVectorDir/setVectorUp/setVectorDirAndUp also change the velocity vector.
Apr 4 2021, 8:23 PM · Arma 3