Game
Immortal Sins
6 years ago

Another small progress report


Back in action (again).
I had a hardware failure on my laptop and I had to fix it. Thus, I was silent (except on Discord). It did make me hold off development for a few days but I returned quite refreshed. I haven’t done much, aside from fixing some bugs and re-designing more maps. But I worked on a few things.

One of the issues I heard from few is that it can be difficult to find which party member is active now. I went to the window and I‘ve done a tweak in the color that shows which is selected. This provides enough contrast so it’s easier to see who is active.

5d092509b35f1.png

Another feature I am working on (although it is in experimental stages) is supporting Discord’s Rich Presence API. The API allows game developers to show additional info when the user is playing a game and Discord is running.

5d09250c07fb4.png

Now, while I was able to implement it on Northbridge (which can only show a few things), trying to implement it on the engine itself will be an adventure itself. This is due to requiring some preparation, edits to the code and ensuring that I close the game properly when the Rich Presence Client is running. Although, will it be worth the trouble? Let me know.

By the way, the invite link to the Discord server changed. It is now https://discord.gg/immortalsins

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



0 comments

Loading...

Next up

A small teaser for the next update.

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.

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.

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.

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

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

Added achievements. Because why not?

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

Jump List returns in the next update.

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