-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "模组列表 (Modlist)", | ||
"label": "模组列表", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "供参考的模组列表" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: 角色身形 | ||
description: 角色身形 | ||
--- | ||
|
||
import ModList from '@site/src/components/ModList' | ||
|
||
export const BodyMods = [ | ||
{ | ||
name: 'Caliente\'s Beautiful Bodies Enhancer -CBBE-', | ||
nexusCode: '198', | ||
}, | ||
{ | ||
name: 'CBBE 3BA (3BBB)', | ||
nexusCode: '30174', | ||
}, | ||
{ | ||
name: 'BHUNP (UUNP Next Generation) SSE', | ||
nexusCode: '31126', | ||
} | ||
] | ||
|
||
|
||
# 角色身形 | ||
|
||
身形 Mod 的作用是替换游戏默认的角色身体。使角色皮肤更光滑、曲线更优美。 | ||
|
||
|
||
## 身形 Mod | ||
|
||
<ModList modList={BodyMods} /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "角色美化", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "角色美化相关" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
docs/tutorials/020-beginning/050-enable-achievements/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: 启用成就 | ||
description: 启用成就 | ||
--- | ||
|
||
import NexusmodsPage from '@site/src/components/NexusmodsPage' | ||
|
||
# 启用成就 | ||
|
||
游戏在安装 Mod 后默认情况下会禁用成就功能,可以通过安装 Mod 来恢复成就功能。 | ||
|
||
## 安装 SSE Engine Fixes | ||
|
||
<NexusmodsPage nexusCode="17230"> SSE Engine Fixes </NexusmodsPage>修复了游戏中的各种引擎错误,附带启用成就功能。 | ||
|
||
1. 在 Mod 页面分别下载游戏对应版本的 Part1 和 Part2. | ||
|
||
![000](./imgs/000.png) | ||
|
||
2. 将 Part1 通过 MO2 直接安装。 | ||
|
||
3. 将 Part2 解压缩,得到三个 dll 文件。 | ||
|
||
![001](./imgs/001.png) | ||
|
||
4. 将三个 dll 文件直接移动到游戏跟目录,与 `SkyrimSE.exe` 同级,即可。 | ||
|
||
![002](./imgs/002.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,9 @@ | |
title: BUG修复 | ||
description: BUG修复相关教程 | ||
--- | ||
|
||
# BUG 修复 | ||
|
||
## Mod 列表 | ||
|
||
[Bug 修复相关 Mod 列表](/docs/mods/modlist/bugfix/) |