Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add the guide of manually installition #1424

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/install/install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,19 @@ Then you can start lipUI, select a proper workspace, and install LeviLamina from

### Install Manually

You can download the modules from there corresponding GitHub releases pages and install them following their own installation guides.
#### Download the required files

1. find the desired version from releases on [github.com/LiteLDev/LeviLamina](github.com/LiteLDev/LeviLamina), download the `levilamina-windows-x64.zip` zip from that version's Assets
2. Download the corresponding version of the BDS server from [minecraft.net](https://www.minecraft.net/zh-hans/download/server/bedrock) and get the `bedrock-server-<version>.zip` archive.
3. Download the corresponding versions of `PeEditor.exe` and `PreLoader.dll` from the releases of [github.com/LiteLDev/PeEditor](github.com/LiteLDev/PeEditor) and [github.com/LiteLDev/PreLoader](github.com/LiteLDev/PreLoader)

In the usual case, the latest version of LeviLamina should correspond to the latest version of PeEditor and PreLoader, please pay attention to the corresponding BDS version of LeviLamina.

#### Installation

1. Extract the `bedrock-server-<version>.zip` archive obtained in step 2 of the **Download Required Files** above to an empty folder.
2. Move the `PeEditor.exe` and `PreLoader.dll` files obtained in step 3 of the **Download Required Files** above into the folder where you unzipped the BSD archive in the previous step, so that it is in the same directory as `bedrock_server.exe`.
3. Unzip the `levilamina-windows-x64.zip` obtained in step 1 of the above **Download the required files** and move the `/lib/LeviLamina.dll` and `/lib/LeviLamina.pdb` files into the folder in which you unzipped the BSD package in step 1, so that they are in the same directory as the `bedrock_server.exe` in the same directory.
4. Double-click `PeEditor.exe` and wait for it to finish running, at which point you should see `bedrock_server_mod.exe` in that folder and notice that `bedrock_server.exe` has been renamed to `bedrock_server.exe.bak`.

At this point, you have successfully installed LeviLamina You can start it by running `bedrock_server_mod.exe`.
17 changes: 16 additions & 1 deletion docs/install/install_windows.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,19 @@ lip install --upgrade github.com/tooth-hub/levilamina

### 手动安装

你可以从相应的 GitHub releases 页面下载模块,并按照它们自己的安装指南进行安装。
#### 下载所需文件

1. 从 [github.com/LiteLDev/LeviLamina](github.com/LiteLDev/LeviLamina) 的releases中找到所需的版本,从该版本的Assets中下载`levilamina-windows-x64.zip`压缩包
2. 从[minecraft.net](https://www.minecraft.net/zh-hans/download/server/bedrock)下载对应版本的BDS服务端,获得压缩包`bedrock-server-<version>.zip`
3. 分别从 [github.com/LiteLDev/PeEditor](github.com/LiteLDev/PeEditor) 和 [github.com/LiteLDev/PreLoader](github.com/LiteLDev/PreLoader) 的releases中下载对应版本的`PeEditor.exe`文件和`PreLoader.dll`文件

一般来讲,最新版的LeviLamina应对应最新版的PeEditor和PreLoader,请自行注意LeviLamina对应的BDS版本。

#### 安装

1. 将上述**下载所需文件**的步骤2所获得的`bedrock-server-<version>.zip`压缩包解压至一个空文件夹。
2. 将上述**下载所需文件**的步骤3所获得的`PeEditor.exe`文件和`PreLoader.dll`文件移入上一步解压BSD压缩包的文件夹,使其与`bedrock_server.exe`在同一目录。
3. 解压缩上述**下载所需文件**的步骤1所获得的`levilamina-windows-x64.zip`从中取出`/lib/LeviLamina.dll`和`/lib/LeviLamina.pdb`文件,移入第一步解压BSD压缩包的文件夹,使其与`bedrock_server.exe`在同一目录。
4. 双击`PeEditor.exe`并等待运行结束,此时你应该在该文件夹内看到`bedrock_server_mod.exe`,并发现`bedrock_server.exe`被重命名为`bedrock_server.exe.bak`。

至此,你已成功安装LeviLamina 你可以通过运行`bedrock_server_mod.exe`来启动它。