all-in-simplicity / fivem-hypnonema

Media Player Resource for FiveM
Other
136 stars 73 forks source link

video no sound #80

Open xxjanelxx opened 2 years ago

xxjanelxx commented 2 years ago

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

all-in-simplicity commented 2 years ago

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).

xxjanelxx commented 2 years ago

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.

all-in-simplicity commented 2 years ago

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

xxjanelxx commented 2 years ago

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 commented 2 years ago

stillnoaudio stillnoaudio2

all-in-simplicity commented 2 years ago

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