This kind of argument has been made since the days of renderware.
I have seen a number of projects go from
'We're building our own engine'
To
'we should have just gone with $engine_of_the_day'
To
'We were so lucky we chose to make our own engine'
If you want to make a game like fortnight, the Unreal is your pick. If you want to try something that hasn't been done before you could do worse than rolling your own engine.
Especially if you are looking for where the fun is, the idiosyncrasies of your own engine gives you a world with it's own flavour if you incorporate that flavour into your design process you could create a feedback loop that turns into something special.
I’m new to game dev and been developing a 3D engine for my game after dabbling with Godot.
I read a lot of opinions on whether it is a good idea and it all boiled down to ‘my god, no, don’t write your engine. That said, I did and I am sure glad I did invest 3 years on a framework I know like the back of my hands’ and that told me exactly what I wanted to hear.
It’s like the whole AI debacle, really. If your goal is to ship a product, go with a premade engine. If your goal is to enjoy the craft and learn how stuff works, and you got that itch to do it the difficult way, then roll your sleeves and dive in. It’s always a pleasure to play a game with a completely unique feel.
Except that Idtech practically invented the modern 3D engine and is constantly pushing the envelope
Where they actually messed up was not licensing it more aggressively to other companies like Epic has been with Unreal.
> Especially if you are looking for where the fun is, the idiosyncrasies of your own engine gives you a world with it's own flavour if you incorporate that flavour into your design process you could create a feedback loop that turns into something special.
I loved the old STALKER games, and the wackiness of their engines was a lot of the charm. I ended up buying the new one out of nostalgic dedication and it's probably the worst example of "Unreal slop" I've experienced, having not bought many newer games. I'm sure the butchers running Xbox have run the numbers and think they'll make even more money throwing armies of contractors with allegedly fungible skills at the next Doom games, but I'll leave others to bankroll that while I enjoy games I don't need frame generation for.
id tech has stellar performance compared to a very general purpose engine like UE.
Doom was absurd in the capability of squeezing terrible machines for high framerates and great visuals.
This “flavor” at the engine level doesn’t always make it back up to the end user, and even if it does, it is likely something that could have been replicated by existing engines, if developers cared enough to do it right.
There are very few games where the engine is what made all the difference. Maybe something like Half Life 2 with the source engine is the exception, but ultimately, what makes a game good are traits that can be universally applicable to any engine.
Truth is, it’s not that 90s anymore. Hardware has advanced to the point that you can have general purpose game engines that can be molded to any type of game. You do not need purpose built engines anymore.
And someday, if you can imagine, we’ll just have AI churning out visual representation of game state, turning game development purely into a declarative data driven exercise.
Realistically speaking, how hard is it to vibe code an engine these days? Unreal is source available and I am willing to bet the source code has been used to train AI models. And there are genuine open source projects like Godot that can be used as a foundation, license permitting (or not). The bigger moat seems to be all the tooling around the actual engine.
RenderWare was quite a special case that made trust in third party engines go down significantly since EA closed it to external customers just as the PS3 hit (Renderware kind-of saved the PS2 since it was "complicated" in the same ways as the PS3 but having a middleware enabled many smaller developers to focus on their games).
Engines has been (And is to a large extent) bad business because unless you really do something _really special_ it's way expensive for little gains (especially if you're targeting realistic games since there is so much to focus on before even considering portability).
And I say this as someone who started out working on custom engines (but am out of the business outside of hobby stuff).