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

The new package manager UI in action. Works regardless if you skipped the launcher or not.

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

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.

Added achievements. Because why not?

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

A small teaser for the next update.

Jump List returns in the next update.

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

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

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.