Tabletop Simulator

Tabletop Simulator

Automated Blackjack
136件中 41-50 を表示
< 1 ... 3  4  5  6  7 ... 14 >
更新: 2018年11月12日 @ 8時12分

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...

更新: 2017年12月23日 @ 9時30分

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.

更新: 2017年12月23日 @ 9時06分

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

更新: 2017年12月21日 @ 9時50分

Changelog

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

更新: 2017年12月20日 @ 5時22分

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.

更新: 2017年12月19日 @ 19時45分

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.

更新: 2017年12月17日 @ 13時58分

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

更新: 2017年12月13日 @ 17時25分

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.

更新: 2017年12月12日 @ 12時03分

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.

更新: 2017年12月12日 @ 7時38分

Changelog

• Fixed an issue with bankrupt and prestige butons.