打印

[讨论&话题] 求个Mac版Patch14 8815的App执行文件。

求个Mac版Patch14 8815的App执行文件。

anhei3战网
求个Mac版Patch14 8815的App执行文件。

从MPQ里提取出来的是错的。无法运行。
我上网找遍了。 也没找到。

有没有人电脑里备份有8815的执行文件? 求分享。。谢了
您目前仅能浏览部分内容,查看全部内容及附件,请先 登录注册
分享到:


评分 TOP

Mac系统比较麻烦,你按照如下方式进行:
Step 1: Install Mono SDK

Download and Install Mono SDK:http://www.go-mono.com/mono-downloads/download.html
Step 2: Install MonoDevelop

Download and Install MonoDevelop: http://monodevelop.com/Download
Step 3: Obtain source files

Download Option 1: Quick and painless Zipball:https://github.com/mooege/mooege/zipball/master
Download Option 2: Proper DVCS setup GIT-Setup:http://help.github.com/set-up-git-redirect
Step 4: Compiling

Open build\Mooege-Mono.sln with MonoDevelop.

Sadly even with OSX 10.7.3 Apple didn't update libssl and libcrypto. The easiest way to get the latest
libssl.1.0.0.dylib and libcrypto.1.0.0.dylib is by installing them over MacPorts. Once you've installed
those libs, you need to tell Mono where to find it. Easiest way to do that is by editing
ManagedOpenSsl.dll.config from within Mono:
* <configuration>
* <dllmap os="osx" dll="libeay32" target="/opt/local/lib/libcrypto.1.0.0.dylib"/>
* <dllmap os="osx" dll="ssleay32" target="/opt/local/lib/libssl.1.0.0.dylib"/>
* <dllmap os="!windows,osx" dll="libeay32" target="libcrypto.so.1.0.0"/>
* <dllmap os="!windows,osx" dll="ssleay32" target="libssl.so.1.0.0"/>
* </configuration>
Right-click Mooege-Mono in the solution browser in MonoDevelop, select "Set as startup project".

To build hit the top menu bar: Build -> Build All.

Go to MPQs section, then proceed to running mooege.

To run hit the top menu bar: Run->Run. (new terminal window should open).

MPQs

Copy the files inside 'MPQs folder' from Diablo 3 to the download mooege folder and place them into src\Mooege\bin\Debug\Assets\MPQ.

Step 5: Start Diablo III

Open new terminal window and type:

cd /Applications/Diablo\ III\ Beta/Diablo\ III.app/Contents/MacOS/ ./Diablo\ III -launch -auroraaddress localhost:1345
Step 6: logging in

You can now LOGIN with

Username: test@

Password:(Anything)

评分 TOP

Powered by discuz ©2008-2009 暗黑战网(anhei3.net)

川公网安备 51160202511654号

蜀ICP备14017336号