Closed ArtemSushkov closed 1 year ago
Online players count can't be easily controlled by server query in the Internet tab of the browser, which is what most of the people want to achieve. So make a variable players count is meaningless.
In your plugin 'fakequeries' its works good! This plugin too writed on C++. Maybe you have actual fixes except +1 player with tiny-csgo-client? :(
And I would like to take this opportunity to thank you for your work.
Fakequeries extension can't have an effect on the online players in Internet tab neither. If you only care about faking players in other parts like favorite or history tab, you can simply change the following part:
CONFIG_HANDLE_QUERY_BY_STEAM = 0
https://github.com/yourmnbbn/tiny-csgo-server/blob/08243f2a2457827ff8b0c795e3eeb699aa98ce0c/src/common/info_const.hpp#L11
SERVER_NUM_CLIENTS to whatever you want
https://github.com/yourmnbbn/tiny-csgo-server/blob/08243f2a2457827ff8b0c795e3eeb699aa98ce0c/src/common/info_const.hpp#L19
Fake online can be manipulated right now. Please refer to https://github.com/yourmnbbn/csgo-fake-server for more information.
Can u add the feature like in fakequeries (add fake players) to control online in the any tiny-server?