so you playSoundUI a class name from mission config? What audioOptions show for UI
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Advanced Search
Yesterday
WW2_SITREP_Short what is?
most likely intended as AT mine is kinda static, you place it once and it doesnt move, why waste resources? But I will have a look
Tue, Mar 21
how do you play the sound?
next dev
Mon, Mar 20
Revision: 150361 setMarkerDrawPriority / markerDrawPriority
Sun, Mar 19
should be in next dev
Revision: 150353
Sat, Mar 18
Revision: 150352
Revision: 150351 added basic set/getPlateNumber support to heli and plane
What happens if you change to (rgb,256,256,1)
don’t hold your breath for it, I have tried to force the game to display lower res on textures and it proves to be more difficult as expected. Everything is geared towards showing you the best possible quality so telling the game you want to try higher quality might work but lower quality usually ignored. It also interconnected with options texture quality. On top UI always uses max res because why not. What exactly us yse case maybe there is another simpler solution because right now it looks like too much work too little gain
Fri, Mar 17
Sounds like hardware problem
Sun, Mar 12
@SaMatra Is this something you could help with?
I cannot reproduce the crash, the scripts start and finish so at any point my pc has only 30. If I open debug console and leave it open they start to accumulate and scripts are created but not executed, is this the case? Do you crash when you open debug console and leave it on?
Fri, Mar 10
you create trigger every 0.1 seconds what do you think is going to happen in 1 minute 20 seconds?
Wed, Mar 8
Revision: 150340 vectorSide, vectorSideVisual. I will look at matrix commands later
Sun, Mar 5
A bit more context please, possibly with pictures
Sat, Mar 4
Ah good one, always wanted to add vectorSide
Fri, Mar 3
Wed, Mar 1
repro please
Mon, Feb 27
Cant tell what is scripted and what is vanilla on that video. Can you make an Eden epro showing the problem?
0xC0000005 - ACCESS_VIOLATION
Can also be STATUS_ACCESS_VIOLATION.
Sun, Feb 26
It cannot be just fixed as it may break missions where people used workarounds
is this the same issue? https://feedback.bistudio.com/T169976
Fri, Feb 24
also true if unit is UAV pilot(gunner) or remote controlling one
Thu, Feb 23
Feb 20 2023
Because you use hard limits. If you have something that changes from 0 to 120000 gradually and you set it to cut off at 266, everything from 267 to 120000 would return 266, which in your formula is 0 due to linearConversion.
max and min would create hard limit that would seem like a jump, this is why you have linearConversion that does interpolation smoothly. Get rid of max and min and you wont see instant jumps to 0
as wiki shows second element can go up to 28526.2, if you limit it to 166 it is expected it will seem as instant jump
won’t fix
Feb 19 2023
Feb 16 2023
Feb 15 2023
Repro?
Feb 14 2023
Need an example script to test
Feb 12 2023
rev 150310
Feb 10 2023
Feb 8 2023
dev, don’t think it made it to rc
Any workaround?
both
veh setDamage 0
and
veh setHitpointDamage ["hitEngine", 0]
will be fixed in 2.14
"Drowned" mission EH added in rev 150299
Feb 6 2023
dedicated server is remote machine, there is no camera on it. Not sure if it ever fired on dedicated server.
Feb 5 2023
"Special multiplayer behaviour: When added to a remote unit or vehicle, this EH will only fire if said entity is within range of the camera. That range is determined by the fired ammo's highest visibleFire and audibleFire config value. In case of units, muzzle attachment coefficients are applied too."
The only solution I have is to replace by a scripted function checking vehicles every few secs:
Feb 4 2023
This would be possible to ammend with
rev 150292
Feb 3 2023
rev 150290 "building_exterior" for enableAudioFeature
Feb 2 2023
next dev
playsoundUI can do it
Feb 1 2023
I guess this can be resolved as we now have allObjects?
playSound doesnt have direct volume control property. What exactly do you need?
They are the same sound files, should be fixed in the dev after next
Jan 31 2023
The surface is type and type is every object of the same type plus it persists through the exe lifetime