# Tabletop Simulator Hotfix v13.3 - Steam Cloud Formatting, Player Typing Indicator & More - Product: Tabletop Simulator (https://whatsnew.fyi/product/tabletop-simulator) - Vendor: Berserk Games - Date: 2024-07-18 - Original notes: https://store.steampowered.com/news/app/286160/view/4357879193279190808 - Permalink: https://whatsnew.fyi/product/tabletop-simulator/releases/2024-07-18-hotfix-v13.3-steam-cloud-formatting-player-typing What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fixed a major issue with Steam Cloud URL format causing loading issues - **changed** — All save files on load are converted to the new URL format from http://cloud-3.steamusercontent.com/ to https://steamusercontent-a.akamaihd.net/ - **changed** — Old cache files will load with new URLs without requiring redownload - **added** — Added player color to typing indicator below chat - **added** — Added component_hotkey_state_change console command and misc setting - **fixed** — Hand Select Mode working for Lua with player.chooseInHand and player.chooseInHandOrCancel - **changed** — Changed chooseInHand to be a feature of HandZone instead of Player, now works with hotseat and provides onPlayerHandChoice event callback with player_colour, label, chosen_objects, and confirmed parameters - **changed** — Made magnify zoom slightly larger - **added** — Added magnify_zoom_size console command to control magnify zoom size - **added** — Added magnify zoom size setting to the misc UI settings menu - **fixed** — Fixed alt zoom not working on hand objects when they are not on screen This patch addresses the recent downtime due to issues with the Steam Cloud and includes a couple of additions and fixes to the game. - **Fixed a major issue with steam cloud url format causing loading issues.** - All save files on load are converted to the new url format. (http://cloud-3.steamusercontent.com/ -> https://steamusercontent-a.akamaihd.net/) - Old cache files will load even with these new urls so we don't have to redownload everything and waste space on storage. - Added player color to typing indicator below chat - Added component_hotkey_state_change console command/ misc setting. nolt/1828 - Hand Select Mode working for Lua (player.chooseInHand / player.chooseInHandOrCancel) - Changed chooseInHand so it is now a feature of HandZone, instead of Player. This makes more sense from a game perspective, and will now work with hotseat, won't mess up if the player for instance changes their seat. Instead of setting a callback when you start the hand select mode you provide a label, and when a player ends hand select mode this event will fire: `onPlayerHandChoice(player_colour, label, chosen_objects, confirmed)` - Made magnify zoom slightly larger. - Added a console command magnify_zoom_size to control this size. - Added this settings to the misc UI settings menu. - Fixed alt zoom not working on hand objects when they are not on screen.