this post was submitted on 31 Jul 2023
64 points (93.2% liked)

Games

39141 readers
1308 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LouNeko@lemmy.world 5 points 2 years ago (3 children)

It seems like Unity is the go to engine for 2D applications. But I'm always surprised how much developers can squeeze out of it for 3d games. Konami could get their heads out of their asses and sell the Fox Engine or make it publicly available since they aren't using it anymore. The CryEngine always looked stellar and is available for licensing.

I just dont understand, is the Unreal Engine so much cheaper and better for development than any alternative? Is Epics support better than any competitors? Why does it seem like every 2nd indie or double A title uses UE?

We also have more and more developers transfer to UE for sequels even if they already have a working engine. (Insurgency: Source, Insurgency Sandstorm: Unreal)

[–] MossBear@lemmy.world 8 points 2 years ago (1 children)

Our studio uses Godot. It's fantastic and open source.

[–] LouNeko@lemmy.world 4 points 2 years ago (1 children)

I just watched the 2022 desktop/console showcase, I've only played Brotato and Cassette Beasts (Switch) out of all of them. Looks very clean but so far mostly focuses on 2D and 2.5D games. I also saw a VR game in the showcase. Looks very interesting.

[–] MossBear@lemmy.world 4 points 2 years ago

It is great for 2D. The 3D is definitely getting there, but it's not on the same level as Unreal or Unity yet. I think within a year or two, It should catch up to Unity at least though. We're super pleased with it.

[–] Coelacanth@feddit.nu 3 points 2 years ago (1 children)

CDPR are switching from their proprietary Red Engine to UE5 as well.

[–] scrubbles@poptalk.scrubbles.tech 6 points 2 years ago (1 children)

Yeah anyone who says that studios should just develop an engine or that it's not that hard should look to cyberpunk. Most bugs there were engine related, and all of its performance woes were too.

I'm actually sad, it ended up being a fine engine after they fixed it up for a year, and it'd be nice to have some more alternatives to unreal

[–] Coelacanth@feddit.nu 5 points 2 years ago (1 children)

I completely agree, on both counts. I'm sad about the demise of Red Engine too, especially since the look of Cyberpunk was one of the things they nailed. Not just graphically, but things like small character movement animations during dialogues and facial expressions.

I'm fearful that the upcoming Cyberpunk 2 (when it releases in 10 years) will lose a lot of identity by being Unrealified.

[–] Marsupial@quokk.au 2 points 2 years ago (1 children)

Those character animations are an engine agnostic problem. That’s on the art department, any engine can handle it with ease.

[–] Coelacanth@feddit.nu 2 points 2 years ago

That's possible. I know rigging for facial expressions used to be a big thing and was very different between engines, but at this point perhaps every option is at a sufficient enough level for it not to matter.

[–] beefcat@lemmy.world 2 points 2 years ago (1 children)

Unreal is way more versatile and easier to use than CryEngine, and a lot more capable for AAA game development than Unity. Looking at UE5, none of these alternatives have equivalents for features like Nanite or Lumen.

[–] LouNeko@lemmy.world 1 points 2 years ago (1 children)

I've seen the presentation of Nanite and Lumen a month ago and they seem like very interesting technologies. I still haven't seen a game implement Nanite to get a significant performance boost though. Lumen is more of a filmmakers tool, since lighting in games is often preferred to be more stylized than realistic. But this also brings up another issue with UE. The constant updates distract developers from actually fulfilling their vision and finishing the game. Early Access titles often stagnate development to update to a new engine version and implement new technologies, instead of providing content and bugfixes. And if you don't update the to a new engine, the community whines about it. So the devs have no choice. The versitality has its price, it's like UE tries to become jack of all trades, but master of none in an effort to provide everybody with a platform.

[–] beefcat@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Lumen is not a filmmakers tool. Fortnite is already using it in production on current gen consoles, and Immortals of Aveum will be using it exclusively when it launches later this month.

Nanite is about eliminating LoD pop in without a performance penalty. I wouldn’t expect games to run faster, only look better.