Page MenuHomeFeedback Tracker
Feed Advanced Search

May 29 2023

Leopard20 updated the task description for T172811: EntityCreated mission EH triggers when Fx things (simulation=thingeffect) are created.
May 29 2023, 7:51 AM · Arma 3
Leopard20 created T172847: [Feature Request] EntityDeleted mission event handler.
May 29 2023, 7:43 AM · Arma 3

May 28 2023

Leopard20 created T172811: EntityCreated mission EH triggers when Fx things (simulation=thingeffect) are created.
May 28 2023, 6:19 PM · Arma 3

May 27 2023

Leopard20 created T172770: [Feature Request] Add mod to allAddonsInfo.
May 27 2023, 5:30 PM · Arma 3
Leopard20 added a comment to T172751: Vehicle Tire Marks On Terrain Are Not Garbage Collected Correctly..

I've actually noticed this several times. I thought I'd made a ticket but looks like I forgot...

May 27 2023, 9:58 AM · Arma 3

May 24 2023

Leopard20 added a comment to T172195: worldWorldToModel command.

Whichever you think is good is good :P

May 24 2023, 7:34 PM · Arma 3

May 18 2023

Leopard20 created T172501: ConfigHierarchy command is broken in latest dev version.
May 18 2023, 8:23 PM · Arma 3

May 6 2023

Leopard20 added a comment to T172195: worldWorldToModel command.

No worldWorld to model sounds more correct

May 6 2023, 5:22 PM · Arma 3

Apr 28 2023

Leopard20 added a comment to T171953: [Feature Request] Ladder related commands.

Getter2 is not needed. You only need to know which ladder.
All of them can be combined in one command:

getLadder player

returns:

[object, "ladderCfgName", progress]
Apr 28 2023, 9:13 PM · Arma 3
Leopard20 created T171954: [Feature Request] Make inPolygon support 2D positions.
Apr 28 2023, 9:11 PM · Arma 3

Apr 18 2023

Leopard20 added a comment to T171504: A weird GetIn event handlers behaviour.

As CBA devs pointed out to you, it's not a CBA issue.

Apr 18 2023, 6:06 PM · Arma 3

Apr 17 2023

Leopard20 added a comment to T171504: A weird GetIn event handlers behaviour.

I have a feeling you're not privateing your vars, causing them to be changed by an inner function.

Apr 17 2023, 8:33 PM · Arma 3

Apr 15 2023

Leopard20 created T171609: Animations with source=time are still played on objects with no simulation.
Apr 15 2023, 6:59 PM · Arma 3
Leopard20 added a comment to T171504: A weird GetIn event handlers behaviour.

Well you can post your entire mission with all the scripts so the devs can investigate the scripts directly.

Apr 15 2023, 6:56 PM · Arma 3

Apr 2 2023

Leopard20 changed Severity from severity:none to severity:minor on T171320: Rearm icon doesn't disappear on locked inventories.
Apr 2 2023, 1:17 PM · Arma 3
Leopard20 created T171321: [Feature Request] Add a bool to GetOut/GetOutMan EHs for ejection.
Apr 2 2023, 1:16 PM · Arma 3
Leopard20 edited Steps To Reproduce on T171320: Rearm icon doesn't disappear on locked inventories.
Apr 2 2023, 1:11 PM · Arma 3
Leopard20 edited Steps To Reproduce on T171320: Rearm icon doesn't disappear on locked inventories.
Apr 2 2023, 1:11 PM · Arma 3
Leopard20 created T171320: Rearm icon doesn't disappear on locked inventories.
Apr 2 2023, 1:08 PM · Arma 3

Apr 1 2023

Leopard20 added a comment to T171294: Intermediate stances work only with rifles and pistols in the hands, but not work for binoculars and launcher.

This needs new animation files which most likely won't happen at this stage of development.

Apr 1 2023, 4:12 PM · Arma 3

Mar 27 2023

Leopard20 added a comment to T171200: Potential bug in the append command.

Looks like the performance varies a bit. It's not always slower than +. But it is always slower than insert

Mar 27 2023, 7:02 PM · Arma 3

Mar 26 2023

Leopard20 created T171200: Potential bug in the append command.
Mar 26 2023, 6:52 PM · Arma 3

Mar 4 2023

Leopard20 added a comment to T170771: Missing Furniture from Livonia.

Are you sure you have not uninstalled the DLC or something? If not, try verifying the game data via Steam. If you have, you can install it again from: Right Click on Arma in Steam > Properties > DLC

Mar 4 2023, 6:09 PM · Arma 3
Leopard20 added a comment to T170771: Missing Furniture from Livonia.

I have no problem creating them though:

_p = getPosWorld player;
_dx = 0;
_dy = 0;
[...] findif {
    _o = createSimpleObject [_x, _p];
    _bb = boundingBoxReal _o#2;
    _dx = _dx + _bb;
    if (_dx > 20) then {_dy = _dy + _bb; _dx = 0};
    _o setPosWorld (_p vectorAdd [_dx, _dy, _bb]);
    _b = isNull _o;
    _b
}

[...] is the array of models from that wiki page.

Mar 4 2023, 6:05 PM · Arma 3
Leopard20 added a comment to T170775: [Feature Request] New command to return all object vectors.

if Possible, maybe also add a 4x4 matrix, so that we can use Euler Angles more naturally. 4X4 matices would also allow for Translation, Rotation, Scale, Projection, or a big favorite of mine, Look-At Matrix. An addition for 4x4 is also having a model-view matrix which positions and orients the object in the world space.

Mar 4 2023, 1:50 PM · Arma 3
Leopard20 updated the task description for T170775: [Feature Request] New command to return all object vectors.
Mar 4 2023, 12:23 PM · Arma 3

Mar 3 2023

Leopard20 added a comment to T170647: [Feature Request] OOP support for SQF using hashmaps (with destructor support).
is a good start but we might want to construct the object with a copy of the object,
Mar 3 2023, 9:35 PM · Arma 3
Leopard20 updated the task description for T170775: [Feature Request] New command to return all object vectors.
Mar 3 2023, 8:42 PM · Arma 3
Leopard20 updated the task description for T170775: [Feature Request] New command to return all object vectors.
Mar 3 2023, 8:32 PM · Arma 3
Leopard20 created T170775: [Feature Request] New command to return all object vectors.
Mar 3 2023, 8:20 PM · Arma 3

Mar 1 2023

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

Problem, how to set a CODE type variable, if CODE type is used to identify a method

Mar 1 2023, 6:39 PM · Arma 3

Feb 25 2023

Leopard20 created T170647: [Feature Request] OOP support for SQF using hashmaps (with destructor support).
Feb 25 2023, 7:21 PM · Arma 3

Feb 20 2023

Leopard20 added a comment to T170535: inAreaArray variant to return indexes: inAreaArrayIndexes.

resort to hacky approaches like storing indexes as position Z coordinate

You can just store them as hashmaps now

Feb 20 2023, 6:48 PM · Arma 3

Feb 8 2023

Leopard20 created T170228: [Feature Request] Optional bool flag for getVariable to set the default value.
Feb 8 2023, 6:55 PM · Arma 3

Jan 12 2023

Leopard20 added a comment to T167265: Arma 3 [2.10] - selectionPosition logging error to .rpt even when selection exists.

In my opinion, don't log anything for any command at all, and instead add a new command line arg for that, so only if someone's interested in debugging would get them in log.

Jan 12 2023, 5:45 PM · Arma 3
Leopard20 added a comment to T167265: Arma 3 [2.10] - selectionPosition logging error to .rpt even when selection exists.

Thats what the error says, no points, and the error is correct

Jan 12 2023, 5:43 PM · Arma 3

Dec 6 2022

Leopard20 created T169248: [Feature Request] Use the roadway LOD for placing objects in Zeus, just like 3DEN.
Dec 6 2022, 10:31 PM · Arma 3

Nov 21 2022

Leopard20 added a comment to T169048: [Feature Request] Make inGameUISetEventHandler support code instead of just string as 2nd parameter.
Nov 21 2022, 11:14 AM · Arma 3

Sep 24 2022

Leopard20 renamed T150072: [Feature Request] New scripting commands for vehicle handling (steering/gas/break) from [Feature Request] New scripting commands for vehicle handling? to [Feature Request] New scripting commands for vehicle handling (steering/gas/break).
Sep 24 2022, 2:17 AM · Arma 3
Leopard20 updated the task description for T150072: [Feature Request] New scripting commands for vehicle handling (steering/gas/break).
Sep 24 2022, 2:16 AM · Arma 3

Sep 13 2022

Leopard20 added a comment to T167488: Arma 3 does not start, STATUS_ACCES_VIOLATION.

Try the solutions on this page:
https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit

Sep 13 2022, 5:38 AM · Arma 3

Sep 10 2022

Leopard20 created T167461: [Feature Request] New command: getObjectBones.
Sep 10 2022, 7:10 PM · Arma 3
Leopard20 renamed T150103: [Feature Request] New scripting command for reading animation parameters from [Feature Request] New scripting command for reading animation parameters and bone hierarchy to [Feature Request] New scripting command for reading animation parameters.
Sep 10 2022, 7:07 PM · Arma 3

Sep 9 2022

Leopard20 added a comment to T167449: Please Fix - Loading AI-subordinates into the player's vehicle, will occurs ONLY if the player's driver currently is in formation with its commander!.

You can fix it yourself by setting the effective commander as the driver himself:

this addEventHandler ["GetIn", {
	params ["_veh"];
	if (!isNull driver _veh) then {
		_veh setEffectiveCommander driver _veh;
	};
}]
Sep 9 2022, 2:04 PM · Arma 3
Leopard20 added a comment to T167429: allMissionObjects "custom" broken since 2.10 update.

Self placed Land_Atm_01_F and a Land_Atm_02_F work.

But It doesnt work on Original map placed ATM's (Land_Atm_01_F/Land_Atm_02_F), for example those on Altis. (As if they dont exist anymore)

Sep 9 2022, 6:52 AM · Arma 3

Sep 5 2022

Leopard20 edited Steps To Reproduce on T167397: Check for isGameFocused before registering draw*3D calls.
Sep 5 2022, 12:02 PM · Arma 3

Sep 4 2022

Leopard20 updated the task description for T167397: Check for isGameFocused before registering draw*3D calls.
Sep 4 2022, 3:09 PM · Arma 3
Leopard20 updated the task description for T167397: Check for isGameFocused before registering draw*3D calls.
Sep 4 2022, 3:06 PM · Arma 3
Leopard20 updated the task description for T167397: Check for isGameFocused before registering draw*3D calls.
Sep 4 2022, 3:05 PM · Arma 3
Leopard20 created T167397: Check for isGameFocused before registering draw*3D calls.
Sep 4 2022, 3:05 PM · Arma 3

Sep 2 2022

Leopard20 updated the task description for T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 2 2022, 12:32 AM · Arma 3
Leopard20 updated the task description for T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 2 2022, 12:00 AM · Arma 3

Sep 1 2022

Leopard20 updated the task description for T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 1 2022, 11:50 PM · Arma 3
Leopard20 updated the task description for T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 1 2022, 11:41 PM · Arma 3
Leopard20 updated the task description for T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 1 2022, 11:39 PM · Arma 3
Leopard20 created T167378: [Feature Request] Return component index in lineIntersectsSurfaces to reliably get wall thickness.
Sep 1 2022, 11:30 PM · Arma 3

Aug 29 2022

Leopard20 updated the task description for T167338: [Feature Request] New command for weather forecast.
Aug 29 2022, 5:40 PM · Arma 3
Leopard20 updated the task description for T167338: [Feature Request] New command for weather forecast.
Aug 29 2022, 5:39 PM · Arma 3
Leopard20 updated the task description for T167338: [Feature Request] New command for weather forecast.
Aug 29 2022, 5:37 PM · Arma 3
Leopard20 created T167338: [Feature Request] New command for weather forecast.
Aug 29 2022, 5:35 PM · Arma 3

Aug 28 2022

Leopard20 added a comment to T167313: nearestObjects not work with "Final" unit classes (2.10).

That's weird. It works for me.

Aug 28 2022, 10:01 PM · Arma 3

Aug 25 2022

Leopard20 updated the task description for T167261: [Feature Request] New commands for filtering arrays of objects..
Aug 25 2022, 9:34 AM · Arma 3
Leopard20 updated the task description for T167261: [Feature Request] New commands for filtering arrays of objects..
Aug 25 2022, 8:50 AM · Arma 3
Leopard20 added a comment to T167258: Thermal doesn't work after update.

What is your GPU?

Aug 25 2022, 8:43 AM · Arma 3
Leopard20 created T167261: [Feature Request] New commands for filtering arrays of objects..
Aug 25 2022, 8:41 AM · Arma 3

Aug 23 2022

Leopard20 added a comment to T167239: cant start up game.

Post the full error.
Has this problem started after updating the game? or have you just installed it?

Aug 23 2022, 10:51 PM · Arma 3

Aug 22 2022

Leopard20 added a comment to T167197: Add defer operator.

You can also do this using 2 helper functions, which is more optimal than using spawn with waitUntil:

//fn_deferrer.sqf
params ["_params", "_code"];
private _deferred = [];
_params call _code;
{
  _x#0 call _x#1;
} forEach _deferred
//fn_defer.sqf
_deferred pushBack _this;
Aug 22 2022, 6:02 PM · Arma 3

Aug 21 2022

Leopard20 updated the task description for T167217: Frequent short freezes after game launch.
Aug 21 2022, 10:06 PM · Arma 3
Leopard20 updated the task description for T167217: Frequent short freezes after game launch.
Aug 21 2022, 10:06 PM · Arma 3
Leopard20 created T167217: Frequent short freezes after game launch.
Aug 21 2022, 10:04 PM · Arma 3

Aug 14 2022

Leopard20 added a comment to T167105: Error 0x0000DEAD.

Repair the game via Steam.
https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB

Aug 14 2022, 9:29 AM · Arma 3

Aug 13 2022

Leopard20 updated the task description for T167088: tooltipPerColumn = 1 but lnbSetTooltip does not apply tooltip to columns > 1.
Aug 13 2022, 10:40 AM · Arma 3
Leopard20 created T167088: tooltipPerColumn = 1 but lnbSetTooltip does not apply tooltip to columns > 1.
Aug 13 2022, 10:37 AM · Arma 3

Aug 10 2022

Leopard20 updated the task description for T167043: [Feature Request] Return max ctrl width and height via ctrlPosition.
Aug 10 2022, 2:12 PM · Arma 3
Leopard20 updated the task description for T167043: [Feature Request] Return max ctrl width and height via ctrlPosition.
Aug 10 2022, 2:11 PM · Arma 3
Leopard20 updated the task description for T167043: [Feature Request] Return max ctrl width and height via ctrlPosition.
Aug 10 2022, 2:10 PM · Arma 3
Leopard20 created T167043: [Feature Request] Return max ctrl width and height via ctrlPosition.
Aug 10 2022, 2:07 PM · Arma 3

Aug 9 2022

Leopard20 added a comment to T167034: anims_f_enoch typo on speed.

It's not a typo. getNumber can parse strings:

getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> "Acts_RU_Briefing_Turn" >> "speed") //will return 0.3093
Aug 9 2022, 12:46 PM · Arma 3

Jul 28 2022

Leopard20 added a comment to T166810: [Feature Request] Using -1 to select the last element in arrays.

I don't know, but as far as I see there is no good reason. You could just as easily have all the select overloads, such as _string # [1,2]. Same way you could have _string + [1,2] (I know, it's not a valid syntax)
And - is a unary command, so _arr#-_index is not gonna be confusing either.

Jul 28 2022, 3:22 PM · Arma 3
Leopard20 added a comment to T166810: [Feature Request] Using -1 to select the last element in arrays.

Any particular reason why? I mean # is used more often than select nowadays...
And I can't think of any limitations either 🤔

Jul 28 2022, 12:25 AM · Arma 3

Jul 27 2022

Leopard20 added a comment to T166810: [Feature Request] Using -1 to select the last element in arrays.

# is not supported?

Jul 27 2022, 5:42 PM · Arma 3

Jul 25 2022

Leopard20 updated the task description for T166810: [Feature Request] Using -1 to select the last element in arrays.
Jul 25 2022, 6:55 PM · Arma 3
Leopard20 updated the task description for T166810: [Feature Request] Using -1 to select the last element in arrays.
Jul 25 2022, 6:49 PM · Arma 3
Leopard20 updated the task description for T166810: [Feature Request] Using -1 to select the last element in arrays.
Jul 25 2022, 6:46 PM · Arma 3
Leopard20 updated the task description for T166810: [Feature Request] Using -1 to select the last element in arrays.
Jul 25 2022, 6:46 PM · Arma 3
Leopard20 updated the task description for T165735: [Feature Request] Faster animationPhase command.
Jul 25 2022, 1:08 AM · Arma 3
Leopard20 updated the task description for T165735: [Feature Request] Faster animationPhase command.
Jul 25 2022, 1:06 AM · Arma 3
Leopard20 updated the task description for T165735: [Feature Request] Faster animationPhase command.
Jul 25 2022, 12:19 AM · Arma 3
Leopard20 updated the task description for T165735: [Feature Request] Faster animationPhase command.
Jul 25 2022, 12:19 AM · Arma 3
Leopard20 renamed T165735: [Feature Request] Faster animationPhase command from [Feature Request] Make animate and animationPhase commands work faster, using indices to [Feature Request] Faster animationPhase command.
Jul 25 2022, 12:17 AM · Arma 3
Leopard20 renamed T165735: [Feature Request] Faster animationPhase command from [Feature Request] Make animate and animationPhase commands use animation indices to [Feature Request] Make animate and animationPhase commands work faster, using indices.
Jul 25 2022, 12:13 AM · Arma 3

Jul 24 2022

Leopard20 renamed T166810: [Feature Request] Using -1 to select the last element in arrays from [Feature Request] Using -1 to select the last index in arrays to [Feature Request] Using -1 to select the last element in arrays.
Jul 24 2022, 11:00 PM · Arma 3
Leopard20 created T166810: [Feature Request] Using -1 to select the last element in arrays.
Jul 24 2022, 10:59 PM · Arma 3
Leopard20 added a comment to T166600: arma3 crash the second i try to launch the game.

Ah I thought you said it crashed when you wanted to start the game.
Well try this then:
press Win + R and type this and press Ok:

%localappdata%\Bohemia_Interactive

Delete all folders that begin with arma3launcher.

Jul 24 2022, 2:51 PM · Arma 3

Jul 23 2022

Leopard20 added a comment to T166600: arma3 crash the second i try to launch the game.

Culture: zh-CN
UI Culture: zh-CN

Jul 23 2022, 5:53 PM · Arma 3

Jul 21 2022

Leopard20 added a comment to T166737: ArmA 3 Tools [Found Solution].

The solution is presented on the following StackOverflow question:
https://stackoverflow.com/questions/50970449/error-800700c1-in-instantiating-an-object-for-microsoft-office-interop-excel-a
Deleting the file "C:\Program" fixes the issue.

Jul 21 2022, 7:30 PM · Arma 3
Leopard20 added a comment to T166600: arma3 crash the second i try to launch the game.

Change the launcher language to English. If it still doesn't work, press Win + R and type this and press Ok:

%localappdata%\Arma 3 Launcher
Jul 21 2022, 2:25 PM · Arma 3

Jul 18 2022

Leopard20 created T166687: [Feature Request] Bounding box of specific LODs.
Jul 18 2022, 10:26 PM · Arma 3

Jul 16 2022

Leopard20 added a comment to T166631: addon a3 hatası.

Repair the game via Steam.
https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB

Jul 16 2022, 2:17 PM · Arma 3

Jul 14 2022

Leopard20 updated the task description for T150072: [Feature Request] New scripting commands for vehicle handling (steering/gas/break).
Jul 14 2022, 3:15 PM · Arma 3