splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 175 forks source link

[Feature Request]: Voting between team for pause/stay/swap #1033

Open thawankeane opened 1 year ago

thawankeane commented 1 year ago

Prereleases & Documentation

Get5 Version

0.15.0

The Feature

Hello,

I would like to start by thanking @splewis and all the contributors for their excellent work. Now let's get to the feature request:

My request is regarding team voting for commands like .pause, .stay, and .swap, where the majority of the team should vote for the command handler to be executed.

This would be useful in matches where teammates are not part of a team and probably don't know each other. The voting system, where the majority would have to accept the command, would prevent internal conflicts within the team.

Thank you.

nickdnk commented 1 year ago

Hello

No new features that are any sort of complicated (we do minor adjustments and bug fixes) are being developed for Get5 because of the pending release of CS2, for which Get5 won't work at all.

If you want this feature you'll have to code it yourself and make a PR for it. But it's almost a waste of time.

thawankeane commented 1 year ago

Hey @nickdnk, totally make sense

So, it just get5 that won't not work in CS2 or it's sourcemod itself that will no work? Do you know something about dedicated servers in CS2?

nickdnk commented 1 year ago

SourceMod won't work, so no existing plugins will work. The community knows very little about the direction of modding for CS2. There is no information about dedicated server support from Valve either. So far all you can do is use -dedicated as a launch option for the game itself, which starts a server.

For this reason we're just waiting on more information from either Valve or AlliedModders before doing anything else with the plug-in. It is very likely that get5 won't ever work and that the entire plug-in must be rewritten on another platform and in another language.

nickdnk commented 1 year ago

Reopening as the feature request is legitimate.