Game
Immortal Sins
9 years ago

Bi-Weekly Update #35


Internal re-works (again):

Sometimes, certain issues need an efficient solution. I went back and re-worked some of the code to be, well, common. Why? Some of the events (especially the in map enemies) are cumbersome to update, since I need to go on every map and fix them up manually. Making them common, I only need to fix the common code and the events are fixed.

The launcher also sees something similar, mostly to fix a bug that affected the option to skip the launcher and launch the game directly. In the preview build, if you tried to enable the launcher via the Jump List, it would instead run the game 4 times. This is fixed on my part and I’ll update the preview soon.

Graphical changes:

-All dungeons got a new coat of polish.

-Re-done the character sprites to better resemble the face graphics. Small preview below:

5d0b915d90fd0.png

That is all for now. See you on the next post.



0 comments

Loading...

Next up

Added a simple audio system to the launcher.

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

Enjoy a nice dish, get a nice buff. What's not to like?

A bit of an old but goodie coming back: Quick Load! In an upcoming update, you can jump back to where you left off with a push of a button.

Added achievements. Because why not?

Implementing Armor Corrosion. This put quite a dent in the target's armor for a short time.

Who did this?

Taking the wraps off. For real this time.

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

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.