-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
question: connect to local server #9
Comments
As far as I am know when joining a local session with bots CSGO will not startup a fully featured server and therefore you are not able to connect to it with rcon. My best solution for this problem would be to startup a server on the same machine as you run CSGO and then use localhost or 127.0.0.1 as the address. This also counts for CSGO itself you essentially host a server for yourself at that moment. |
By question would be: Why? This panel was intended to run basic matches on for example a lan party. I don't know why you would need this panel if you are only playing locally. |
So what I want to do at the end is modify this project a little bit, and track my practice progress, basically I want to setup a practice routine, which will remind me everyday, Once I have this setup, I just want to click on start routine or even start a map by myself, and just click on a map button, which will execute a few things: I basically like data, and if I see that I'm climbing in chart over few weeks, that'll motivate me to continue practicing, of course this is for personal use only, but I'd be okay with hosting this somewhere so people can use it. (btw, if you have more inputs on how to start this kind of server, how to calculate number of enemies killed etc, I'd appreciate), currently there's a game state integration from what I understand, but I'd like to know more, just starting to explore these APIs. How do I start a cs:go server? Can it be done through steam? Or is that a entirely different application? I'm working on linux, I saw a docker image, but will that be able to start workshop maps? How about matchmaking deathmatch session? Is there really no api access for cs:go client side? Like get kills, change maps, execute commands, etc? |
So I'm practicing locally, and I'd like to use this to show on my another monitor (just for example)
How do I find my rcon address/password for when I'm playing by myself? (not connected to a server)
The text was updated successfully, but these errors were encountered: