evandrocoan / MultiModServer

It is a Multi-Mod plugin's configurations for Amx Mod X - https://forums.alliedmods.net/showthread.php?t=273018
GNU General Public License v3.0
19 stars 17 forks source link

[galileo] - 'Cannot start the voting. The cvar gal_server_players_count is not supported on this Game Mod.' #91

Closed fred0r closed 1 year ago

fred0r commented 3 years ago

Summary

after a new map starts on cstrike theres: Cannot start the voting. The cvar gal_server_players_count is not supported on this Game Mod. beside that message everything seem to work as expected.

coherent set cvars seem to be:

gal_server_players_count "1"
gal_emptyserver_wait "10"
gal_emptyserver_mapfile "addons/amxmodx/configs/galileo/emptycycle_maplist.txt"
gal_srv_start "0"
gal_game_crash_recreation "0"
gal_endofmapvote "1"

Expected behavior

No Error.

Actual behavior

i get Cannot start the voting. The cvar gal_server_players_count is not supported on this Game Mod. after a new map starts - seen on a hltv-demo recorded from that server running galileo.

Environment

evandrocoan commented 3 years ago

https://github.com/evandrocoan/MultiModServer/blob/bcb9e037c7accd1d4bb7e95623357b7787fadf2f/plugins/addons/amxmodx/scripting/galileo.sma#L1967

I did not tested galieo with rehlds, but if you know this will work, you can change that line to this and recompile galileo:

    g_isColorChatSupported = true;
fred0r commented 3 years ago

thanks - i recompiled and will check.

fred0r commented 3 years ago

it doesnt appear anymore ingame, but i still see that message when watching a hltv-demo - its printed in the console.

fred0r commented 1 year ago

using https://github.com/Mistrick/MapManagerModular now