HomeGamesUpdatesPricingMethodology
Steam News8 March 20242y ago

Dev Log 0

Hello everyone, It's been two weeks since I started working on the multiplayer mode. As a developer who has never dealt with network code before, I initially struggled a lot.

Full notes

Full Wizard Realm update

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

Repeated intro

Hello everyone,

What changed

0 fixes0 additions1 change0 removals
  • Server
changedIt's been two weeks since I started working on the multiplayer mode. As a developer who has never dealt with network code before, I initially struggled a lot. I began the development process with Unity's NetCode library. I had synchronized the item system and some minor things, but when it came to fast-moving objects like spells, it failed. Fast-moving objects weren't synchronizing well enough. After a brief investigation, I attempted to solve the problem with Photon Fusion, but I couldn't succeed. Then I decided to try with Mirror, and after a 2-day learning process and adjusting the project to fit Mirror, I finally achieved the desired result. Objects are synchronizing fast enough now. As I write this journal, I have started working on synchronizing the map. While my previous estimate for the completion of a smoothly working multiplayer mode was 2 months, my current estimate is at least 4-5 months, so I decided to release the game to early access. Additionally, I will provide you with updates on the development process at regular intervals like this.

It's been two weeks since I started working on the multiplayer mode. As a developer who has never dealt with network code before, I initially struggled a lot. I began the development process with Unity's NetCode library. I had synchronized the item system and some minor things, but when it came to fast-moving objects like spells, it failed. Fast-moving objects weren't synchronizing well enough. After a brief investigation, I attempted to solve the problem with Photon Fusion, but I couldn't succeed. Then I decided to try with Mirror, and after a 2-day learning process and adjusting the project to fit Mirror, I finally achieved the desired result. Objects are synchronizing fast enough now. As I write this journal, I have started working on synchronizing the map. While my previous estimate for the completion of a smoothly working multiplayer mode was 2 months, my current estimate is at least 4-5 months, so I decided to release the game to early access. Additionally, I will provide you with updates on the development process at regular intervals like this.

Good bye Unity Netcode and Welcome Mirror

Steam post image Steam post image Steam post image

Source

Steam News / 8 March 2024

Open original post

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