From 2f5393e83a9f8027a6ad2aafaac7815e813ee10d Mon Sep 17 00:00:00 2001 From: Nes370 Date: Mon, 6 Nov 2023 12:24:29 -0800 Subject: [PATCH] Added config for Fuujuhime plugin mod. Part 2 of the installation, replacing the auto-generated config. --- BepInEx/Config/FjhmUtil.json | 13 +++++++++++++ BepInEx/config.ini | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 BepInEx/Config/FjhmUtil.json create mode 100644 BepInEx/config.ini diff --git a/BepInEx/Config/FjhmUtil.json b/BepInEx/Config/FjhmUtil.json new file mode 100644 index 0000000..c6a1fb1 --- /dev/null +++ b/BepInEx/Config/FjhmUtil.json @@ -0,0 +1,13 @@ +{ + "HotkeyStr": "F", + "ModfkeyStr": "Shift", + "WinShow_Def": false, + "TextNowait": false, + "ChangeTextWinAlpha": false, + "MsgWinAlpha": 0.699999988079071, + "BtlSkipWait": 0.10000000149011612, + "BtlRClickSkip": true, + "LocalSaveDir": false, + "FontSize": 12, + "ChangeCharImgPos": true +} diff --git a/BepInEx/config.ini b/BepInEx/config.ini new file mode 100644 index 0000000..e746bfb --- /dev/null +++ b/BepInEx/config.ini @@ -0,0 +1,14 @@ +[BepInEx] +EnableConfigWrapperCaching=True +console=false +console-shiftjis=true +preloader-logconsole=false +logger-displayed-levels=Info +chainloader-log-unity-messages=false + +[Preloader] +entrypoint-assembly=UnityEngine.CoreModule.dll +entrypoint-type=MonoBehaviour +entrypoint-method=.cctor +dump-assemblies=false +