Skip to content

V13

Choose a tag to compare

@aaskjer aaskjer released this 13 Nov 18:09
· 39 commits to main since this release
1fcdad8

Update v10

  • Base preparation of the code for future enhancements and play-styles
  • General - Settings renamed to Chat Appearance
    • New argument: showCapMessage if you want to show an additional message why the output might missmatch the bet amount.
    • New argument: showAceMsg mainly just "QoL" - if enabled, shows the "Ace was reduced to..." message
    • New argument: numberSeparator - if enabled, you can set a separator like . to make long numbers better readable.
  • New Group: Game Settings
    • dealerStandsOn - now you can decide when the dealer stops drawing to make the dealer either more aggressive or conservatively (was hardcoded to 17 before)
    • blackjackPayout - Bonus multiplier for a natural blackjack which was hardcoded to a rnd 0.5 - 1.5 before
    • maxGamesPerHour - To tackle the hardcore addicts in your viewerlist, set a number of rounds a user can play in 1 hour.
    • numDecks - you can go wild and make a really big deck to draw from (mainly a future feature, already because it's a base function and was hardcoded to 1)
    • WIP - reshuffleAt - percentage that sets when to reshuffle the deck (mainly a future feature but was added for testing purposes)
  • New arguments for Points Settings group
    • minBet - Minimum bet for individual bets now must be at least 1
    • maxBet - Maximum bet amount now can be anything you want. (0 = no max)
    • maxPayout - If you really hate your viewers and don't want to let them get rich. Sets max. payout regardless of betamount.
  • Users now can use additional fixed bets like: all, half, quarter, double (double of defaultbet), max (= maxBet) or random (deducted points get announced)
  • Probably more which i have forgot.

OBS overlay still got not much love :Sadge~1: i promiss to deep dive into it when i have more freetime.

please let me know if anything isn't working as expected.