This patch addresses the recent downtime due to issues with the Steam Cloud and includes a couple of additions and fixes to the game.
- 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.
Changed files in this update