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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Unleashed Recompiled: PC port of the Xbox 360 version of Sonic Unleashed

118 点作者 garrettjoecox2 个月前

9 条评论

OuterVale2 个月前
This is one of the most impressive things I&#x27;ve seen in a while. It isn&#x27;t traditional emulation, and it isn&#x27;t a decompilation.<p>It is a static <i>re</i>compilation of the Xbox 360 version. It required a ton of low-level re-handling of things from the 360&#x27;s Xenon CPU and Xenos GPU.<p>Not only is it the game running natively on PC, it has also been modded to support all manner of tweaks and enhancements that are manageable in-game, and mod support.<p><i>Really</i> impressive stuff.<p>Release trailer: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TJreGbVPDx0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=TJreGbVPDx0</a>
评论 #43299477 未加载
aquova2 个月前
As a fan of the game, I just built it and got it working for myself. It&#x27;s really impressive and is running great on my machine. I realize (with dread) that the game is about 17 years old now, but I eagerly awaited it release back in the day, and it was one of first games that I still think of as &quot;modern&quot;. Rewatching the opening movie, I&#x27;m not sure you could easily distinguish it from a modern CGI cutscene.
Borealid2 个月前
This is conceptually similar to Ship of Harkinian ( <a href="https:&#x2F;&#x2F;www.shipofharkinian.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.shipofharkinian.com&#x2F;</a> ). If someone cares enough about a particular game to put this level of tailored work into it, wonderful.<p>There is a down side, though: because emulators handle a much wider variety of games, they get better feature sharing for things like save states, shaders, controller bindings, etc. With libretro things even go a step beyond that and different systems&#x27; games can all share the same launcher UI and the same support for things like RetroAchievements!<p>So a recompiled version is better from a performance standpoint, and might have more game-specific quality of life features, but it also means more development time is devoted to that particular game.
LorenDB2 个月前
Similar Sonic projects include SA2 Redux[0] and Project 06[1].<p>[0]: <a href="https:&#x2F;&#x2F;gamejolt.com&#x2F;games&#x2F;SA2R&#x2F;939490" rel="nofollow">https:&#x2F;&#x2F;gamejolt.com&#x2F;games&#x2F;SA2R&#x2F;939490</a><p>[1]: <a href="https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;ChaosX" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;c&#x2F;ChaosX</a> (best link as there is no official website)
评论 #43247781 未加载
评论 #43298865 未加载
robbiet4802 个月前
It&#x27;s already available on macOS too, runs pretty well <a href="https:&#x2F;&#x2F;github.com&#x2F;squidbus&#x2F;UnleashedRecomp&#x2F;actions&#x2F;runs&#x2F;13664475029">https:&#x2F;&#x2F;github.com&#x2F;squidbus&#x2F;UnleashedRecomp&#x2F;actions&#x2F;runs&#x2F;136...</a>
heavensteeth2 个月前
Every time MattKC uploads[0], his video&#x27;s subject matter appears on HN a few hours later. I&#x27;m beginning to think it&#x27;s not a coincidence :)<p>[0]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lMGu6Ng_3yA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=lMGu6Ng_3yA</a>
评论 #43298714 未加载
no_time2 个月前
Am I understanding right that this is basically an ahead of time xbox360 emulator?<p>Absolutely fascinating.
评论 #43296221 未加载
remix20002 个月前
Compared to the og recompiler &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;rexdex&#x2F;recompiler">https:&#x2F;&#x2F;github.com&#x2F;rexdex&#x2F;recompiler</a>&gt;, this is super basic and only matches patterns specific to a single compiler rather than devising a CFG as one would expect with such a tool. I wasn&#x27;t able to analyze, let alone &quot;recompile&quot; even the basic &quot;dolphin&quot; demo.
DeathArrow2 个月前
It&#x27;s the first time I hear about static recompilation. I didn&#x27;t know you can recompile something to run on a different architecture and OS.
评论 #43299592 未加载