fivem-hypnonema icon indicating copy to clipboard operation
fivem-hypnonema copied to clipboard

video no sound

Open xxjanelxx opened this issue 3 years ago • 6 comments

prop_big_cin_screen has no sound, only video. Attached console message when attempting to use this screen. hyperror

xxjanelxx avatar Feb 21 '22 01:02 xxjanelxx

Unfortunately I can not reproduce this error.

Have you modified the archetype definition of prop_big_cin_screen maybe? Because it requires the flag Unk 18 (131072) in their archetype def for it to be picked up by GET_CLOSEST_OBJECT_OF_TYPE in-game.

Otherwise I'd suggest that you check your screen sound settings. (soundMinDistance, soundMaxDistance and so on).

all-in-simplicity avatar Feb 23 '22 11:02 all-in-simplicity

Unfortunately I can not reproduce this error.

Have you modified the archetype definition of prop_big_cin_screen maybe? Because it requires the flag Unk 18 (131072) in their archetype def for it to be picked up by GET_CLOSEST_OBJECT_OF_TYPE in-game.

Otherwise I'd suggest that you check your screen sound settings. (soundMinDistance, soundMaxDistance and so on).

I just spawn the screen using menyoo and / or ymaps of same. I've never changed any parameters, It worked fine until i couldn't use the old hypnonema anymore. Once I updated, I've only been able to see the video. I have other screens that work with no issue.

xxjanelxx avatar Feb 24 '22 00:02 xxjanelxx

Did you already test if disabling 3dAudio resolves the issue?

all-in-simplicity avatar Apr 30 '22 16:04 all-in-simplicity

it's a rendered target so that option is not used. Using the new build and still no audio. see attached.

On Sat, Apr 30, 2022 at 11:20 AM Thiago Zimmermann @.***> wrote:

Did you already test if disabling 3dAudio resolves the issue?

— Reply to this email directly, view it on GitHub https://github.com/thiago-dev/fivem-hypnonema/issues/80#issuecomment-1114014416, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX3XCQBY4DWVD2WP3U3SPHLVHVMT5ANCNFSM5O5F4R5Q . You are receiving this because you authored the thread.Message ID: @.***>

xxjanelxx avatar May 05 '22 22:05 xxjanelxx

stillnoaudio stillnoaudio2

xxjanelxx avatar May 05 '22 22:05 xxjanelxx

The value for "Sound min. distance" is way too low. Try increasing it to something like 30, then you should hear something :). Hf gl!

all-in-simplicity avatar May 06 '22 19:05 all-in-simplicity