Search found 10 matches

by Frank_der_Golf_Fahrer
Fri Mar 18, 2022 4:57 pm
Forum: Plugin Development Support
Topic: Change View Coordinate of Csgo bots.
Replies: 5
Views: 3928

Re: Change View Coordinate of bots.

it seems like they removed this ConVar from the game
by Frank_der_Golf_Fahrer
Thu Feb 24, 2022 8:44 pm
Forum: Plugin Development Support
Topic: Change View Coordinate of Csgo bots.
Replies: 5
Views: 3928

Re: Change View Coordinate of bots.

I was able to change the move type but nothing changed the still move back to their previous position
by Frank_der_Golf_Fahrer
Thu Feb 24, 2022 5:45 pm
Forum: Plugin Development Support
Topic: Change View Coordinate of Csgo bots.
Replies: 5
Views: 3928

Change View Coordinate of Csgo bots.

How do I change the view angle of a bot? I know how to change it on a player and I can interact with bots a player instance the problem is that when I change the angle. The bots will change their viewing angle but they don't stay there they will always go back to where they looked previously. I have...
by Frank_der_Golf_Fahrer
Wed Feb 23, 2022 7:23 pm
Forum: API Design
Topic: Where is the source code ?
Replies: 6
Views: 29119

Re: Where is the source code ?

Thy, Thy a lot @Kami for helping me. Your suggestion worked great :) Here is the code I evolved from your ideas so I can fire bots via a chat message. from players.constants import PlayerButtons from listeners import OnPlayerRunCommand from filters.players import PlayerIter from events import Event ...
by Frank_der_Golf_Fahrer
Wed Feb 23, 2022 4:35 pm
Forum: API Design
Topic: Where is the source code ?
Replies: 6
Views: 29119

Re: Where is the source code ?

Thy a lot for the explanation. and thy for linking the command module. It helped me a lot. :). Hope I bother you too much but could give any advice on how I can make a Player(Bot) throw a grenade. So far I can create a Player(Bot) and give it a Smoke and set it as the current weapon. The problem is ...
by Frank_der_Golf_Fahrer
Wed Feb 23, 2022 12:36 am
Forum: API Design
Topic: Where is the source code ?
Replies: 6
Views: 29119

Re: Where is the source code ?

Thy a lot!! So there is no actual python codebase so all the source code is written in c++
I have already checked out the wiki page. But those parts of real interest to me have documentation like the following


Bildschirmfoto von 2022-02-23 02-06-41.png
Bildschirmfoto von 2022-02-23 02-06-41.png (14.9 KiB) Viewed 29091 times
by Frank_der_Golf_Fahrer
Tue Feb 22, 2022 8:34 pm
Forum: API Design
Topic: Where is the source code ?
Replies: 6
Views: 29119

Where is the source code ?

I am searching for the actual source code of sp bc all that I can find are those weird python files that are so helpful like a brownout during a voice call: they look always like this: The name of the file. # ../players/bots.py """Provides bot specific functionality."""...
by Frank_der_Golf_Fahrer
Sun Feb 20, 2022 8:28 pm
Forum: Plugin Development Support
Topic: Controll CsGo Bots to act like player eg, throw nades and so on using the python api
Replies: 1
Views: 1706

Re: Controll CsGo Bots to act like player eg, throw nades and so on using the python api

I found a way to interact with bots on a csgo-server. You can simply access them via the player API because they are created as player instances. You can access them by simply calling the "Player()" generator with a number from 1 (yourself) to the number of bots that are on the server. The...
by Frank_der_Golf_Fahrer
Sun Feb 20, 2022 8:24 pm
Forum: Plugin Development Support
Topic: No such command "+attack"
Replies: 0
Views: 1959

No such command "+attack"

Hi, I try to call the "+attack" command for each player on the server. this is my code but when I run it I get this message in the individual player console: Unknown command: +attack Here is my code for i in range(1, 4): try: player = Player(i) # create player entity player.client_command(...
by Frank_der_Golf_Fahrer
Sat Feb 12, 2022 10:38 am
Forum: Plugin Development Support
Topic: Controll CsGo Bots to act like player eg, throw nades and so on using the python api
Replies: 1
Views: 1706

Controll CsGo Bots to act like player eg, throw nades and so on using the python api

Is it possible to control a CsGo so that he can throw grenades? I know that it is possible to access the bots via the Ai-cfg where you describe how the bot should move and act. The problem with that is that I want the bot to act as I want. For example, set his crosshair at a certain pos and then use...

Go to advanced search