PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
39 stars 9 forks source link

HUD: Voice chat icon not shown ingame #117

Closed kai-li-wop closed 2 years ago

kai-li-wop commented 2 years ago

In WoP 1.6, the voice chat icon above the player's head was displayed through walls due to a missing shader. With WoP 1.6.1 and 1.6.2, it has now unfortunately disappeared completely. If a player is using voice chat, it will not be displayed above his head.

kai-li-wop commented 2 years ago

7f2fb2169f3f43e6026fe1ea225bb51dc6fe6414 fixes a wrong shader path but the icon is still not shown. Could only test on a local client game, not online.

mgerhardy commented 2 years ago

should be fixed - feedback welcome

kai-li-wop commented 2 years ago

Under what conditions can you test this? I just started a local game and then went to the 3rd person view. As long as I start recording with the PushToTalk button, no microphone icon is displayed above my player character. I remember the feature used to work the same like the WoP icon above the player character in normal text chat. Maybe it is only possible to test in online matches with other players. This would need to wait until a server is up and running beta tests.

mgerhardy commented 2 years ago

As far as I can say you don't see it for yourself (on purpose)

CG_DrawVoiceNames contains

        if (i == cg.predictedPlayerState.clientNum)
            continue;
3aTmE commented 2 years ago

Using the Current Codebase i can Confirm that the Voice Chat Icons show up properly in-game:

VC

Tested on a local game.

kai-li-wop commented 2 years ago

Excellent!