No
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
May 6 2024
Fixed next profiling/dev branch
Any chance to see removeMagazineTurret get the same treatment as addMagazineTurret did (i.e. getting a third optional parameter specifying the ammo count)?
Can you close https://feedback.bistudio.com/T122981 and https://feedback.bistudio.com/T80537, as they are related to the fix?
It's not really related to this, but https://feedback.bistudio.com/T79683 can be closed too.
May 5 2024
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
Revision: 151791
EHs extended instead
Rev 151794
The game already has destroyable doors, they are glass doors. So I thought maybe allowing wooden doors to break wouldn't be such a big task.
May 4 2024
I'm looking forward to the next profiling branch!
May 3 2024
Next profiling and dev branch
This bug happened because the unit needs to be notified that their inventory contents have changed.
With the commands that get the unit as argument its easy, the unit is right there.
But the commands that get a container, first need to find which unit it belongs to, and there might not be any unit at all.
In T180137#2597902, @dedmen wrote:You can already see in your chat display bottom left, who is transmitting right?
@dedmen thanks a lot for looking into it and sorry for the belated response!
Huh. Weird that we didn't find that before.
Thank you, the crashdump was enough to see what was going on. Fixed next profiling/dev branch.
next prof
I hope it will be fixed with next profiling branch update, v5.
difficulty setting seems very unlikely to happen. a scripting command may be more possible
This is essentially the bug we had before.
Where textures referenced in the display, would not be loaded at first, so you need to keep re-rendering the display.
May 2 2024
Thanks, we'll fix it.
Maybe technically so but practically its collision too
Walking ontop of roadway lod is not a collision.
There is a comment from 2018 on the wiki page stating this.
Wow this ticket is so old that it forced me to edit the line endings in the text :D
[[5: <no shape>,[["rtt2","Internal","Thermal",7],["rtt1","Internal","Normal",0]],false]]
effect is meh.
R2T sources have their own effect, otherwise there is only one global camera effect. Not per-camera.
Can confirm fix for Katiba and SPAR-16, thank you!
Vote up for fix silenced Mk200 see comment above
May 1 2024
Apr 30 2024
In T180246#2597877, @dedmen wrote:createSoundSource already takes array.
Can we just add a "localOnly" parameter to it? should be fine right?
FIxed in Dev build 151757.
Sure, but they already do that with proper cheats bypassing SQF and creating own shot messages. Is it really *that* much worse than creating shots with createVehicle and createVehicleLocal? You can already do a lot of mess with {createVehicleLocal ["HelicopterExploBig", getPos player, [], 0, ""]} forEach allPlayers and its not even logged in createvehicle.log. (Censor this if needed)
Ref https://feedback.bistudio.com/T180805
Chains of skippable addons are not supported
It is what I mentioned here
https://feedback.bistudio.com/T172179#2447268
This seems it would just make it easier for cheaters to post bullets impersonating other players.
Won't do.