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

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

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