Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewigl committed Nov 23, 2024
1 parent f6114cf commit 6c8754c
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mods/010-modlist/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "模组列表 (Modlist)",
"label": "模组列表",
"link": {
"type": "generated-index",
"description": "供参考的模组列表"
Expand Down
32 changes: 32 additions & 0 deletions docs/mods/030-character/010-body/index.mdx
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} />

7 changes: 7 additions & 0 deletions docs/mods/030-character/_category_.json
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 docs/tutorials/020-beginning/050-enable-achievements/index.mdx
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)
6 changes: 6 additions & 0 deletions docs/tutorials/030-advanced/000-bugfix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
title: BUG修复
description: BUG修复相关教程
---

# BUG 修复

## Mod 列表

[Bug 修复相关 Mod 列表](/docs/mods/modlist/bugfix/)

0 comments on commit 6c8754c

Please sign in to comment.