
工具说明
BepInEx是Unity Mono,IL2CPP和 .NET框架(XNA,FNA,MonoGame,etc.)游戏的扩展工具。bepinex框架怎么安装
1、下载资源并解压缩2、将BepInEx_x64_5.4.5.0文件夹下的4个文件(一个文件夹和三个文件)解压到游戏根目录

3、运行一次游戏后会生成配置文件
4、之后想要安转各种MOD就把对应的dll文件放入plugins文件夹中即可
5、如果没有plugins文件夹就自己创建一个
bepinex怎么用
那这个补丁文件具体如何使用呢,那知识兔小编就以《雨中冒险2》为例子:1、将其中的ShareSuite.dll复制到Risk of Rain 2根目录/BepInEx/plugins中。安装完成

注意部分MOD比如这边的ShareSuite是可以进行手动设置参数的。参数设置教程:
(1)按照上述步骤安装MOD并进入游戏(进入主菜单即可),然后退出游戏。
(2)打开Risk of Rain 2根目录/BepInEx/config文件夹。找到相应模组的config文件(比如ShareSuite是“com.funkfrog_sipondo.sharesuite.cfg”)。
(3)使用记事本修改config文件并保存。Config文件各个参数的作用在文件本身的注释以及安装包zip文件的README.md中都有说明。比如ShareSuite的README文件中的说明:
### Settings
| Setting? ? ? ? ? ? ? ? ? ???????????????|?Default Value |? ? ? ? ? ? ? ? ? ? Command |
| :-------------------------????????| :-----------: | -------------------------: |
| Mod Enabled? ? ? ? ? ????????????|? ? ? ? ? True |? ? ? ? ? ? ? ? ?ss_Enabled |
| Money is Shared? ? ? ? ? ? ????|? ? ? ? ?False |? ? ? ? ? ?ss_MoneyIsShared |
| White Items are Shared? ? ?|? ? ? ? ? True |? ? ? ? ss_WhiteItemsShared |
| Green Items are Shared? ? ?|? ? ? ? ? True |? ? ? ? ss_GreenItemsShared |
| Red Items are Shared? ? ? ?|? ? ? ? ? True |? ? ? ? ? ss_RedItemsShared |
| Lunar Items are Shared? ? ?|? ? ? ? ?False |? ? ? ? ss_LunarItemsShared |
| Boss Items are Shared? ? ? |? ? ? ? ? True |? ? ? ? ?ss_BossItemsShared |
| Queens Glands are Shared? ?|? ? ? ? ?False |? ? ? ss_QueensGlandsShared |
| Dupe Fix? ? ? ? ? ? ? ? ? ?????????????|? ? ? ? ? True |? ? ? ss_PrinterCauldronFix |
| Dead Players Get Items? ? ?|? ? ? ? ?False |? ? ?ss_DeadPlayersGetItems |
| Override Player Scaling? ? |? ? ? ? ? True |? ?ss_OverridePlayerScaling |
| Interactables Credit? ? ? ?????|? ? ? ? ? ? ?1 |? ? ?ss_InteractablesCredit |
| Override Boss Loot Scaling |? ? ? ? ? True | ss_OverrideBossLootScaling |
| Boss Loot Credit? ? ? ????? ? ?|? ? ? ? ? ? ?1 |? ? ? ? ? ss_BossLootCredit |????
| Money Scalar Enabled? ? ? ?|? ? ? ? ?False |? ? ? ss_MoneyScalarEnabled |
| Money Scalar? ? ? ? ? ????? ? ?|? ? ? ? ? ? ?1 |? ? ? ? ? ? ?ss_MoneyScalar |
| Blacklist? ? ? ? ? ? ? ? ????????????? |? ? ? ? ?Empty |? ? ? ? ? ? ? ? ? ? ? ? N/A |
注意事项
系统:Windows 7,8,8.1,10(同时支持32和64位)支持的Unity游戏:Unity 3或更高版本
下载体验