works as expected - can be closed
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
Feb 3 2023
this seems no longer to be true from our testing/usage. is it still for you @Ron4Swat ?
Feb 2 2023
This is so amazing. Arma for life!
next dev
playsoundUI can do it
Feb 1 2023
To be able to play cfgsounds, through script with volume control that respects a global mixer volume
I guess this can be resolved as we now have allObjects?
playSound doesnt have direct volume control property. What exactly do you need?
Well, after a week of testing I couldn't reproduce this "bug". Seems I was confused by the fact that when I logged in as admin global channel was available.
Again, thanks for the explanation, @BIS_fnc_KK (makes sense to update BIKI), and sorry for the false alarm.
They are the same sound files, should be fixed in the dev after next
Jan 31 2023
Another fix (also fixes tactical movement):
@BIS_fnc_KK, thanks!
The surface is type and type is every object of the same type plus it persists through the exe lifetime
I was about to suggest setObjectSurface command, but that works too :P
(not that setObjectSurface wouldn't have it's uses for someone I suppose)
Jan 30 2023
Revision: 150284 (no to negative index)
Revision: 150283 added "as" to "import"
Revision: 150282
class CfgRemoteExec { class Functions { inheritFromMods = 1; class Test {}; }; class Commands { inheritFromMods = 1; class say3d {}; }; };
if the current state is to remain the default, I can only see this:
In T169979#2402296, @BIS_fnc_KK wrote:Try it on DEV branch, there were some related fixes
What is your suggestion, considering backward compatibility?
But that doesnt make sense as a design - mods are uploaded by the server admin and as such to be considered "secure".
Not a bug but design decision, mission config has priority as it is looked up first, if found all other config look ups are skipped
Try it on DEV branch, there were some related fixes
In T169979#2401622, @BIS_fnc_KK wrote:cannot confirm
Hello please try the steps in this link: https://community.bistudio.com/wiki/Arma_3:_Unusual_Process_Exit#0xC0000005_-_ACCESS_VIOLATION
If that doesn't work we will need your crashlogs to see what's going on, for that we need your most recent .rtp and .mdmp of the same date.
Here is where to find them: https://feedback.bistudio.com/w/ft_a3_howto/gamecrash/
thank you very much cant wait to mess around more with this
Jan 29 2023
obj enableAudioFeature ["building_interior", true];
obj enableAudioFeature ["building_interior", true];
obj enableAudioFeature ["building_interior", true];
Old syntax used to have that option. I will add it to the Arma 3 syntax
In T170046#2401989, @BIS_fnc_KK wrote:Not sure I understand. It stretches because it doesnt matter what initial length is because itwill be adjusted when the ropeis generated and the length of the segment will be the total length of the rope divided on number of segments
ill give an exsample for the reach pendent what im trying to do is have single segment rope that is 1.5m long
Not sure I understand. It stretches because it doesnt matter what initial length is because itwill be adjusted when the ropeis generated and the length of the segment will be the total length of the rope divided on number of segments
In T170046#2401971, @BIS_fnc_KK wrote:Could you explain what is the problem and usage? Currently segment length is calculated from totalLenght/nSegments
Could you explain what is the problem and usage? Currently segment length is calculated from totalLenght/nSegments
Jan 28 2023
CfgSurfaces >> SurfIntWood for example
I will close it as won't fix since there is no sinple solution that wont impact on performance. If you want a placeable object that would be detected as insideBuilding, mod it and change the surface from "wood" for example to "int_wood"
Current sound selection is done via checking the surface sound name, if it starts with int_ then it is internal, if not then it is external, simple and cheap. the pallet inside is detected as outside because of that
cannot confirm
You can now just add it to icon dir
Not exactly what is requested but along the same lines to complement items and magazines command added backpacks command rev 150277