Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

蔚蓝档案

PlayCover

1. 各服务器情况

国服:正常运行。
日服:需使用 PlayCover修改版
国际服:因反作弊无法运行。

2. CPU占用异常偏高 ISSUE-004

使用PlayCover Nightly版,右键游戏图标 - 设置 - 杂项设置,启用“limitMotionUpdateFrequency”选项。

CrossOver

目前无法运行,启动后黑屏卡住,不支持VP9视频编码。

相关帖子:CrossOver Mac forum

Wine(国际服)

参考教程:Blue Archive Steam讨论区

Important

Wine Staging自11.7版本开始移除了对Steam和DXMT的内置支持,因此我们无法使用最新版本的Wine Staging。

1. 安装Wine

下载Wine Staging 11.5 + DXMT 0.71,解压后拖到应用程序文件夹。

执行以下指令(需要输入开机密码):

sudo ln -s "/Applications/Wine Staging.app/Contents/Resources/wine/bin/wine" /usr/local/bin/wine
sudo ln -s "/Applications/Wine Staging.app/Contents/Resources/wine/bin/wineserver" /usr/local/bin/wineserver

2. 安装Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

3. 安装GStreamer

brew install --cask gstreamer-runtime

4. 安装Steam

若系统提示“无法验证Wine Staging”,请前往系统设置 - 隐私与安全性 - 点击“仍要打开“。

brew install winetricks
winetricks fakechinese
winetricks steam

5. 运行Steam

wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe

卸载步骤

a. 执行以下指令:

rm -rf ~/.wine
brew uninstall winetricks
brew uninstall --cask gstreamer-runtime

b. 删掉应用程序文件夹里的Wine Staging。

Wine(日服)

Important

Wine Staging自11.7版本开始移除了对DXMT的内置支持,因此我们无法使用最新版本的Wine Staging。

1. 安装Wine

下载Wine Staging 11.5 + DXMT 0.71,解压后拖到应用程序文件夹。

执行以下指令(需要输入开机密码):

sudo ln -s "/Applications/Wine Staging.app/Contents/Resources/wine/bin/wine" /usr/local/bin/wine
sudo ln -s "/Applications/Wine Staging.app/Contents/Resources/wine/bin/wineserver" /usr/local/bin/wineserver

2. 安装GStreamer

GStreamer官网下载runtime installer并安装。

也可以通过Homebrew安装,具体请看国际服版本的教程。

3. 安装游戏启动器

若系统提示“无法验证Wine Staging”,请前往系统设置 - 隐私与安全性 - 点击“仍要打开“。

wine ~/Downloads/BlueArchive_JP_Gamelauncher-1.7.2-setup.exe

4. 运行游戏启动器

第一次启动游戏可能会黑屏几分钟,请耐心等待。

wine ~/.wine/drive_c/YostarGames/BlueArchive_JP_Gamelauncher/BlueArchive_JP_Gamelauncher.exe --in-process-gpu

已知问题

游戏过程中会弹出“Vuplex WebView.vuplex”报错,且公告界面内容不显示。

需要使用DXMT 0.72才能解决Vuplex报错,但是DXMT 0.72会有黑屏卡住的问题,所以暂时无解。遇到报错弹窗直接点“关闭”即可。

汉化步骤

a. 按照汉化教程下载汉化版启动器BlueArchive_JP_Gamelauncher.zip并解压。

b. 打开游戏安装目录:

open ~/.wine/drive_c/YostarGames/

c. 将原版启动器进行重命名备份,然后放入汉化版启动器

d. 使用同样的命令运行启动器

卸载步骤

点击下载 uninstall_gstreamer_macos.sh

a. 删除容器:rm -rf ~/.wine

b. 卸载GStreamer:sh uninstall_gstreamer_macos.sh

c. 删掉应用程序文件夹里的Wine Staging。

Wine小知识

MetalHUD

在wine命令前添加MTL_HUD_ENABLED=1,例如:

MTL_HUD_ENABLED=1 wine /path/to/exe

高分辨率模式

# 启用高分辨率
wine reg add "HKCU\\Software\\Wine\\Mac Driver" /v RetinaMode /t REG_SZ /d y /f
# 禁用高分辨率
wine reg delete "HKCU\\Software\\Wine\\Mac Driver" /v RetinaMode /f

退出所有程序

wineserver -k