Game
Immortal Sins
9 years ago

Bi-Weekly Update #42


So, after a break due to irl stuff, I return to development of Immortal Sins. Along with fixing reported bugs, I have done some work in improving the game.
Graphical and Lighting updates:
While still waiting for some artwork, I worked into improving the presentation and some balancing. In the graphical department three things were applied:

  1. Transition for the ship. Having the ship sprite (which is pretty small) is really silly (and pretty funny) when it’s in a city map. Instead of that, I created a transition so it looks nicer and fits much better:

https://www.youtube.com/watch?v=DD_c7GCX3_k

  1. Changing the doors. This a bit more practical, since the doors are usually bigger. And to avoid smashing heads ;-)

5d0b42e525b34.gif

(This was taken from an older developer build, so don’t panic)

  1. Re-work the lighting. The current lighting is fine, but it has it’s own issues when I’m working on interiors. Since tinting the screen ignores the overlays I am using on the interiors, they can look like they just simply sit above the game area. Plus the night tint doesn’t look nice in some areas when I include assets for lighting (such as a lantern or a candle) since it looks like they don’t light up the room or area. For practicality and visual improvement, I redone the lighting in a similar fashion shown in the Crystal Cave. This is a much improved solution, as the lighting is much more custom and it’s less of a hassle to update the overlays used on the interior maps, as the lighting is rendered above the overlays.

5d0b42e8d0d5d.gif

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



0 comments

Loading...

Next up

Who did this?

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.

Something something... Stuff that I worked on.

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.

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

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

Added a simple audio system to the launcher.

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.

Overhauls on the way.

Added achievements. Because why not?