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

is watching an active/live game possible (question) #65

Open
caiomendesc opened this issue Sep 22, 2024 · 5 comments
Open

is watching an active/live game possible (question) #65

caiomendesc opened this issue Sep 22, 2024 · 5 comments

Comments

@caiomendesc
Copy link

Hi. I wanted to ask if it's possible to watch for a match while you're playing it. I was looking to make a script to determine based on the enemy team items, picks and strenghts what's the best approach on a deadlock game.

@caiomendesc caiomendesc changed the title active/live game watch is possible? (question) is watching an active/live game possible (question) Sep 22, 2024
@spheenik
Copy link
Member

There is a Source implementation, that can read replays while they are written.
See LiveSource.

Basically, what you would need to do is start recording your game, and then point Clarity at the file while it's written.

@caiomendesc
Copy link
Author

There is a Source implementation, that can read replays while they are written. See LiveSource.

Basically, what you would need to do is start recording your game, and then point Clarity at the file while it's written.

And how do I start recording my game while it's active?

@spheenik
Copy link
Member

I recommend you learn how to google yourself.

For example:
https://wiki.sourceruns.org/wiki/Demo_Recording

@caiomendesc
Copy link
Author

I recommend you learn how to google yourself.

For example:

https://wiki.sourceruns.org/wiki/Demo_Recording

You didn't need to be rude. I had no idea I could record in game, I thought the only possible way to get demos was downloading it after the match is done and it's made available by Valve.

Anyways, thanks for the replies, manage to get it working and your software worked well for my need

@spheenik
Copy link
Member

Sorry, I have thin skin lately.
It felt like you did put zero effort in finding an answer yourself.
After all, when I wrote what you would need to do is start recording your game I expected at least a tiny bit of effort on your side.
Anyway.
I hope you make it work, and if you have further questions, I'm here.

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

2 participants