#Questions about the pick screen and voice

1 messages · Page 1 of 1 (latest)

worn night
#

Hello, I have a few simple questions.

First, I want to change the faces of the heroes on the pick screen. Like the photo above.
It would be better if the minimap icon or the portrait at the top could also be changed in-game.

Second, I want the voices of heroes to disappear. Only the sound of attacks and skills can be heard.

Always appreciate the replies.

balmy shore
#

For voices you will probably need create custom sound events file. Copy existing one (and check how valve define path to it in their files or even put in same path) and replace any unwanted sound with null to prevent countless spam/issues? like "Attempt to create unknown sound event". Be aware that certain assets like hero icons can't be replaced like that (works only in tools mode).
For hero preview thing you will probably need create simple panorama script that search every such panel and replace it with custom one with custom video, gif or whatever they using (for same reasons as hero icons).

worn night
#

Thanks! I solve that voice problem. But panorama part is pretty hard to me..
Are there any examples of similar techniques used? Thank you for your answer.