1. S2ENGINE HD
  2. News

S2ENGINE HD News

S2ENGINE HD 2023 BETA on PATREON

Hi guys,

We have released the BETA of the next S2Engine update on Patreon:
https://www.patreon.com/s2engine

The engine will remain in BETA for the whole month. This will allow Patrons to test the changes from previous version and give me their feedback in order to fix bigger bugs and prepare changes for subsequent updates.

[h3]This also mean that FINALLY the new update will be published, and available to all users, the next month.[/h3]

I apologize for the long wait.
I know this has caused a big inconvenience for all of you.
Step by step the development is returning back to normal activity and I guarantee that, from the next month, updates will be much much more frequent.


Fabio,
PROFENIX STUDIO

IT'S COMING BACK

Hi guys,

First I'm sorry for the long long long delay.
I've worked mainly on HELLSEED in the last year and I haven't had time to release any update of the engine, even if the engine has been updated internally for the production of the HELLSEED game.

Now, HELLSEED early access has been published and sufficiently fixed/improved to give me the time for returning back to the engine and making all necessary tests and updating all DLCs in a way that it is possible to publish a public update.

I can anticipate some of the news of the next update:
  • Texture Streaming
  • Faster loading times
  • A lot of new GameMachine actions
  • AMD radeon drivers fix
  • Some graphics fixes and improvements.
  • Physics extrapolation for updating characters that prevents movements flickering even at high frame rates.
  • General improvements (time has passed and engine has evolved inevitably)

Now I need time to update ALL packages, DLCs, and contents and make ALL necessary tests, but, generally the new update is almost ready.

A Lot of news and improvements are planned this year for the engine.
Stay tuned.

PROFENIX STUDIO

HELLSEED: Screenshots from new Hospital location

Hi guys,

we have almost completed the graphics of the new "hospital" location in HELLSEED videogame.
I've posted some screenshots showing the results of this HUGE work :).

The hospital will be a crucial step for the player to understand what happened to the doctor...

Enjoy and stay tuned!

S2ENGINE PATREON

Hi guys,

Today we have finally opened the Patreon page of S2ENGINE.

You can find it at:
https://www.patreon.com/s2engine

The page will finally lets you to give an additional help to us for the improvement of this fantastic engine.

In addition we have inserted various benefits for supporters to be unlocked basing on reached goals:
  • Exclusive monthly "work in progress" BETA downloading, for touching with hands what we are working on for the next public free update.
  • Non-public exclusive preview and work in progress contents
  • Discounts on DLCs
  • And more...

We have a lot of plans for improving the engine, some of which you can find and join on S2ENGINE Trello Board, and make it even more easy and powerful as you and us dreamed for years.
So,
If you believe in our project, if you think we can make the engine growing and make our dreams reality, Help us to make s2engine the best engine for passionates!

[h2]IMPORTANT NOTICE[/h2]
Nothing changes: all prices, free updates, all will remain as before.
Patreon page is only an additional opportunity for who want to support us more effectively.



In any case, big news are on the way.
Stay tuned!

PROPFENIX STUDIO

S2ENGINE HD 2022: TEXTURE STREAMING

Hi guys,

In the last months we have worked on a completely new feature:
Texture streaming.

[h2]WHAT IS TEXTURE STREAMING?[/h2]
Texture streaming is a feature used in most of AAA games today.
Today games have many high resolution textures that comsume a lot of video memory.
Texture streaming is implemented for keeping video memory usage under certain values while keeping texture quality high.

[h2]HOW IT WORKS?[/h2]
Textures are loaded into or removed from video memory on-fly, during the game, basing on what is currently visible.
Texture loading is asyncrhonous, this means that texture data is loaded into system memory on a separate thread, while the rest of the game runs.

[h2]TEXTURE STREAMING IN S2ENGINE[/h2]
In s2Engine Texture streaming is exactly as we have described before:
  • Async loading of data
  • Currently visible textures pool managing
  • Mipmap chains selection
  • Amortized texture uploading on video memory

Thanks to these features texture streaming is now possible on s2engine and results are incredibly good.

[h2]RESULTS[/h2]
The best practical application of this new feature was certainly HELLSEED.
The game is rich of High quality / High resolution textures, in addition there is one single big level with different locations all existing at the same time in memory.
We haven't finished to add contents in the game but we have already reached about 4GB of video memory!!
We had 2 solutions:
  • 1 - Separate the game in more than one level, but we didn't want this (breaking atmosphere, loading times, etc...)
  • 2 - Texture streaming :D


The following is a screenshot showing the same scene without and with Texture streaming.
We have used MSI Afterburner for scanning video memory usage:


De facto, Texture streaming will make it possible to develop HELLSEED! :D

As first iteration of the feature, we have added some performance counters like memory used and streaming pool computation timing in addition to the rendering profiling information:


In the engine configuration you can decide what percentage of available video memory must be reserved to the texture pool (target memory) and, when profiling, you can see how much memory, from the target memory pool, is used.

There are some other parameters added, like:
  • Per object streaming priority (to enable/disable streaming on a per object basis)
  • Texture upload amortization (for avoiding frame stalling due to poor video card memory bandwidth)
  • Number of textures to upload per frame (only if amortize is not set, to speeding up texture visualization at the cost of bigger memory bandwidth of video card used)

[h2]MORE...[/h2]
If you are interested in knowing more about the engine development or if you want to support us and believe in our work and in our engine you can join the new Patreon Page dedicated to S2ENGINE:
https://www.patreon.com/s2engine

Now it is time to return back to rendering optimizations :D
Stay tuned!