• Register
yt discount


WHAT IS S2ENGINE?

S2 ENGINE HD is a complete general-purpose software kit for developing and running videogames and other virtual-reality applications, specifically dedicated to PC indie developers from a indie developer. Its simplicity and a powerful, just-ready, all-in-one toolset lets indies – and game enthusiasts – turn on their computers and create amazing visuals in minutes just as if they were professionals. Developing games is as fun as playing them using S2 ENGINE HD!

NO PROGRAMMING SKILL REQUIRED

Thanks to GameMachine, a node-based visual scripting system, designed on well-known State, Event and Action concepts, all, even not programmers, can do awesome things using S2ENGINE.

CHEAP PRICE, PAY ONCE, NO ROYALTIES

S2ENGINE HD will be yours at a very cheap price. You will pay only once. No monthly subscriptions, No royalties after your game is published.

S2ENGINE HD IS THE NEXT-GEN GAME ENGINE FROM AN INDIE TO INDIES

Next-generation features and a complete visual editor will allow you to create high-quality video games without requiring extensive resources and large teams. We are indie just like you, we know what it means making games with a small team.The new and constantly updated version of the engine is developed with a very clear goal in mind: to let people have full and easy access to AAA development. Physically Based Rendering, HDR, Visual Node-Based Scripting System, High-Quality Post Processing, All-In-One Editor are only some of the features you will find in this amazing product. The Best choice for the modern indie game developers!

WHY PC ONLY?

Many commercial engines are designed to be cross-platform, but this strategy, inevitably, forces to be unable to exploit target hardware pushing it to extreme performances. We strongly believe in PC as best gaming platform, so we designed S2ENGINE HD with PC hardware in mind in order to gradually push it to the limits!

IDEAL FOR WHO WANTS TO PUBLISH GAMES ON STEAM

Since S2ENGINE is highly optimized for running on PC Windows systems, it is ideal if you want to use it for developing your AAA-quality game on Steam.

YOUR FEEDBACK IS IMPORTANT FOR US

Give us suggestions, bug reports, and, in general, share ideas about what you want a game engine must have. We will constantly update the product basing on your feedback and suggestions. We work to make your dreams a reality. We work to make S2Engine the best for indies, the best for you!

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Post article RSS Articles

Hi to all,
Today we have finally released the new major update to S2ENGINE 2020.1 version.
Despite of the name this is the last version of the engine :D.

IMPORTANT: READ CAREFULLY BEFORE UPDATE

If the first time you start the engine after updating, the message "cannot find Physics DLL" appears, DO NOT WORRY, this is probably due to a local backup of the old configuration that refers to the old physics library.
To Solve the problem simply go to "Steam\steamapps\common\S2ENGINE HD\ver_1_4_6\Bin" folder and delete the file "S2Engine.bak"

WHAT'S NEW

Physics

There are a lot of new things in this version since about 8 months have passed after the last major update.
The most important update regards the physics engine. We have completely rewritten the physics passing from the old Physx 2.8 to the Physx 3.3 version.

This resulted in a number of improvement listed below:

  1. The annoying "Cannot Initialize Physics" problem that affected a number of new installations of the engine is definitely gone :D.

  2. Now, when you scale a static object owning a mesh collider, the collider will scale accordingly.



  3. Convex Hull support. Now you can make the system to automatically create a convex hull mesh as a collider of a dynamic rigid body (including vehicles).




  4. The vehicle physics has been heavily improved. It is much more realistic and better responding than the previous. Furthermore now there is more vehicle data available (speed, gears, tire stiffness) that it is possible to create a HUD like in racing games.



  5. The buoyancy system has been greatly improved. Unlike before, now the buoyancy force is applied on a number of points along the rigid body, this produces much more realistic responce to the water surface. Furthermore, when on the sea, now the ridig body follows the waves movement.




  6. Now UniversalJoint can be attached to a node of a hierarchy (like in skeletal models) and can be breakable (even if this is an experimental feature). In general it is much more easy to setup and robust than before.



  7. Even ragdolls now are much more stable and configurable. You can, for example, via gameMachine, setup the number of iterations physics must do for getting stability, or you can make ragdoll to affect only a branch of a skeletal model, for example the hair ponytail of a human character or the tail of a monster character (even if it is an experimental feature).

  8. Character controller interaction with rigid bodies has been improved. Now characters can push small, light bodies (including ragdoll bones) without being affected by their weight, resulting in a much smoother and stable movement.

Furthermore, unlike before, you can make a kinematic animated rigid body (for example an opening door) to push away a colliding character (like a player that is too close to an opening door).

Rendering

A couple of improvements have been made about the rendering of some screen-space effect.

  • Improved Motion Blur. It was not so much evident but in the previous version there were some artifacts when 2 moving objects, with motion blur, overlapped on screen or when a moving object was overlapped by a static one. In this update the way in which the velocity buffer, used for the motion blur, is created has been partially rewritten. Now the dynamic objects affected by the motion blur are drawed only one time directly into the Gbuffer. The new code makes the velocity buffer creation to be faster and to avoid these artifacts. A velocity buffer made in a such way opened us the possibility to implement a temporal filter that we used for improving other screen-space effects (SSR and SSGI) and that we'll use for improving Anti-Aliasing in future releases.

  • Improved SSGI. In this version the Screen Space Global Illumination has been heavly improved using 3 new filters we have implemented and shared among screen-space effects:
    • a new temporal filter shader.
    • a new spatial depth/normal aware filter shader.
    • a new upscaling filter shader.

    As showed into the following image, the current version of SSGI is much more effective in diffuse reflection of colors and much more free from noise artifacts:




    A side effect of the new SSGI is that automatically the screen space ambient occlusion quality has increased.

  • Improved SSR. Screen Space Reflections completely changed from previous version. In particular we have tried to better address the responce of reflections to the roughness of a surface. We have left the previous pseudo screen-space cone tracing approach, that was a bit faster but rich of artifacts that pratically made it unuseful, in favour of a stochastic approach (more than one ray is traced per sample using a random pattern and a perturbation vector that increases with the roughness of the surface). This was possible thanks to the 3 new filter shaders, temporal, spatial and upscale, that let us to distribute the samples over many frames and at a reduced resolution.
    In addition, the new effect blends with cubemap reflection in a better way than the previous one.

    The following GIIF shows how the SSR looked changing the roughness in the previous version:



    The following GIIF shows how the SSR looks changing the roughness NOW:



  • Improved sun soft shadows. In the previous version sun soft shadows, at the highest quality, was affected by a lot of disturbing and filckering noise. In this version we have changed the sampling of the noise pattern (from shadow space to screen space) and added a depth/normal aware spatial filter that changes blur radius basing on the penumbra radius of the shadow.
    The combination of these 2 changes greatly reduces the noise even with big penumbra radius (open in new tab for large image):

  • Fixed Shadow leaking. In the previous version there was an undue leaking of local light shadows expecially visible on scattering surfaces. In this version we have introduced a new parameter "angle bias" that helps to almost completely remove the artifact, as showed into the following "before-after" images:


New Content

In order to show the new vehicle system we have added a new reacing project into the basic engine package.
There you will find some new models for populating terrains and the HUD and gameMachine for playing with a vehicle as in a racing game.



We have also improved a bit the city scene in the BuildingGenerator package.
New road textures, new color correction settings and improved night illumination thanks to a new type of light we called FillLight.
FillLights are "no shadow casting" lights that are rendered after the ambient light pass and before the ambient occlusion pass, so they are affected by ambient occlusion shadows.

Easy Game Pack

We are continuing to hardly improve the Easy Game Pack DLC.
This time we have:

  • Improved the player character crouch (thanks to new physics :D).

  • Added GraspableBody, a new kind of rigid body that is graspable by the player character:



  • Added MissionCounter and Mission List. These definitely improve the mission managing in the EasyGamePack.
    In the previous version a mission had to be completed before starting a new one, in a linear fashion.
    Now you can create missions that can be completed in parallel, without a pre-defined order.
    Furthermore, using the new object "MissionCounter", a mission or a set of missions can be "activated" when another group of missions has been completed.
    So you can have many counters that manage different set of missions to be completed in parallel or set of missions dependent by other set of missions and so on.
    At any time the player inventory can show the list of all missions to be completed in a new "missions" tab.

RELEASE NOTES

Other minor improvements and additions have been made as well as Bugfixes and crashfixes.
Here is the release notes list:

CORE

  • [BUGFIX] if a void grass object is inserted into the scene the engine crashes
  • [BUGFIX] In some circumstances Procedural tiles disappear from a scene with it is reloaded
  • [BUGFIX] Engine crashes when changing dim parameters of a .sk2 object in the Physics section of the Class panel
  • [BUGFIX] Engine crashes when selecting dropdown menu in AnimationTrack panel when Model viewport is not the focused window
  • [BUGFIX] Engine crashes when setting tiledim for floor object to a value higher than 2000 and then toggling face visibility
  • [BUGFIX] Engine crashes when setting wallheight for floor object to less than 1
  • [NEW] Added new "EnableInput" action in GameMachine
  • [IMPROVEMENT] Improved SSGI rendering
  • [BUGFIX] IsVisible, CAstShadows, AffectMB flags in model editor don't work
  • [IMPROVEMENT] Auto normalization of vertex weights when importing skin models (useful when exporting from blender)
  • [NEW] Added parameter "CollideToCharacters" in RigidBody (useful for kinematic bodies)
  • [NEW] Added shadowmap "angleBias" parameter in Light and staticLight object classes for improving shadowmap artifacts solving
  • [NEW] Added parameter "AOoverLights" for controlling the Ambient Occlusion stage (before or after lights pass)
  • [IMPROVEMENT] Now SSAO result is merged with VoxelLightmap result and mixed with the sky saturation for adding colours to Sky Occlusion gradient
  • [NEW] Added new method for computing the Ambient Occlusion of the whole terrain in the TerrainOcclusion pass
  • [IMPROVEMENT] New alert message after importing a skeletal model if there are vertices with no bone weights.
  • [BUGFIX] Crash when setting Flocks object height or radius to 0
  • [BUGFIX] when more than one material with emit map are in the scene and one materialis animated, the texture coordinates of the emission map of the other materials are corrupted.
  • [BUGFIX] When launcher doesn't find any project crashes
  • [IMPROVEMENT] Emissive materials now can be applied also to skinned models
  • [BUGFIX] In some cases, alpha blend materials aren't rendered well if applied on skinned models into the model viewport.
  • [NEW] Added "UpdateOneShotAnimation" action to GameMachine
  • [NEW] Added parameter Binary to "SetCollisionMask" action in GameMachine
  • [NEW] Added parameter "soundPitch" to "Switch" object class
  • [NEW] Added parameter "affectedObjects" to "Light" object class
  • [BUGFIX] Alpha blend skinned material do not reflect lights
  • [BUGFIX] Motion blur dynamic object artifacts fixed
  • [NEW] Added AlbedoBrightness and AlbedoContrast parameters into the texture editor.
  • [NEW] Added Buoyancy physics parameters into scene objects.
  • [NEW] Added BuoyancyLinearDamping and BuoyancyAngularDamping physics parameters into scene objects.
  • [NEW] Added WaterMask physics parameters into scene objects.
  • [NEW] Added LinearDamping and AngularDamping physics parameters into scene objects.
  • [NEW] Added buoyancyStrength physics parameter into scene objects.
  • [NEW] Added buoyancySliceCount physics parameter into scene objects.
  • [NEW] Added buoyancyOffset physics parameter into scene objects.
  • [NEW] Added PhySetLinearDamping action in GameMachine
  • [NEW] Added PhyGetLinearDamping action in GameMachine
  • [NEW] Added PhySetAngularDamping action in GameMachine
  • [NEW] Added PhyGetAngularDamping action in GameMachine
  • [NEW] Added PhyRagdollSetAngularDamping action in GameMachine
  • [NEW] Added PhyRagdollSetLinearDamping action in GameMachine
  • [NEW] Added SetMusicGain action in GameMachine
  • [NEW] Added PhyRagdollEnableBuoyancy action in GameMachine
  • [IMPROVEMENT] Improved Screen space reflections
  • [IMPROVEMENT] Improved hi quality sun soft shadows rendering
  • [IMPROVEMENT] Improved camera shaking effect
  • [BUGFIX] Dynamic Reflection Cubemap Shadows update flickering when changing time of day
  • [BUGFIX] Refractive rain becomes black at low altidune when rendering ocean
  • [IMPROVEMENT] Added search in PickWidget dialog
  • [IMPROVEMENT] Added search in PickNode dialog
  • [IMPROVEMENT] A-Z sorting for items in event parameter combobox
  • [NEW] Added FillLight object class
  • [BUGFIX] DDS textures rename or MoveTo make texture to disappear.
  • [IMPROVEMENT] Speeding up dynamic cube reflection shadows rendering by using the same shadowmap of the main viewport.
  • [IMPROVEMENT] Speeding up the sun shadowmap rendering submission by re-organizing the cascade splits distributed update.

EasyGamePack

  • [IMPROVEMENT] Improved PlayerCharacter Crouch
  • [NEW] Added Rigid Body grabbing
  • [NEW] Added MissionCounter object class
  • [NEW] Added missions list tab into the player inventory

WHAT'S NEXT

During these days I've planned to publish a couple of tutorials about setting up a vehicle and about setting up missions in EasyGamePack.
From the next week the first thing to do now is finishing the new manual.
Finally It will contain approximately all you have to know about the engine. I think I'll spend a couple of months for doing this (less more at full time, the rest of the time I'm busy with HELLSEED).


Then the key word will be "optimization". Developing the 2021.1 version I'll spend almost all the time in trying to optimize the code by starting to work at the following objectives:

  • Massive multithreading for optimizing CPU-GPU synchronization.
  • New strategies for Drawcalls reduction.
  • Increasing use of Compute and Geometry shaders.
  • Existing shaders optimization.

FINAL THOUGHTS

During these months I've worked very hard expecially with the new physics. It is not perfect but I'm satisfied for now.
I've also started to organize and write the new manual with a new tool that makes things faster and will help me a lot in future if I need to make changes or additions.
I've done a lot of research on new rendering techniques and multithreading for the current and the future releases.
The way to the perfection is still long but the journey is beautifull thanks to this fantastic growing community :D

Thank you to all for the support and care that you show every day to have for me and my engine.

Enjoy and stay tuned!
PROFENIX STUDIO

S2ENGINE HD 2019.1.7 finally released

S2ENGINE HD 2019.1.7 finally released

News

We have just released the long-awaited update to 2019.1.7 version.

S2ENGINE HD 2019.1 FINALLY RELEASED

S2ENGINE HD 2019.1 FINALLY RELEASED

News

We are very proud to announce that the S2ENGINE HD 2019.1 version is now OUT on STEAM

HELLSEED Is Out!

HELLSEED Is Out!

HELLSEED: Chapter 1

We have finally released HELLSEED in Early Access on STEAM.

BLOODWAVE - Enter The Hell (Alpha Demo)

BLOODWAVE - Enter The Hell (Alpha Demo)

BLOODWAVE - Enter The Hell

Alpha state demo is now online. You can grab it here for FREE. There are still bugs and the first level is not finished yet.

Add game Games
BLOODWAVE - Enter The Hell

BLOODWAVE - Enter The Hell

First Person Shooter

You have been stranded on Red Water Island. What is going on there? Can you find informations and how do you get home?

HELLSEED: Chapter 1

HELLSEED: Chapter 1

Adventure

HELLSEED is a first person horror adventure with puzzles and some action elements.SYNOPSISItaly 1980,

BlackSoul

BlackSoul

Adventure

BlackSoul is a third person survival horror adventure game with an intriguing story that takes place somewhere in the English countryside: people have...

Post comment Comments  (0 - 10 of 25)
Guest
Guest - - 689,575 comments

This comment is currently awaiting admin approval, join now to view.

AKNightHawk
AKNightHawk - - 108 comments

Hello. I was wondering if you could create a Mech Game startup package for your engine? Maybe something that is kind of like Mech Warrior with Locational damage? I would even be willing to supply the mechs if need be.

Reply Good karma Bad karma+1 vote
ferdyfist
ferdyfist - - 529 comments

Does this have networked multiplayer implemented? :)

Reply Good karma Bad karma+1 vote
QSN
QSN - - 615 comments

Interested in the engine
But can't import the model
Unable to download the plug-in
In the face of the user's help is very little
donate is very little,
I would like to suggest that

sell the game, you get 30% of its revenue

Reply Good karma Bad karma+2 votes
JammyGuy
JammyGuy - - 11 comments

So I just found out that this engine isn't compatible with Windows 8. That makes me very sad D:

Reply Good karma Bad karma+2 votes
shaziabegum786786
shaziabegum786786 - - 7 comments

NO Networking?
MAP SIZE TOO SMALL!

Reply Good karma Bad karma+2 votes
JammyGuy
JammyGuy - - 11 comments

It looks great! Now if only it would launch...

Reply Good karma Bad karma+2 votes
Quast
Quast - - 23 comments

Really the new images are fantastic
Please post some new videos for the new year ^^

Reply Good karma Bad karma+2 votes
bugbuster77 Creator
bugbuster77 - - 16 comments

I'll try to do it! :)

Reply Good karma+1 vote
noyart
noyart - - 250 comments

What programming lang do this engine use? :)

Reply Good karma Bad karma+2 votes
bugbuster77 Creator
bugbuster77 - - 16 comments

The engine is developed in C/C++. It also has a proprietary scripting language with a sintax very similar to C

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X

Latest posts from @profenixstaff

New HELLSEED update (#4) released: Store.steampowered.com

Dec 17 2022

Since HELLSEED was out we received a lot of messages like: "I can’t scary most of games but Hellseed is scary as h… T.co

Dec 13 2022

Just updated Store.steampowered.com

Dec 2 2022

HELLSEED IS OUT! We have released the Early Access version on Steam: Store.steampowered.com

Dec 2 2022

Today 21 september, 21:26 time, casually checked how many visualizations of the #hellseed trailer on YouTube, resul… T.co

Sep 21 2022

New HELLSEED screenshot. Close to be released...stay tuned. T.co

Sep 16 2022

New Gameplay trailer presented at Fear Fest Black Summer 2022: Youtube.com

Sep 6 2022

Tags