add play-arknight-endfield-in-archlinux.md, some config changed
All checks were successful
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Successful in 6m59s

This commit is contained in:
2026-02-02 18:21:41 +08:00
parent a15155e75e
commit 020c3db871
3 changed files with 78 additions and 5 deletions

View File

@ -313,14 +313,14 @@ articles:
author_label:
enable: true # Whether to enable
auto: true # Whether to automatically add author label, e.g. Lv1, Lv2, Lv3...
list: []
list: [Lv1, Lv2, Lv3]
# Code block settings
code_block:
copy: true # Whether to enable code block copy button
style: mac # mac | simple
style: simple # mac | simple
highlight_theme: # Color scheme for highlightjs code highlighting. For preview, see https://highlightjs.org/examples
light: github # light mode theme, support: github, atom-one-light, default
dark: vs2015 # dark mode theme, support: github-dark, monokai-sublime, vs2015, night-owl, atom-one-dark, nord, tokyo-night-dark, a11y-dark, agate
dark: github-dark # dark mode theme, support: github-dark, monokai-sublime, vs2015, night-owl, atom-one-dark, nord, tokyo-night-dark, a11y-dark, agate
font: # Custom font
enable: false # Whether to enable
family: # Font family
@ -486,7 +486,7 @@ page_templates:
# Docs: https://redefine-docs.ohevan.com/cdn
cdn:
# Whether to enable CDN
enable: false
enable: true
# CDN Provider
provider: npmmirror # npmmirror, zstatic, cdnjs, jsdelivr, unpkg, custom
# Custom CDN URL

View File

@ -0,0 +1,73 @@
---
title: 在linux上玩 明日方舟:终末地
tags: [终末地, 游戏, archlinux, linux]
date: 2026-02-02 10:49:16
catagories: 游戏
thumbnail: https://cdn.jsdelivr.net/gh/atdunbg/hexo_image_assets@main/images/arknight-endfield-wallpaper.jpeg
---
兼容层用的是[dwproton](https://dawn.wine/dawn-winery/dwproton)。
相较于鸣潮那款游戏使用dwproton让终末地的配置更加的简单可以说是几乎不需要配置就可以完美的运行的那种。
以[archlinux](https://archlinux.org/)为例, 主要用到的有以下三样东西。
### 安装 [lutris](https://lutris.net/)
```bash
paru -S lutris
```
### 安装 [dwproton](https://dawn.wine/dawn-winery/dwproton)
根据官方介绍dwproton是一个对一些动漫游戏有着特定的优化的一个兼容层。
下载dwpronton可以从官方仓库中下载也可以用[protonplus](https://github.com/Vysp3r/protonplus)
**安装protonplus**
```bash
paru -S protonplus
```
**通过protonplus安装 dwproton**
打开protonplus, 会自动检测你的安装环境从左上角选择lutris然后就可以看到有许多可以安装的包这里选择dwproton建议安装最新版本。
安装好后再次打开lutris就可以在wine 的设置中的`Wine 版本`找到刚才安装好的dwproton。
选中 dwproton 并保存。
### 安装 游戏本体
dwproton也可以兼容运行终末地的启动器我们直接通过lutris 进行安装。
1. 点击lutris 中的左上角,点击加号,然后选择第二项`Install a Windows game from an executable` 按照提示输入对应的游戏名字,想要安装的目录,最后选择提前下载好的终末地的启动器安装包。
官网在这里:[明日方舟:终末地](https://endfield.hypergryph.com/)
2. 启动launcher后直接默认路径安装即安装完后关闭当前窗口不选择立即启动。
3. 在lutris中一次点击 `右键刚刚安装好的项目`>`配置`->`游戏选项`->`主程序` 将此项指定为 安装路径下的终末地启动器。路径一般为`/安装路径/drive_c/Program Files/Hypergryph Launcher/Launcher.exe`
然后,然后就没有然后了, 剩下就是向widows一样直接双击启动就行了游戏下载好之后可以直接点击开始游戏启动无需额外配置。
### 顺带一提
目前linux上 跑AI模型的效率要高于windows的终末地在vulkan的加持下再启用nvidia的dlss整体流畅度几乎能拉windows一条街。帧率稳定性都比windows要好很多。

View File

@ -1,6 +1,6 @@
---
title: 如何在 linux 上玩 鸣潮
tags: [游戏, archlinux, linux]
tags: [鸣潮, 游戏, archlinux, linux]
date: 2026-01-29 20:50:32
catagories: 游戏
thumbnail: "https://cdn.jsdelivr.net/gh/atdunbg/hexo_image_assets@main/images/wuthering_waves_feibi.jpg"