1. Void Crew
  2. News

Void Crew News

Hutlihut - Space Log #1: Carryable rework

[h2]Hello Ectypes![/h2]
We are trying out this new “Space Log”, as an additional channel of communicating more to the Void Crew community. We want to share more about what we are doing, some of the challenges we experience and what we are working on.

We are working on several parallel tracks, developing cool new features and content for the game, as well as bug fixing and improving the quality of the game experience. We hear you, there are bugs that are on the must-fix list that we are working hard to clear out. Our message to you is: We are committed to both.

Please continue to provide us with your feedback, so we can make Void Crew the best it can be. And then some.

So, without further ado, our first Space Log:


Carryable items - What can cause problems for players?

Some players are experiencing delays in-game, when inserting carryable items into sockets aboard the spaceship.


[h2]Background - Tech talk[/h2]
Well… not vital for this fix, but for tech insight: Void Crew is made in Unity 2022.3.4f1 LTS.

Overview - Carryables and sockets used to rely on a networking logic flow that relied on locking and unlocking their interactions. Old flow would roughly go as (might differ quite a bit depending on what exact operation you are doing):

  • Lock current carrier
  • Lock carryable
  • Lock new carrier
  • Remove carryable from current carrier
  • Insert carryable in to new carrier
  • Unlock new carrier
  • Unlock carryable
  • Unlock old carrier

This would:
  1. Create a lot of delays for remote players since all of the requests would have to be communicated with the host.
  2. Plus, if anything got lost/interrupted in the flow there was a chance that the carriers/ carryables would remain in locked state.

Even though an extensive work on addressing all the edge cases may have helped with the reliability of the system, it would have been unlikely to fix the delays. With that in mind, we chose to scrap most of the old logic.

[h2]Solution - Carryable items rework[/h2]
Instead we reworked the carryable logic, to have it rely on ownership based carrying w/o any locks involved and a more optimized networking request flow:
  • Tell the carrier to take/release/eject a carryable
  • Carryable transfers ownership of the carryable if needed (primarily during insertion)
  • On transfer callback (if needed):
  • Carryable ownership gets transferred - the new carrier can do whatever they want with it.

This both should reduce the delays for actions (fewer message exchanges between host and remotes) and drastically reduce the risks of lockups (the object locking logic is gone completely).

[h2]Solution being tested - Patch to be released in coming weeks[/h2]
These fixes and carryable rework are close to completion, and we are seeing major improvements in the way carryables behave.

But, we have to do further testing before releasing, so not quite ready for release yet. But our intention is to release it as soon as possible, and hopefully within the coming 3 weeks.

Oh, and lastly… in the previous Update 1.5 we did ship another fix on carryables (Ammo crates), that also partially addressed transfer of carryable ownership and handling process when the owner of the socket is changing.

This was to fix the ammo crate deletion logic locking up the ammo socket, if the deletion was done while players were entering/leaving the turret. This helped on some sockets, like the Litany Minigun.

Fix further extended - This is now also being extended to other sockets that have extended locked periods for animations, such as the data shard or the homunculus/biomass sockets.


Wish you lots of co-op chaos fun,
// Kris (Lead Engineer) and Hutlihut Games Crew

---

[h3]Join us on Discord to keep in contact and interact with the community![/h3]

Dev Stream #4 - Highlights

Hello, ectypes!

If you've missed the Dev Stream #4 yesterday, don't worry! We got you, as always.

We created a 10 minute highlight video to showcase the best moments of the stream. Watch it here:

[previewyoutube][/previewyoutube]

If you'd prefer to watch the full stream, that's also available on your Youtube channel:
https://www.youtube.com/watch?v=CKJeMfOjdZA

Dev Stream #4



Hey ectypes! It's Dev Stream Thursday!

It's only fair we join the fight for Metem as well, don't you think? 😉

Come watch us today at 15:00 CEST | 9:00 EDT | 6:00 PDT

We will be simulcasting to Youtube and Twitch!

📍 https://www.youtube.com/@HutlihutGames/

📍 https://www.twitch.tv/hutlihutgames

Update 2.0 Sneak Peek and Roadmap Update

As you may be aware, the recent release of the (B.R.A.I.N. 1.5 Update) has significantly impacted the HOLLOW forces, though regrettably, it is likely to lead to an escalation of conflicts.

The question that now looms large is: What will the HOLLOWs bring to the fight next?

---

Since launch we've received a lot of great feedback and suggestions! One of those was a visually more clear roadmap! So we wanted to share the new version with everyone.

But first...



INCOMING UNKNOWN TRANSMISSION...
...
731101161011141001059911610511111032105109109105110101110116



What could this be?

Update 2.0 is coming this December, so stay tuned!




One of our main goals is "Being close to our community", and transparency is one way we want to improve it, so get ready for more:

In addition to delivering our vision for Void Crew with our roadmap, we are constantly evaluating and allocating resources to fixing bugs, balancing and adding quality of life features as we move forward.

So without further ado, here's the visually updated roadmap:




Hutlihut Talks - Vlog #1

[h2]Hey ectypes![/h2]

We at Hutlihut Games have a strong focus on the community, and being close to our playerbase. And we are constantly taking steps to reach and maintain that goal!

Our Vlog is called Hutlihut Talks, as we want to give you more insight about our game development and what we are currently working on; what's going on inside of Hutlihut and the work on Void Crew!

You can check Hulithut Talks - Vlog #1 here:
[previewyoutube][/previewyoutube]

[h3]Join us on Discord to keep in contact and interact with the community![/h3]