this post was submitted on 28 Sep 2023
83 points (95.6% liked)

Steam Deck

14245 readers
486 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

This just seems odd to me. I know it’s a competitive game, and most folks will be playing with a mouse and keyboard, but it feels weird for Valve to put out a brand new game (built from scratch, at that) and not plan for this.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 10 months ago (2 children)

Preface: I am no game developer, but I am a software developer

This comment does not make sense to me. There is no "simply" bringing any game to any other engine. Doing this is a huge undertaking and I can't imagine not basically starting from scratch, saving the art assets and bits of pieces of the code (given it's written in the same language).

[–] [email protected] 5 points 10 months ago (1 children)

I am a game developer and can tell you that bringing a game from unreal 4 to unreal 5 is pretty straight forward, you can disable the new features like lumen and get the same result. Some moves are harder. Like unity to godot or unreal is a huge change but source to source 2 doesn't seem like a huge move. They didn't rewrite the entire engine for it. That said they did replace and rewrite a lot of things. The gameplay logic is generally still the same code.

[–] [email protected] 2 points 10 months ago

I guess that makes sense. Thanks for the insight!

[–] [email protected] 1 points 10 months ago

Source 2 is basically the same engine but with better physics and graphics afaik