惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
A
About on SuperTechFans
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
博客园 - Franky
D
Docker
Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Last Week in AI
Last Week in AI
U
Unit 42
F
Fortinet All Blogs
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
P
Proofpoint News Feed
月光博客
月光博客
G
Google Developers Blog

博客园 - Bo Schwarzstein

发布关于PostGIS对于USD格式的拓展 紫微斗数之自化禄真的是损耗嘛? 紫微斗数个人经验之三合或者四化看哪个 A Practical Methodology, HSM, Handler,Service,Model, for Golang Backend Development 问ChatGPT玄学问题,看来命理师还是不会被取代的 Compile Sqlite3 Executable, Static Library, and Shared Library on Linux Benchmark JuiceFS at AWS 2 Benchmark JuiceFS on AWS 1 Work with AWS VPC, Lambda and Internet Far & Unifield Field Augmented Reality 紫微斗数是否对外国人有用 Create CloudFront Signed URL in 1 Minute 2022壬寅年天干四化 《中有成就秘笈》之中央密严刹土 IPFS与般若文海 Moira果老星宗七政四余排盘软件下载 Use Go Micro Web with HTTP Handler 视频平台设计思路大灌顶 Unity Input System教程
Play Old Diablo 2 on macOS Catalina
Bo Schwarzstein · 2021-05-10 · via 博客园 - Bo Schwarzstein

Blizzard is going to release Diablo 2 Resurrected this year, but unfortually it doesn't support macOSX anymore, what a pity. According so many reviews released until now, it's really a re-maked version as original D2, nothing improved significantly except graphics.

So, if you still want to play it on latest macOSX Catalina with old D2, there is a WAY by special version of wine. After and at Catalina, the system disables the execution of 32bit codes, but D2 is total a 32bit executable, so it wouldn't be able to run by standard wine at Catalina.

From here

https://github.com/Gcenx/homebrew-wine

Install special version of wine with commands

brew tap gcenx/wine

brew install --cask --no-quarantine wine-crossover

Prepare your Diablo 2 on OSX, open Terminal, runs

$ wine32on64 ~/Downloads/Diablo\ 2/Diablo\ 2.exe -ddraw

It seems that only DDraw is working perfectly from wine, the D3D or OpenGL has texturing issue, the sound works well.

Wish this reminds your good memory from past time :)

posted on 2021-05-10 09:21  Bo Schwarzstein  阅读(124)  评论()    收藏  举报