diff --git a/_docs/faq.md b/_docs/faq.md index 7835122..4339bbc 100644 --- a/_docs/faq.md +++ b/_docs/faq.md @@ -88,7 +88,7 @@ HMCL 自动安装与使用模组教程: [跳转](/_launcher/auto-installing.md 或者前往模组包报错排查手册中查看: [跳转](/_modpack/error-handbook.md) -如果无法解决错误,尝试 [寻求帮助](help.html) +如果无法解决错误,尝试 [寻求帮助](/_docs/help.md) ### 如何选择游戏的 Java 版本 diff --git a/_launcher/isolation.md b/_launcher/isolation.md index 92ffd25..226f2f5 100644 --- a/_launcher/isolation.md +++ b/_launcher/isolation.md @@ -1,40 +1,48 @@ --- title: 全局版本隔离 -date: 2021-10-09 23:18:02 +0800 +date: 2021-10-09T23:18:02+08:00 +last_modified_at: 2025-12-03T14:31:42+08:00 author: LIPiston +redirect_from: + - /launcher/global-version-isolation.html --- -这是一个游戏客户端很多不方便寻找的最佳解决方案
-**注意:该方法会改变默认的 minecraft 文件结构** +请注意该方法会改变默认的游戏文件结构。 ## 使用方式 -进入 hmcl 的`设置` -![](\assets\img\docs\Global-version-isolation\img.webp) -在全局设置中找到 `版本隔离` -改为 `各版本独立` -![](\assets\img\docs\Global-version-isolation\img2.webp) + +进入 hmcl 的 `设置` + +![](/assets/img/docs/isolation/img1.png) + +在全局游戏设置中找到 `版本隔离` 并设置为 `各实例独立` + +![](/assets/img/docs/isolation/img2.png) + 这时候 minecraft 的文件结构就会有所改变,如下方 -``` + +```plaintext .minecraft -|*asstes -|*libraries -|*versions - \1.16.5-optifine - |1.16.5-optifine.jar - |*saves - |*resourcepacks - |*logs - |*mods - |*config - ... +├── asstes +├── libraries +└── versions + └── 1.16.5-optifine + ├── 1.16.5-optifine.jar + ├── saves + ├── resourcepacks + ├── logs + ├── mods + └── ... ``` + 并非在 .minecraft 文件夹中存储一切的 mod 和 资源包**而是各版本的资源互相独立** 这样你就可以在一个目录下,安装多个客户端 ## 往后的使用 + 在做完版本隔离的设置后,hmcl 的快速打开各个游戏文件夹的功能就会显得十分好用。 -![](/assets/img/docs/Global-version-isolation/img1.png) + +![](/assets/img/docs/isolation/img3.png) ~~善用该功能也可为你的磁盘剩下不少的空间~~,现在反思过来其实都差不多 - diff --git a/_modpack/error-handbook.md b/_modpack/error-handbook.md index 8e69680..166f333 100644 --- a/_modpack/error-handbook.md +++ b/_modpack/error-handbook.md @@ -7,7 +7,7 @@ author: LIPiston ## 文件夹结构 首先我们需要先认识Minecraft的文件夹结构 -如果你开启了 [版本隔离](launcher/global-version-isolation.html) 那么你的文件夹结构如下 +如果你开启了 [版本隔离](/_launcher/isolation.md) 那么你的文件夹结构如下 ```text .minecraft |*assets # 游戏资源文件夹,存放纹理、声音等资源 diff --git a/assets/img/docs/Global-version-isolation/img.webp b/assets/img/docs/Global-version-isolation/img.webp deleted file mode 100644 index e51aaa5..0000000 Binary files a/assets/img/docs/Global-version-isolation/img.webp and /dev/null differ diff --git a/assets/img/docs/Global-version-isolation/img2.webp b/assets/img/docs/Global-version-isolation/img2.webp deleted file mode 100644 index 5c6ba02..0000000 Binary files a/assets/img/docs/Global-version-isolation/img2.webp and /dev/null differ diff --git a/assets/img/docs/isolation/img1.png b/assets/img/docs/isolation/img1.png new file mode 100644 index 0000000..66bf9dc Binary files /dev/null and b/assets/img/docs/isolation/img1.png differ diff --git a/assets/img/docs/isolation/img2.png b/assets/img/docs/isolation/img2.png new file mode 100644 index 0000000..bb55b16 Binary files /dev/null and b/assets/img/docs/isolation/img2.png differ diff --git a/assets/img/docs/Global-version-isolation/img1.png b/assets/img/docs/isolation/img3.png similarity index 100% rename from assets/img/docs/Global-version-isolation/img1.png rename to assets/img/docs/isolation/img3.png