zoukankan      html  css  js  c++  java
  • Play Old Diablo 2 on macOS Catalina

    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 :)

  • 相关阅读:
    java中 == 与equals 的区别
    java中的多线程 // 基础
    MySQL-锁机制
    将博客搬至CSDN
    MySQL-事务
    MySQL-存储过程
    MySQL-触发器
    MySQL-视图
    Redis设置Auth认证保护
    PHP目前常见的五大运行模式
  • 原文地址:https://www.cnblogs.com/Jedimaster/p/14749730.html
Copyright © 2011-2022 走看看