It has the "Type I" and "Type II" nonsense in place of male/female in the character creator, and also they made a lot of the female NPCs very tall and masculine. The only relatively hot female NPC is evil, and surprise-surprise, she's actually a "clone" of a man.
One of the main bounty hunting missions features fighting a deviant who brutally killed a man's "husband" (props to that deviant, by the way). So they made sure to throw in alphabet nonsense.
All that being said, what Lethn says about the game is correct. However, it's not an Unreal Engine-made game, it's built on its own engine, but it sure does seem to borrow a ton of stuff that feels like it was ripped right off the Unreal Asset Store, because the animations, janky melee, and combat all seem 1:1 from the Unreal Engine.
Conceptually the game is really cool with its Twilight Zone meets Lovecraft meets Secret World meets Silent HIll theme; and in the hands of a competent or visionary creative director (maybe someone like Hideo Kojima or Yoko Taro?) it could have been awesome, but it also reeks heavily of slapdash game design with an air of current year DEI infusion.
You're 100% correct that this looks like a lazy hack job, though.
It seems like some kind of fork of the Unreal Engine, because you're right that some of the assets in this game really do look like they came right out of the asset store.
I actually said the same thing in another comment elsewhere discussing it with some people about how much of a lazy UE5 asset-store rip the game was, and I was corrected as well and they informed me about the team using their own in-house engine. But I'm still skeptical because it has the same floatiness as the UE5, same animation sets, same jankiness, and it even has the exact same pop-in issues that games have that use Nanite in open-world settings.
The engine they claim they're using, the Neox/Neoaxis engine, looks exceedingly similar to Unreal 4/5, based on looking at screenshots of their editor.
Can't be sure if they just emulated Unreal's UI design or if they actually tried to reverse engineer or swiped some code to create it. Looking at the documentation, class names, etc I'm not seeing a lot of distinct similarities.
Actually more distinct differences really, like Neox having a built-in native C# scripting support. While also supporting C/C++ (I'd assume the core engine code's built on that. Unity does the same sort of thing). Also seems like the default mesh format might be obj, where-as Unreal's is usually Maya/Autodesk's FBX.
As for the "floatiness" you describe in UE4/5, that's not necessarily an engine quirk I think so much as a quirk with how game developers will sometimes approach programming their hit detection. Some of these studios tend to be more concerned with basic functionality and stability, and so they'll take safer, faster, over precision and responsiveness.
Admittedly, there may be some aspects with the engine's default configuration for certain things that might play into how "snappy" things feel, but I've not gotten too deeply into investigating it.
There are a couple of areas in the engine I've wondered about though. Namely, the tickrate, and/or something about how animations are handled and processed in relation to character movement and inputs. If there actually was something going on with one of these two areas though, it should be doable to adjust things to be less floaty.
I notice that a lot of Unity-made games have -- as you put it -- much snappier response timing and animation and inputs are far more precise. It makes sense why devs making platformers and side-scrollers prefer Unity over Unreal as one of the reasons for that. I think it's also because of so much of the bloat in the Unreal packaging due to having to support a lot of third-party plugins and libraries, most devs just settle for the default physics instead of fine-tuning it as you mentioned.
Baldur's Gate 3, despite making the females sexual, made them ugly. The only CONVENTIONALLY attractive female is Shadowheart, all the other girls look like they got beat with the ugly stick. I don't know what it is about the way the skin or bodies look but the other characters look simultaneously 20 y/o and 50 y/o at the same time.
I can't quite put my finger on it. It's something odd about the female designs that put me off. It's like Shadowheart was thrown in there to appease those of us who like normal looking women but the rest of these just look like they tried to give these female characters ugly faces with broad shoulders while they kept their proportions as though they were in their 20s.
Then there was that 'siren' monster they seemed to be trying to hype people up on and it looks like they've taken some kind of radio tower asset and then plonked it on the character's head.
so they literally ripped off the siren head meme. never got into that one, personally.
It has the "Type I" and "Type II" nonsense in place of male/female in the character creator, and also they made a lot of the female NPCs very tall and masculine. The only relatively hot female NPC is evil, and surprise-surprise, she's actually a "clone" of a man.
One of the main bounty hunting missions features fighting a deviant who brutally killed a man's "husband" (props to that deviant, by the way). So they made sure to throw in alphabet nonsense.
All that being said, what Lethn says about the game is correct. However, it's not an Unreal Engine-made game, it's built on its own engine, but it sure does seem to borrow a ton of stuff that feels like it was ripped right off the Unreal Asset Store, because the animations, janky melee, and combat all seem 1:1 from the Unreal Engine.
Conceptually the game is really cool with its Twilight Zone meets Lovecraft meets Secret World meets Silent HIll theme; and in the hands of a competent or visionary creative director (maybe someone like Hideo Kojima or Yoko Taro?) it could have been awesome, but it also reeks heavily of slapdash game design with an air of current year DEI infusion.
Sexes. Not "genders". SEXES.
Back before John Money twisted the language, those two words were synonyms.
You're 100% correct that this looks like a lazy hack job, though.
It seems like some kind of fork of the Unreal Engine, because you're right that some of the assets in this game really do look like they came right out of the asset store.
I actually said the same thing in another comment elsewhere discussing it with some people about how much of a lazy UE5 asset-store rip the game was, and I was corrected as well and they informed me about the team using their own in-house engine. But I'm still skeptical because it has the same floatiness as the UE5, same animation sets, same jankiness, and it even has the exact same pop-in issues that games have that use Nanite in open-world settings.
The engine they claim they're using, the Neox/Neoaxis engine, looks exceedingly similar to Unreal 4/5, based on looking at screenshots of their editor.
Can't be sure if they just emulated Unreal's UI design or if they actually tried to reverse engineer or swiped some code to create it. Looking at the documentation, class names, etc I'm not seeing a lot of distinct similarities.
Actually more distinct differences really, like Neox having a built-in native C# scripting support. While also supporting C/C++ (I'd assume the core engine code's built on that. Unity does the same sort of thing). Also seems like the default mesh format might be obj, where-as Unreal's is usually Maya/Autodesk's FBX.
As for the "floatiness" you describe in UE4/5, that's not necessarily an engine quirk I think so much as a quirk with how game developers will sometimes approach programming their hit detection. Some of these studios tend to be more concerned with basic functionality and stability, and so they'll take safer, faster, over precision and responsiveness.
Admittedly, there may be some aspects with the engine's default configuration for certain things that might play into how "snappy" things feel, but I've not gotten too deeply into investigating it.
There are a couple of areas in the engine I've wondered about though. Namely, the tickrate, and/or something about how animations are handled and processed in relation to character movement and inputs. If there actually was something going on with one of these two areas though, it should be doable to adjust things to be less floaty.
I notice that a lot of Unity-made games have -- as you put it -- much snappier response timing and animation and inputs are far more precise. It makes sense why devs making platformers and side-scrollers prefer Unity over Unreal as one of the reasons for that. I think it's also because of so much of the bloat in the Unreal packaging due to having to support a lot of third-party plugins and libraries, most devs just settle for the default physics instead of fine-tuning it as you mentioned.
Baldur's Gate 3, despite making the females sexual, made them ugly. The only CONVENTIONALLY attractive female is Shadowheart, all the other girls look like they got beat with the ugly stick. I don't know what it is about the way the skin or bodies look but the other characters look simultaneously 20 y/o and 50 y/o at the same time.
I can't quite put my finger on it. It's something odd about the female designs that put me off. It's like Shadowheart was thrown in there to appease those of us who like normal looking women but the rest of these just look like they tried to give these female characters ugly faces with broad shoulders while they kept their proportions as though they were in their 20s.
I have Once Human on my ignore list. I can't remember why.
so they literally ripped off the siren head meme. never got into that one, personally.