Skip to content

Start typing to see game suggestions. This only suggests apps that have a store page.

Enter Submit to view all results. Ctrl+Enter View and filter in instant search.
Close ×

Raiding.Zone update for 2 September 2023

Weapon Balance Test

Share · View all patches · Build 12092926 · Last edited 23 February 2024 – 14:54:58 UTC by Wendy

Patchnotes via Steam Community

Balancing

Balancing damage is a problem. I avoided it since starting Raiding.Zone. It is not fun being forced to play the only weapon that does exceedingly more damage than the rest.

My initial plan was to balance everything in the Early Access phase. But this could set a strain on everybody who decides to try the game. I found an alternative way for basic Balancing.

My game server runs with Kotlin. Kotlin has first-class support for concurrency through Coroutines. Coroutines are lightweight threads and allow you to have explicit structured concurrency.

They also have a solid test framework. This framework has with tools that allow you to skip any delay in your code. So when you have a routine that executes every second, you don’t have to wait 10s to execute it ten times.

You can use a test coroutine context and accelerate time.

I used this feature to gather 1000s of damage data for each weapon and calculate an average DPS value.

These numbers are just the bare configuration of that weapon. I didn’t add any talents, essences, armor, or trinkets. The whole test suite executes in 60s. I plan to add more configurations for talents, essences, and other items.

Tank warning

I got some feedback that tanking is more confusing than it should be. It is hard to see when you lose aggro to a damage dealer.
I added a warning for that. It will display if you are a tank and a mob attacks someone who isn’t a tank.

Fire nova particle rework

I was unsatisfied with the particles of the Fire Nova. It didn’t feel like an expanding wall of flame yet.

Minor changes

  • Furious dummies will now deal 10% of your maximum life pool per hit
  • Key combination will not be assignable if there is another already present. Thanks to hboelke for the bug report.
  • Websockets will now reconnect if the connection fails
  • Exceptions occurring in the client get sent to the server for analysis.
Windows 64-bit Depot 2156441
  • Loading history…
Linux 64-bit Depot 2156442
  • Loading history…
macOS 64-bit Depot 2156443
  • Loading history…
SteamDB has been running ad-free since 2012.
Donate or contribute.
Open link