HsMod icon indicating copy to clipboard operation
HsMod copied to clipboard

更为清晰明了的安装教程

Open Qingmuc opened this issue 2 years ago • 3 comments

  1. 在 https://github.com/BepInEx/BepInEx/releases 下载 BepInEx_x86(目前最新地址为 https://github.com/BepInEx/BepInEx/releases/download/v5.4.21/BepInEx_x86_5.4.21.0.zip );
  2. 将 BepInEx_x86.zip 的内容全部解压至炉石根目录 Hearthstone\ 下;
  3. 在 https://unity.bepinex.dev/corlibs/2019.4.37.zip 下载 Mono ;
  4. 在 https://unity.bepinex.dev/libraries/2019.4.37.zip 下载 Unity ;
  5. 创建一个目录 Hearthstone\BepInEx\unstripped_corlib\ ,将 Mono.zip 和 Unity.zip 内的文件解压至 Hearthstone\BepInEx\unstripped_corlib\ 下;
  6. 用编辑器(记事本)打开 Hearthstone\doorstop_config.ini ,在 dllSearchPathOverride= 后添加 BepInEx\unstripped_corlib ;
  7. 在 https://github.com/sinai-dev/BepInExConfigManager/releases 下载 BepInExConfigManager.Mono (目前最新地址为 https://github.com/sinai-dev/BepInExConfigManager/releases/download/1.3.0/BepInExConfigManager.Mono.zip );
  8. 将 BepInExConfigManager.Mono 内的文件解压至 Hearthstone\BepInEx\ 下;
  9. 在 https://github.com/Pik-4/HsMod/releases/download/123/HsMod.dll 下载 HsMod.dll ;
  10. 创建一个目录 Hearthstone\BepInEx\plugins ,将 HsMod.dll 解压至 Hearthstone\BepInEx\plugins 下。

Qingmuc avatar Mar 11 '23 18:03 Qingmuc

修正: 将第3、4步修改为: 3. 在 https://github.com/Pik-4/HsMod/releases 下载 Source code (zip) ; 4. 创建一个目录 Hearthstone\BepInEx\unstripped_corlib\ ,将 Source code (zip) 中的 HsMod\LibUnityMono 内的文件解压至 Hearthstone\BepInEx\unstripped_corlib\ 下;

  1. 请下载最新版本的HsMod.dll

Qingmuc avatar Nov 17 '23 17:11 Qingmuc

为什么我们不考虑做一个整合包

Mrsun2022 avatar Aug 04 '24 04:08 Mrsun2022

下載MixMod_full再替換 *mod.dll 即可

Lofuuzi avatar Sep 11 '24 03:09 Lofuuzi