Hello,
Thanks for creating this. It works great for me. My skills are lean much more toward circuitry and not programming. Is there a way to edit either the .cfg or the pydarts.py to advance to the next player with a button press instead of the "timeout" setting? I would like to eventually use buttons for all game setup. I will need to study a bit more before that happens.
Thanks,
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Ben,
I am pleased to get a new feedback of success :)
Technically, there is already the feature you are talking about. the PLAYERBUTTON does, I think, the trick : it goes straight to the next player despite of a dart going out of the target.
Try it out and give me your feeling.
Edit : obviously, this button can be used between each player as well, even if you successfully put all the darts in the target. For this button to be active, you need to put waitbetweenplayer:0 in your pydarts.cfg file. Otherwise, it will wait specified time.
Tell me if I am not clear enough ;)
Cheers !
Last edit: poilou 2016-05-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hello,
Thanks for creating this. It works great for me. My skills are lean much more toward circuitry and not programming. Is there a way to edit either the .cfg or the pydarts.py to advance to the next player with a button press instead of the "timeout" setting? I would like to eventually use buttons for all game setup. I will need to study a bit more before that happens.
Thanks,
Ben
Hi Ben,
I am pleased to get a new feedback of success :)
Technically, there is already the feature you are talking about. the PLAYERBUTTON does, I think, the trick : it goes straight to the next player despite of a dart going out of the target.
Try it out and give me your feeling.
Edit : obviously, this button can be used between each player as well, even if you successfully put all the darts in the target. For this button to be active, you need to put waitbetweenplayer:0 in your pydarts.cfg file. Otherwise, it will wait specified time.
Tell me if I am not clear enough ;)
Cheers !
Last edit: poilou 2016-05-25
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
That worked. Thanks!
You're welcome :)