Added config for Fuujuhime plugin mod.
Part 2 of the installation, replacing the auto-generated config.main
parent
76fd3ab392
commit
2f5393e83a
|
@ -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
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue