Game
Immortal Sins
9 years ago

Bi-Weekly Update #37


It’s that time of the month!
OpenGL support!
For a long time, the game was more of a CPU dependent game (as in, it relies heavily on the processor). While it can play well on more recent computers, it has the issue that if the CPU lowers it’s frequency (say, to prevent burning itself) the game’s performance would suffer (figuratively speaking). This can make the gameplay a painful experience in some cases. To counter it, I’ve implemented an anti-lag system to improve performance. Now, I’m taking it a step forward: I’ve implemented OpenGL support. With this API, it will allow the GPU (your graphics card) to at least assist in processing the graphics. Although it doesn’t bring big performance boost, it’s the best way, since it provides a nice balance of speed and compatibility with the scripts (so it doesn’t break them and I end up having to completely rebuild the engine).

Patcher:
Older followers may recall that I’ve mentioned on the patch notes on D0.10 that the installer added a registry key for a patcher I was working on. Well, it’s almost ready! Using that registry key, the patcher can detect the location of the game. With just one click, the game gets patched in seconds. The UI is simple and it’s packed into one file. This was more difficult to make, since I had to figure out how to pack the files into one executable. Here’s a preview:

5d0b7a2323a33.png

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



0 comments

Loading...

Next up

Who did this?

Something something... Stuff that I worked on.

Jump List returns in the next update.

Added achievements. Because why not?

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.

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

Overhauls on the way.

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.

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

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