Revision: 152458
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Advanced Search
Sat, Dec 14
Mon, Dec 2
Sat, Nov 30
Thu, Nov 28
No it is billbord type, a flat texture that oriented to face you at all time
Should be fixed in152450
Nov 25 2024
It should work with setParticleParams, why, it doesnt? or you mean 3d particle?
It is just a variable stored on player that the function returns, I will get rid of it
Nov 23 2024
repro please
Nov 19 2024
Nov 17 2024
rev 152421
Nov 16 2024
Nov 15 2024
I've updated documentation yesterday
Nov 14 2024
"a3\data_f\snowflake4_ca.paa" it means it has 4 flakes in it, you are using it as 1 flake
Nov 13 2024
Can you give a location where to observe it or/and upload a video?
There have been some indirect fixes that could have affected this bug, please check if it still is happening after Revision: 152411
Nov 10 2024
Nov 8 2024
Nov 7 2024
Basically a can of worms but I think it can be improved
Nov 6 2024
I will take another look
Nov 4 2024
Does this happen in 2.18 vanilla?
Retested with current profiling branch version: 2.18.152307
Nov 2 2024
setUnitLoadout will now fail if unit is switching weapon
isSwitchingWeapon command added
I cannot reproduce this bug. Does the repro in description run with a mod?
Nov 1 2024
Is the grid position not matching map grid square?
Oct 28 2024
Revision: 152328
Revision: 152324
player setObjectTexture [0, "#reset"]; - sets default texture
player setObjectMaterial [0, "#reset"]; - sets default material
Oct 27 2024
Revision: 152324
player getObjectTextures []; - default textures
Revision: 152322
Oct 25 2024
Revision: 152319
Ok the problem is that after player is removed from the channel, this channel is muted so customchat doesnt work, when player is added back the channel is made audible again but not immediately, this is why adding sleep before customchat works. I will force it to update quicker
If you wait after adding or removing player before sending chat it works. I am going too see if this can be improved
Oct 22 2024
Revision: 152303
14:25:57 "Client applied velocity [0,0,100]"
14:25:57 "Server applied velocity [0,0,100]"
14:25:57 "Client velocity [0,0,94.8551]"
14:25:57 "Client velocityModelSpace [-54.7455,-54.7723,54.776]"
14:25:57 "Server velocity [0,0,94.8551]"
14:25:57 "Server velocityModelSpace [-54.63,-54.6486,55.0144]"
14:26:06 "Client applied velocity [0,0,100]"
14:26:07 "Server applied velocity [0,0,99.9183]"
14:26:07 "Client velocity [0,0,95.0184]"
14:26:07 "Client velocityModelSpace [-54.8397,-54.8667,54.8703]"
14:26:07 "Server velocity [0,0,94.9368]"
14:26:07 "Server velocityModelSpace [-54.583,-54.6015,54.967]"
Oct 19 2024
Revision: 152295
Oct 18 2024
Revision: 152294
Oct 17 2024
rev 152283
I found the revision when something changed that caused this, but this was back in May, you guys dont use dev at all?
Oct 16 2024
This is not a bug, side of dead or unconcious player is CIV, use
Oct 15 2024
I will let you know after I try with the actual hut, I have the CDLC now
Oct 14 2024
the damage starts happening with 12.7mm, but that is expected
I can dismantle a building with 0.6 armor hit point with MG but not rifle and it is the same for me on 2.16 and 2.18
works in internal, try profiling should be fixed there too
Oct 10 2024
fixed in internal
If this is related to uniform then there is a fix in works
Oct 9 2024
Revision: 152256
In T185228#2681005, @TRAGER wrote:
Aug 22 2024
Aug 16 2024
Aug 12 2024
Why do you need the _thisscript in here?
Aug 11 2024
Vehicle chat changes reverted due to alternative use cases for the channel Revision: 152113
Aug 10 2024
Aug 5 2024
With standard marker tools available on the map
In T183374#2647800, @MaxP wrote:No, of course no :)
I specifically tested with the marker rotated.
Revision: 152084
is the marker created with dir 0?
Aug 4 2024
1, 2 yes
3 no
Aug 3 2024
if shell is scripted maybe. The shell sound starts playing about 5 seconds before it hits the ground, the time is calculated via speed and distance, so if shell is scripted it might not play the effect
Aug 1 2024
rev 152072
Ok, a compromise, both drawRectangle and drawElipse will be defaulted to follow map but will have optional bool not to follow, since the most common usage is to mark area so it doesnt make sense it will not rotate with map. drawIcon will not be changed, because most common use to mark something with icon you want to stay vertical like tactical ping for example. This could be changed with adding ctrlMapDir to angle
Jul 31 2024
In T165080#2425929, @SaMatra wrote:I think its better to bite the bullet and fix this, make drawRectangle/drawEllipse/drawIcon treat angle as world angle rather than UI angle, same as markers currently do.
The ping should be fixed in Revision: 152064
this has been fixed already, please double check before making new tickets