HomeGamesUpdatesPricingMethodology
Steam News14 July 20196y ago

The stability update

A new update has been released! This update focuses on improving stability and fixing minor bugs. Here are the most significant changes: Movement of player tanks over the network has been made significantly smoother.

Full notes

Full TankDestruction update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes1 addition3 changes0 removals
  • Performance
  • Server
  • UI and audio
  • Gameplay
addedA new update has been released! This update focuses on improving stability and fixing minor bugs. Here are the most significant changes:
changedMovement of player tanks over the network has been made significantly smoother.
changedAudio from AI tanks now plays properly - bullets will still make sounds even if two tiger tanks shoot each other.
changedThe largest problem that I had to overcome was smoothing the movement of the player tanks. I was using Unity's NetworkTransform previously, but because the NetworkTransform is utter rubbish, I had to code my own solution from scratch. Happy shooting! Joe

A new update has been released! This update focuses on improving stability and fixing minor bugs. Here are the most significant changes:

  • Movement of player tanks over the network has been made significantly smoother.

  • Audio from AI tanks now plays properly - bullets will still make sounds even if two tiger tanks shoot each other.

  • Teleport skill now works as intended - teleporting the player to a random nearby location.

The largest problem that I had to overcome was smoothing the movement of the player tanks. I was using Unity's NetworkTransform previously, but because the NetworkTransform is utter rubbish, I had to code my own solution from scratch. Happy shooting! Joe

Source

Steam News / 14 July 2019

Open original post

Changelog.gg summarizes and formats this update. How we read updates.