Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make bots never enter queue in Duel gametype? #71

Open
raininggibs opened this issue Sep 2, 2017 · 4 comments
Open

How to make bots never enter queue in Duel gametype? #71

raininggibs opened this issue Sep 2, 2017 · 4 comments

Comments

@raininggibs
Copy link

Sorry if this is already possible without minqlx, if it is I don't know how. Is it?

If not, is there any way to make it on a QL server (Duel gametype) so that bot/ai clients (i.e. Anarki, Ranger, Sorlag, Keel) never are in the state of in queue to play, yet do stay connected though only on spectator team?

@em92
Copy link
Collaborator

em92 commented Sep 2, 2017

I guess this is what you need:
bot_minplayers 2
This will automatically add bots to the game for playing. If someone joins - one bot will get kicked. If another one joins - second bot will be kicked.

@raininggibs
Copy link
Author

raininggibs commented Sep 3, 2017

In Duel gametype is there a way via minqlx to put bot/ai clients in the same state as human clients are in when on spectator only team/not queued up to play (''(s)'' near name instead of ''(a number)'' on scoreboard)? I'm just testing some stuff out for fun. :)

@raininggibs raininggibs changed the title How to make bots never enter queue? How to make bots never enter queue in Duel gametype? Sep 3, 2017
@em92
Copy link
Collaborator

em92 commented Sep 3, 2017

Contact with @Melodeiro. He is author of queue plugin.

@Melodeiro
Copy link

Melodeiro commented Sep 3, 2017

Bots are joining the duel without any event, so there is just one solution is to check every second, if there is bots ingame, and spec them. That way, real players will move up the queue.

Another solution might be implement team_switch_attempt or team_switch from the minqlx for bots, but i not sure, if thats even possible, or if that will work as expected.

PS: queue plugin disables automatically on duel servers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants