altf4 / libmelee

Open Python 3 API for making your own Smash Bros: Melee AI that works with Slippi Online
GNU Lesser General Public License v3.0
237 stars 47 forks source link

Only set port to human if not a cpu #97

Open CJ5518 opened 1 year ago

CJ5518 commented 1 year ago

As is, when setting up a cpu the choose_character function will rapidly switch from human to cpu. This causes the auto start feature to not work properly.

altf4 commented 1 year ago

What's with all this other changes about adding a slippi save file directory? Seems unrelated to the bugfix the PR talks about

CJ5518 commented 1 year ago

My bad, I was using this fork for other things and did not realize the other commits would be included in the PR, will fix this soon.

jakeryan726 commented 5 months ago

Thank you, I needed this