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

Changing port, and starting bots *after* match start #30

Merged
merged 1 commit into from
Apr 28, 2019
Merged

Conversation

tarehart
Copy link
Contributor

The new port will make us less likely to conflict with other programs. The old one was port 8000 which is very common.

Starting bots after starting the match is the new way of doing things in rlbot 1.15.7, and it will make Self-Driving Car start working.

if hasattr(eel.browsers, 'chr'):
return eel.browsers.chr.get_instance_path() is not None
else:
return eel.browsers.chm.get_instance_path() is not None
Copy link

@dtracers dtracers Apr 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it safe to assume chm exists?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, they renamed it between versions.

@tarehart tarehart merged commit 9040434 into master Apr 28, 2019
@tarehart tarehart deleted the port branch April 28, 2019 06:14
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

Successfully merging this pull request may close these issues.

2 participants