瀏覽代碼

Add new Doorstop config

ghorsington 4 年之前
父節點
當前提交
7a5ee6f65b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doorstop/doorstop_config.ini

+ 3 - 1
doorstop/doorstop_config.ini

@@ -2,4 +2,6 @@
 # Specifies whether assembly executing is enabled
 enabled=true
 # Specifies the path (absolute, or relative to the game's exe) to the DLL/EXE that should be executed by Doorstop
-targetAssembly=BepInEx\core\BepInEx.Preloader.dll
+targetAssembly=BepInEx\core\BepInEx.Preloader.dll
+# Specifies whether Unity's output log should be redirected to <current folder>\output_log.txt
+redirectOutputLog=false