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

推荐订阅源

Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
宝玉的分享
宝玉的分享
量子位
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
J
Java Code Geeks
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
S
SegmentFault 最新的问题
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
The Cloudflare Blog
Y
Y Combinator Blog
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
IT之家
IT之家

博客园 - 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)  评论()    收藏  举报