this post was submitted on 02 Oct 2023
1190 points (98.5% liked)

Technology

58143 readers
5014 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] finestnothing@lemmy.world 2 points 11 months ago (2 children)

Yep! Quick search turns this up, looks like you don't even need wine for it which is even better.

https://docs.unrealengine.com/4.27/en-US/SharingAndReleasing/Linux/BeginnerLinuxDeveloper/SettingUpAnUnrealWorkflow/#:~:text=Whether%20you%20downloaded%20the%20Unreal,located%20on%20your%20hard%20disk.

(Unreal engine also has a specific Linux page, but I don't have an epic games account so I can't view it - https://www.unrealengine.com/en-US/linux )

Wine basically let's you run windows-only software on Linux by making a directory that emulates windows, installs needed dependencies, etc. Most windows programs can be run smoothly using wine in my experience, the main ones that can't are games with kernal-level anticheat. If you've heard of Proton, that's valves fork of wine that they've built up specifically for games

[–] NocturnalMorning@lemmy.world 3 points 11 months ago (1 children)

I have heard of Proton. Just didn't realize it was for gaming. Thanks for the info! I'm seriously thinking about switching now. Just gotta figure out what to do with all my current game repository on windows.

[–] finestnothing@lemmy.world 2 points 11 months ago (1 children)

You could get a second hard drive and install Linux on that so you can boot into either, you can also access the files on your Windows drive from Linux (and vice versa) so you can grab the files if needed. If by game repositories you mean GitHub repos you can also just clone those down to the Linux one too

[–] NocturnalMorning@lemmy.world 1 points 11 months ago (1 children)

Some of them are github repos, others are not version controlled. But good to know, didn't even think about re-cloning them.

[–] finestnothing@lemmy.world 2 points 11 months ago

You can also transfer those files to the Linux partition directly, your file browser will (or at least should) be able to find your Windows drive or partition and let you browse all the files there, it's easy to then drag them to a folder on the Linux side and get them copied over

[–] pirat@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

(Unreal engine also has a specific Linux page, but I don't have an epic games account so I can't view it - https://www.unrealengine.com/en-US/linux )

I took a quick screenshot of the page while it was loading, before the login overlay was visible:

I also quickly hit the link, which lead to this: https://docs.unrealengine.com/5.0/en-US/linux-development-requirements-for-unreal-engine/