Page 1 of 1

Can't hide players on request

Posted: Fri Jan 06, 2023 10:58 am
by Eizzoux
So the conf_gfx.c has this line for each of the player request buttons, but it doesn't seem to be working properly:

Code: Select all

"request.button.player_X.draw_player",      "true"
By default it's ON, of course, but it doesn't seem to be working for me if I use "false" instead. I found a workaround anyways, using

Code: Select all

request.button.player_X.tile_size:          -1
instead, but... Why doesn't the normal way work?
kflsdnf.png
kflsdnf.png (24.9 KiB) Viewed 1601 times
rgkubrks.png
rgkubrks.png (16.08 KiB) Viewed 1601 times

Re: Can't hide players on request

Posted: Fri Jan 06, 2023 10:23 pm
by Holger
Thank you for reporting this bug! This functionality was completely missing, that is, this flag was not used at all! :o

Just added the required code to respect the selected setting of this flag for the player request buttons configuration.