Game
Immortal Sins
2 years ago

Version D0.42 Update 4 released!


​A bit of a behind the scenes updates this time around. One of the biggest issues I had to deal was the caching system. While it worked quite well, there were times where the engine would just free up resources at the worst time. That would result in a crash, or the map being unloaded. An excessively big headache if you ask me. So, I decided to throw the current caching system out and replace it with a vastly better version. This time, it's dynamic. It builds up knowledge as you keep playing. While there are a few teething issues (Crystal Cave flickers a bit when you use the fireplaces), but I am working on smoothing it out.

In addition, I've also rolled up some fixes for high refresh rates. While the game handled these well enough, there were areas where it was "render at max speed, who cares that it needs timing?". This update should improve the update logic proper.

  • Overhauled the caching system.

    • Caching is now fully dynamic. As you keep playing the game, it will start building the cache.

    • It should now stop the engine from unloading resources too early (sometimes resulting in the map being unloaded).

    • [Windows] The option to reset the cache is added to the Starboard’s Utilities menu.

  • Improvements for users with high refresh rates.

    • Certain animations should now play at the proper speed.

    • Improved the utilization of the CPU in higher refresh rates.

  • [Windows] Improvements to memory usage on the launcher.

  • Rolled up dependency updates for better stability and performance.



0 comments

Loading...

Next up

I still need to finish up the plumbing, but I'm almost done with the translation. Hopefully, I'll have an update that has this very soon.

While I'm preparing August's Monthly Sync, I'm preparing a Trello board for the game. You can see what I'm working on here. https://trello.com/b/CjFyzH50/immortal-sins-game-development Pardon my dust, while I'm getting this up and running.

A small teaser for the next tech test.

The Wanderer

I gotta start zoning out more, because that's when I cook stuff like this.

It's going to take a while, but I am adding translations to the game (like Greek, as shown here).

The Flipside DEMO is out now on Itch!

I thank you all for waiting, it's been a race to the finish line these past couple weeks and I've finally made it!

Wrote a tool that installs the game's dependencies. That means Northbridge will always use the latest version of the Microsoft Edge WebView2 Runtime.

Took a while, but all of the implemented chapters have Greek translations now. It's smooth sailing from here on out.

De algún modo, estoy haciendo que este minijuego funcione

------

I'm somehow making this minigame work

Added a simple audio system to the launcher.