TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do I play Doom on Linux?

1 点作者 aggrrrh超过 3 年前
I&#x27;m an experienced linux user and I tried to play doom 1 today. And for me it was a complete failure. How it has come that it is so hard?<p>There were Linus youtube series [0] about linux gaming. But I was skeptical about it as all games I wanted to play have native linux support. And I didn&#x27;t experience any problems with them at all.<p>But today I wanted to launch Doom 1(which I own via gog.com) and it was a failure. I tried to launch it via wine and dosbox with no luck. Also, it doesn&#x27;t have any <i>.wad files available.<p>I tried to search it via duckduckgo and I came across zdoom [1] and tried to download it. Ubuntu&#x27;s 64bit version is 404 at the moment. 32 bit version requires </i>.wad files which gog.com version doesn&#x27;t provide. And I&#x27;m stuck here trying to play 28 yo game.<p>[0] https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0506yDSgU7M [1] https:&#x2F;&#x2F;zdoom.org&#x2F;downloads

3 条评论

smoldesu超过 3 年前
My package manager&#x27;s repos have gzdoom, you should probably check that out. As a related sidenote, both Doom 2016 and Doom Eternal also play quite nice on Linux through Proton.
okdjnfweonfe超过 3 年前
unintuitive to learn how to do things the first time, but<p>Download the windows version of a given application, and then use <a href="https:&#x2F;&#x2F;constexpr.org&#x2F;innoextract&#x2F;" rel="nofollow">https:&#x2F;&#x2F;constexpr.org&#x2F;innoextract&#x2F;</a> (check your package manager) to extract the game files from the executable, and there will be your WADs<p>then for any third party engine, following the instructions provided to find where to put those WADs<p>- - -<p>Alternatively, if that still doesn&#x27;t work:<p><a href="https:&#x2F;&#x2F;flathub.org&#x2F;apps&#x2F;search&#x2F;doom" rel="nofollow">https:&#x2F;&#x2F;flathub.org&#x2F;apps&#x2F;search&#x2F;doom</a> flathub has a bunch of engine options, including those based on free WADs<p>And flatpak is fairly easy to add to a system <a href="https:&#x2F;&#x2F;flatpak.org&#x2F;setup&#x2F;Ubuntu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flatpak.org&#x2F;setup&#x2F;Ubuntu&#x2F;</a>
manbart超过 3 年前
You don’t need wine, there are plenty of native engines for Doom that run on Linux. Just Google ‘Linux doom engine’, there are several. You just need to supply your own .wad files, those are what contains the copywrited materials (though there are ‘freedoom’ wads available too)