Skip to content

Commit c8152f4

Browse files
committed
add readme.
1 parent 60aaa90 commit c8152f4

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Dungeon Artifact Localization
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# DungeonArtifactLocalization
2+
[DungeonArtifact](https://store.steampowered.com/app/2144220/_/) 本地化模组
3+
4+
[下载链接](../../releases)
5+
6+
## 安装(整合包)
7+
1. 通过下载链接下载 `DAT_整合.zip`,解压到游戏的本体目录,即 `steamapps\common\DUNGEON_ARTIFACT`
8+
你可以通过Steam页面指定游戏上的 右键菜单->管理->浏览本地文件 进入到这个目录。成功进入后,你应当可以见到 `DUNGEON_ARTIFACT.exe`
9+
成功解压后你应当可以看到 `winhttp.dll``DUNGEON_ARTIFACT.exe` 在同一层目录上。
10+
11+
## 安装
12+
### 1. 安装模组框架
13+
-[BepInEx](https://github.com/BepInEx/BepInEx)下载最新版本的模组框架(5.4.x版本)
14+
15+
- 在Steam主界面右键游戏点击管理 浏览本地文件夹 将压缩包内所有东西**不 要 新 建 文 件 夹**的解压到上述弹出的文件夹中
16+
### 2. 安装汉化
17+
-[最新版](../../releases)下载 `DAT.zip` 非整合包后解压到上述文件夹中
18+
19+
20+
## 构建
21+
1. 使用 `git clone` 克隆本项目
22+
2. 按照上面 `安装` 所述步骤在游戏目录安装 BepInEx 框架。
23+
3. 修改 `DungeonArtifactTrans\GameFolder.props`,将里面的 `GameFolder` 替换为当前环境下的游戏目录。
24+
4. 启动任意 IDE,进行构建
25+
26+
27+
# 免责声明
28+
- **使用本模组完全免费。**
29+
- **我们使用了MIT许可证。** 请前往[`LICENSE`](./LICENSE)了解相关许可。
30+
31+
# 贡献者
32+
## 本仓库
33+
<a href="https://github.com/hxdnshx/DungeonArtifactLocalization/graphs/contributors">
34+
<img src="https://contrib.rocks/image?repo=hxdnshx/DungeonArtifactLocalization" />
35+
</a>
36+
37+
## [译文ParaTranz项目](https://paratranz.cn/projects/9841/leaderboard)

0 commit comments

Comments
 (0)