高级玩家

- 贡献度
- 0
- 金元
- 2880
- 积分
- 288
- 精华
- 0
- 注册时间
- 2016-2-1
|
本帖最后由 kunred 于 2023-11-3 21:56 编辑
RT:我在用Liuxiaoqi大佬的【多功能修改模组V3.0 】,但是又非常想用【开关雨天/雪天】的MOD,我自己添加了又不管用,最后发现根目录下的doorstop_config.ini里的路径文件名需要修改才行:
[UnityDoorstop]
# 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 这里必须修改成:BepInEx.Preloader.Unity.dll
# Specifies whether Unity's output log should be redirected to <current folder>\output_log.txt
redirectOutputLog=false
# If enabled, DOORSTOP_DISABLE env var value is ignored
# USE THIS ONLY WHEN ASKED TO OR YOU KNOW WHAT THIS MEANS
ignoreDisableSwitch=false
# Overrides default Mono DLL search path
# Sometimes it is needed to instruct Mono to seek its assemblies from a different path
# (e.g. mscorlib is stripped in original game)
# This option causes Mono to seek mscorlib and core libraries from a different folder before Managed
# Original Managed folder is added as a secondary folder in the search path
dllSearchPathOverride=
有没有哪位大神可以改?万分感谢!
|
|