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

Disable Default AI #265

Open
Junyoungpark opened this issue Apr 26, 2019 · 2 comments
Open

Disable Default AI #265

Junyoungpark opened this issue Apr 26, 2019 · 2 comments

Comments

@Junyoungpark
Copy link

Hi! I'm wondering if there is a clean way to disable default AI?
It seems like the default AI control the units during the playing games.
I want to totally unable the default AI.

@BurnySc2
Copy link
Collaborator

Can you upload how the file that you execute to start a game?
If you let a custom bot play vs built in AI, the custom bot should not have any built in AI behavior.

To play a game as human terran against built in zerg AI, the file should looke like this: https://github.com/Dentosal/python-sc2/blob/master/examples/play_tvz.py
To let a custom bot play against a built in AI, you can run this file: https://github.com/Dentosal/python-sc2/blob/master/examples/worker_rush.py

I'm not exactly sure what the problem is for you. Do you want to play as human against a custom bot, or as human against built in AI? Or something completely different?

@ghost
Copy link

ghost commented May 11, 2019

If you mean you want to play against the built-in AI that doesn't execute any actions, then the only one way to do it is to edit maps in map editor by switching off the AI in triggers.

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