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

Add bot support #87

Open
Cruze03 opened this issue Mar 8, 2024 · 3 comments
Open

Add bot support #87

Cruze03 opened this issue Mar 8, 2024 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Cruze03
Copy link

Cruze03 commented Mar 8, 2024

Currently when you add bots, round keeps restarting and bots don't spawn in Retake spawns

@miloCody
Copy link

Having the same issue.

@B3none
Copy link
Owner

B3none commented Mar 25, 2024

Can you run the plugin in debug mode and confirm what's actually happening? I suspect it's because bots are not running the jointeam command which is what I am using to detect when a player selects a team / wants to join the queue

@B3none B3none added bug Something isn't working enhancement New feature or request labels Mar 26, 2024
@frsvme
Copy link

frsvme commented Apr 13, 2024

Can you run the plugin in debug mode and confirm what's actually happening? I suspect it's because bots are not running the jointeam command which is what I am using to detect when a player selects a team / wants to join the queue

Having the same issue.

I set "IsDebugMode" on "true" in "retakes_config.json". Where i find logs? Console is empty.

If the turn of the bomb plant falls to the bot, at the beginning of the round it stands on the point plant, puts the bomb and just stands still (the rest of the bots on the terrorist side spawn on the terrorist spawn), the bots for the CT side immediately spawn on the CT base and do not move (except for body rotation towards the player (me).

Update in 2 mins.
Sry, console not empty:
[Retakes 2.0.2] [你爺爺的屁股] Checking ActivePlayers.
[Retakes 2.0.2] [你爺爺的屁股] Player is in ActivePlayers.
[Retakes 2.0.2] [Lieutenant] Checking ActivePlayers.
[Retakes 2.0.2] [Lieutenant] Checking player pawn True.
[Retakes 2.0.2] [Lieutenant] player pawn is valid True && True.
[Retakes 2.0.2] [Lieutenant] calling playerpawn.commitsuicide()
[Retakes 2.0.2] [Lieutenant] Player not in ActivePlayers, moving to spectator.
[Retakes 2.0.2] [Slingshot] Checking ActivePlayers.
[Retakes 2.0.2] [Slingshot] Checking player pawn True.
[Retakes 2.0.2] [Slingshot] player pawn is valid True && True.
[Retakes 2.0.2] [Slingshot] calling playerpawn.commitsuicide()
[Retakes 2.0.2] [Slingshot] Player not in ActivePlayers, moving to spectator.
[Retakes 2.0.2] [Kev] Checking ActivePlayers.
[Retakes 2.0.2] [Kev] Checking player pawn True.
[Retakes 2.0.2] [Kev] player pawn is valid True && True.
[Retakes 2.0.2] [Kev] calling playerpawn.commitsuicide()
[Retakes 2.0.2] [Kev] Player not in ActivePlayers, moving to spectator.
[Retakes 2.0.2] [Specialist] Checking ActivePlayers.
[Retakes 2.0.2] [Specialist] Checking player pawn True.
[Retakes 2.0.2] [Specialist] player pawn is valid True && True.
[Retakes 2.0.2] [Specialist] calling playerpawn.commitsuicide()
[Retakes 2.0.2] [Specialist] Player not in ActivePlayers, moving to spectator.
[Instadefuse 1.4.3] OnRoundStart
[Retakes 2.0.2] Clearing _showingSpawnsForBombsite
[Retakes 2.0.2] Moving players to spawns.
[Retakes 2.0.2] Moving players to spawns COMPLETE.
[Retakes 2.0.2] Trying to loop valid active players.
[Retakes 2.0.2] [你爺爺的屁股] Handling allocation...
[Retakes 2.0.2] Player is planter and auto plant is disabled, allocating bomb.
[Retakes 2.0.2] Fallback allocation disabled, skipping.

你爺爺的屁股 - my nickname.
Lieutenant, Slingshot, Kev, Specialist - bots nicknames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants