this post was submitted on 28 Mar 2024
342 points (98.3% liked)

Games

31807 readers
1248 users here now

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

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

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

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 5 months ago (2 children)

I was going to call shenanigans, but then I looked at the details of the application:

https://i.imgur.com/J30SGAr.png

So it seems there is something to it.

[–] ICastFist 6 points 5 months ago* (last edited 5 months ago)

If you peruse the folder where it's installed and compared to any UE4 or UE5 game, you'll notice all the other similarities in .dll files, folders and whatnot. Even the CrashReporter.exe is the same you see in unreal games. Or you can check the config files at Epic Games\Launcher\Engine\Config which has stuff like BaseEngine.ini which, among other networking configurations, also has this:

[/Script/Engine.Engine]
ConsoleClassName=/Script/Engine.Console
GameViewportClientClassName=/Script/Engine.GameViewportClient
LocalPlayerClassName=/Script/Engine.LocalPlayer
WorldSettingsClassName=/Script/Engine.WorldSettings
NavigationSystemClassName=/Script/NavigationSystem.NavigationSystemV1
NavigationSystemConfigClassName=/Script/NavigationSystem.NavigationSystemModuleConfig
AvoidanceManagerClassName=/Script/Engine.AvoidanceManager
PhysicsCollisionHandlerClassName=/Script/Engine.PhysicsCollisionHandler

Meanwhile, in Epic Games\Launcher\Portal\Config, the "game" part of the launcher, you have DefaultGame.ini and DefaultEngine.ini, the latter's first 2 lines pointing back to the Engine folder: [Configuration] BasedOn=..\Engine\Config\BaseEngine.ini

So, yeah, it's the actual engine. I was going to complain about disk bloat, but my Steam install is currently sitting at 1.3GB and I'm not entirely sure how much of that is from cached stuff. GOG Galaxy is taking ~980MB, but roughly 650MB are from redist installers (MSVC2005, 2007, dotnet, etc), so a "clean" install would be way lighter than Steam or EGS, the latter at 1.1GB on a clean install.

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

That is ridiculous. Even Electron would have been better...