Game
Immortal Sins
8 years ago

Bi-Weekly Update #50


The latest installment has arrived!

Preparation of Northbridge:

As I am preparing the MV version for a tech demo release, Northbridge could use some additions. First off, the launcher will now run as a 64-bit program (if you have a compatible computer). The reason is that the launcher not only picks the best version of the renderer, but it has some additional features as well. Making it compatible with 64-bit systems will improve the launcher’s performance. There is slightly higher use of memory, but the performance makes up for it. I’ve also removed some unnecessary code on that launcher as well. It’s quite easy to see when the launcher is running as an 64-bit program via the Task Manager (see below).

5d0af34f40efa.png
5d0af3523947a.png

Under the hood stuff:

I’ll cover this section in a lightning round:

  • Prepared the folder structure of the game engine, so it can house 32 and 64 bit versions of the renderer.

  • Implemented Action Icons.

  • Under the hood tweaks to improve the game engine’s performance.

  • Tweaking the lighting.

  • Transferred the code of the launcher to C# 7.0.
    That is all for now. See you on the next post.



0 comments

Loading...

Next up

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

Done some improvements to the backup system. Even added an icon to let you know that it's working.

A small teaser for the next update.

Added the option to rebuild the cache. This will clear the cache and then decompress the files from the packages.

Time for a bit of shenanigans: RPG Maker MV running on top of Tauri! This more future proofed framework means better performace and smaller file sizes. It does require some re-work in the engine, but it could lead to true cross-platform games.

It's still pretty early work, but I am working on making the UI more dynamic and sleek. Including faces changing depending on their HP.

Added a simple audio system to the launcher.

It's a bit early, but I have something cooking. Keep an eye out.

Waz zis? An overhauled map? Yes. Coming soon.

It's pretty early, but here's a look at a mob manager, handling the enemies in the game. The code streamlines the programming of the enemies. Hopefully, I can expand it to more useful ways.