HomeGamesUpdatesPricingMethodology
Steam News10 December 20223y ago

v0.22 - UE5 Upgrade and Optimizations

Finally the project is converted to Unreal Engine 5. This has been a monumental task and we are super happy it's done and over with :) Moving forward we can now focus on new features and content with shiny new tools.

In this update3

Full notes

Full Birthright update

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

What changed

0 fixes5 additions3 changes1 removal
  • Gameplay
  • Server
  • Performance
addedFinally the project is converted to Unreal Engine 5. This has been a monumental task and we are super happy it's done and over with :) Moving forward we can now focus on new features and content with shiny new tools.
addedMost things should be the same, while everything has changed under the hood. The physics and collision system is completely new, static meshes are converted to Nanite meshes, completely new destruction system etc (check UE5 if interested in all cool stuff).
addedHowever Lumen is currently not enabled due to targeting more like 30fps, but we will eventually enable it due to UE improving this for games.
addedCollision, Physics and DestructionThis is a completely new system in UE5 which has a major impact on Birthright's combat. The melee weapon collision is rewritten using the new system.
changedCollision, Physics and DestructionBasically for Birthright this is just goodness compared to the previous Nvidia PhysX system we used. It's also built with Multiplayer in mind, so Dedicated Servers will now run a fixed update rate on physics, making it possible to sync clients much easier compared to variable update rate.
changedCollision, Physics and DestructionThe new destruction system (Chaos) is incredible much better than the Nvidia system previously used. We already made simple tests using Catapults and destructible Walls and dynamic NavMesh etc seems to work fine. So a future Siege Patch will be planned now.

Birthright changes

addedFinally the project is converted to Unreal Engine 5. This has been a monumental task and we are super happy it's done and over with :) Moving forward we can now focus on new features and content with shiny new tools.
addedMost things should be the same, while everything has changed under the hood. The physics and collision system is completely new, static meshes are converted to Nanite meshes, completely new destruction system etc (check UE5 if interested in all cool stuff).
addedHowever Lumen is currently not enabled due to targeting more like 30fps, but we will eventually enable it due to UE improving this for games.
addedThis is a completely new system in UE5 which has a major impact on Birthright's combat. The melee weapon collision is rewritten using the new system.
changedBasically for Birthright this is just goodness compared to the previous Nvidia PhysX system we used. It's also built with Multiplayer in mind, so Dedicated Servers will now run a fixed update rate on physics, making it possible to sync clients much easier compared to variable update rate.

Finally the project is converted to Unreal Engine 5. This has been a monumental task and we are super happy it's done and over with :) Moving forward we can now focus on new features and content with shiny new tools.

Most things should be the same, while everything has changed under the hood. The physics and collision system is completely new, static meshes are converted to Nanite meshes, completely new destruction system etc (check UE5 if interested in all cool stuff).

However Lumen is currently not enabled due to targeting more like 30fps, but we will eventually enable it due to UE improving this for games.

Collision, Physics and Destruction

This is a completely new system in UE5 which has a major impact on Birthright's combat. The melee weapon collision is rewritten using the new system.

Basically for Birthright this is just goodness compared to the previous Nvidia PhysX system we used. It's also built with Multiplayer in mind, so Dedicated Servers will now run a fixed update rate on physics, making it possible to sync clients much easier compared to variable update rate.

The new destruction system (Chaos) is incredible much better than the Nvidia system previously used. We already made simple tests using Catapults and destructible Walls and dynamic NavMesh etc seems to work fine. So a future Siege Patch will be planned now.

Optimizations

After conversion was done we did some deep analyzing and monitoring performance. And for combat the biggest bottleneck is Animations. Therefore we started remaking Animation logic according to the new Multi Threaded model that UE5 supports. This enables using a Proxy object to copy data between threads and run necessary update logic on a thread rather than the main thread. We will continuously make improvements around Animations coming patches due to this. But already there is a good improvement in performance.

Nanite Meshes & Virtual Textures

Most Static Meshes are converted to Nanite for performance and removing the need for LODs. And UE5.1 already released support for Foilage being Nanite Meshes too. This will be updated in coming patches.

And all Textures are now UE5's Virtual Textures making things more video memory optimized while even and crisp over longer distances.

Big thanks to Amarum for testing during development!

Source

Steam News / 10 December 2022

Open original post

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