From c9f0759905375dc0aaea7430c3c40fd2d275e12f Mon Sep 17 00:00:00 2001 From: beerpsi Date: Wed, 22 May 2024 03:58:22 +0700 Subject: [PATCH] mention bundled zip --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21e79e3..54d8483 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,20 @@ Tested versions: ## Installation First, get the [config file](https://kamai.tachi.ac/client-file-flow/CIaa7b4d91041688189231cfc696c0754120b1790b) and -place it in the same folder as the game executable (Sinmai.exe), then follow one of the methods below (**either** -BepInEx **or** hard-patching using MonoMod). +place it in the same folder as the game executable (Sinmai.exe), then follow **only** one of three methods: +- [BepInEx (fast)](#bepinex-fast) +- [BepInEx](#bepinex) +- [Hard-patching using MonoMod](#hard-patching-using-monomod) + +### BepInEx (fast) +- Update [segatools](https://gitea.tendokyu.moe/Dniel97/segatools/releases/latest). +- Download [Rizu-v0.1.1.zip](https://gitea.tendokyu.moe/beerpsi/Rizu/releases/download/v0.1.1/Rizu-v0.1.1.zip). +- Extract the zip into the base game folder (containing `Sinmai.exe`). +- Edit `segatools.ini`, adding this entry: +```ini +[unity] +targetAssembly=BepInEx\core\BepInEx.Preloader.dll +``` ### BepInEx #### Installing BepInEx