Tabletop Simulator

Tabletop Simulator

Automated Blackjack
Showing 41-50 of 136 entries
< 1 ... 3  4  5  6  7 ... 14 >
Update: 12 Nov, 2018 @ 8:12am

Changelog

* Fixed an issue with double payouts
* Fixed an error related to Berserk Games killing backwards compatiblity. Thanks for that. At least they implemented a fundamental Lua feature a year after it was requested...

Update: 23 Dec, 2017 @ 9:30am

Changelog

• Chips are now unlocked as expected when Cursed Deck minigame ends and a player has no cards.
• Hand value display is now updated as expected during the Cursed Deck minigame if the player has no cards.

Update: 23 Dec, 2017 @ 9:06am

Changelog

• Fixed an issue with the Cursed Deck minigame where non-bust hand's values would equal 0.
• Added host setting "Dealer's ace always counts as 1"
• Adjsuted pink and purple's table positions to improve symmetry

Update: 21 Dec, 2017 @ 9:50am

Changelog

• A new deck will now be drawn seamlessly if the current deck runs low on cards during a round.

Update: 20 Dec, 2017 @ 5:22am

Changelog

• Fixed an issue allowing players to swap hands when bust during the Cursed Deck minigame.
• Fixed an issue where players could redraw during the Cursed Deck minigame if they drew a Cracked Skull as their first card.
• Fixed an issue preventing Cursed Deck from ending gracefully if a promoted user hits End Round
• It is no longer possible for players to have more than 3 cards in the Cursed Deck minigame by abusing swaps.

Update: 19 Dec, 2017 @ 7:45pm

Changelog

• Fixed an issue with clearing prestige during bankrupt.
• Fixed an issue with third-party clears during bankrupt and prestige.
• A notification is now displayed whena powerup fails to activate due to an active minigame.
• Added additional hooks for minigames: `blackjackCountCards`, `blackjackDisplayResult`, `blackjackCanUsePowerup`, `blackjackEndRound`. See default minigames for usage.
• Minigame "Higher or Lower" now displays the latest card value as expected with 5 or more cards.
• Royal tokens, reward tokens, and random powerup draws can now be used during minigames.
• Added Cursed Deck minigame.

Update: 17 Dec, 2017 @ 1:58pm

Changelog

• Added onBlackjackDestroyItems event for third-party items to destroy items on prestige or bankruptcy.
Example usage:

function onBlackjackDestroyItems(data) if data.destroyPowerups then destroyObject(self) end end

Update: 13 Dec, 2017 @ 5:25pm

Changelog

• Changed scripting zone positions slightly to prevent an issue where a powerup could be used on two zones at once.
• Fixed an issue preventing the dealer from revealing their second card when forced to redraw their hand.
• Fixed an issue preventing a player from flipping their cards during Reject a Card bonus when they swap hands with the dealer.

Update: 12 Dec, 2017 @ 12:03pm

Changelog

• Clone powerups can now be used as expected when you have a special hand, eg Blackjack.
• Fixed an issue with Swap and Clone powerups during Reject a card bonus.
• Promoted users can now flip other player's cards with the flip button.
• Fixed the dealer's second card floating slightly after being flipped face-up.
• Fixed an issue with autosave caused by true==false. Blame TTS developers.

Update: 12 Dec, 2017 @ 7:38am

Changelog

• Fixed an issue with bankrupt and prestige butons.