0 of 0

File information

Last updated

Original upload

Created by

Binarizer

Uploaded by

HeartySnow

Virus scan

Safe to use

Documentation

Readme

View as plain text

extract all files to your game folder, like: <steamApp>/Darkest Dungeon II/BepInEx.
The /BepinEx and /mods folder should be in %Game% root.
Source Code: https://github.com/Binarizer/Plugin-DD2

# Mod Support
Legacy multi-incremental mods support. You can make/use incremental mods like DD1.
Put them in %Game%/mods folder, load them by ModOrder.txt to resolve confilct.
You should not make mods by replacing the official CSV text, but only by writing the parts that need to be changed in your mods.
The advantage is that your mods will be smaller and have a high probability that they will not be affected by official updates.
In addition, you can load multiple mods at the same time, and the ones loaded first will block the ones later when conflict occurs.
Can use addressable bundles, that means you can add your own character and animations by Unity Engine.

# Feature list
1. Unlock all skills at the beginning (editor option)
2. Regenerate seed when creating new heros (editor option)
3. Can replace paths (unlocked) in character sheet when driving (keyboard space)(deleted)
4. Can replace heros (reserved) in character sheet when driving (keyboard alt+space)(deleted)
5. Can right click torch to decrease 15 light value (either combat or coach)
6. Press F3 to quick save. Hold Alt and click continue journey to read it.
7. Can force lock/remove quirks in hospital (alt=remove, shift=lock)
8. Can lock more quirks in hospital (price doubles each time)
9. Can choose more than one actor per class in roster (editor option)
10. Can start with less than 4 heros (editor option)
11. Change the bias of region required to fight bosses and ignored hunting required.(editor option)

直接覆盖到你游戏路径即可,注意BepInEx目录需要在你安装路径下
源码: https://github.com/Binarizer/Plugin-DD2
会自动打开EditorPrefs,无需命令行

# 模组支持
类DD1的Mod支持:Mod路径、增量加载、多Mod加载
Mod都被放到游戏路径/Mods下面,有一个ModOrder.txt控制加载顺序。
现在可以不再通过替换官方CSV文本的方式来制作mod,只需写该mod中更改的词条。
这样做的好处是你的mod会更小,且大概率不再会受到官方更新的影响。
你可以同时加载多个mod,当冲突发生时,先加载的mod会覆盖后加载的mod。
支持Addressable热更包,你可以通过Unity引擎打入自己的角色和动画资源。

# 功能列表
1. 初始即开启所有技能(需在内置编辑器开启)
2. 可在新建人物界面重新生成怪癖(需在内置编辑器开启)
3. 控制马车时,角色菜单按空格换道途(需解锁过其他道途)(已删除)
4. 控制马车时,角色菜单按Alt+空格换人(需解锁过其他职业)(已删除)
5. 在马车或战斗界面的火炬上点右键,会减少15点亮度
6. 按F3可存一个快速存档,通过在主菜单按住Alt点继续游戏来读取
7. 在医院里通过按住Alt强制删除正面怪癖,或按住Shift强制锁定负面怪癖
8. 在医院里可锁多个怪癖,但每多锁一个,价格都会翻倍
9. 选人界面每个职业可选多个人物(需在内置编辑器设置数量),鼠标滚轮滑动选人槽
10. 可不满4人开局(需在内置编辑器开启)
11. 可以选择需要进雪山打boss的剩余场景数,以及可以不带猎获直接打boss