Replies: 2 comments 1 reply
-
Well, I couldn't get the standard bonus mode to work how I wanted, so I just rolled my own. Here's what I ended up with, works for the six bonuses I have now. It only shows bonus slides for those bonuses that were achieved. Hope this helps someone who was as frustrated as I was.
|
Beta Was this translation helpful? Give feedback.
-
You wrote your own mode for bonus, that's the beauty when you get used to MPF, you can do stuff rather quick. Thx for sharing. I do use the built in bonus mode with bonus_entries together with ONE slide and control everything with widgets and widget_player on the events for the bonus_entries, then I can show a bonus entry (or all if I want) straight away, BUT it will do events for all bonus_entries so if I use 6 bonus entries and show all my widgets on the first event it will wait for the display_delay for each bonus entry event. Not sure if you understand how I mean, wish my English were better when explaining stuff... :/ |
Beta Was this translation helpful? Give feedback.
-
Hello,
In the mode_settings: for the bonus mode, I specify display_delay_ms: 3s:
mode_settings:
display_delay_ms: 3s
...
I don't want a bonus intro slide (from mode_bonus_started. I've tried to set the expire for that slide to 0, but that only affects how long the slide is displayed. MPF still waits the full 3s before firing the first bonus calculation event.
How can I get rid of just that delay?
Thanks,
Greg
Beta Was this translation helpful? Give feedback.
All reactions