|
|
本帖最后由 上游之月 于 2025-9-30 11:37 编辑
转自n网:https://www.nexusmods.com/hades2/mods/30
MultiReward 多重奖励
"The gods will not be stingy with their rewards, but be careful, lest this invites the calamities of Pandora's box." -- the Nameless One
“众神不会吝啬他们的奖励,但要小心,以免招致潘多拉魔盒的灾难。”
Get multiple room rewards in Hades II.
在《哈迪斯 II》中获得多个房间奖励。
It allows you to receive most room rewards multiple times, such as Boon drop, Weapon enchantment, Health drop, Mana drop, Money drop, Boss rewards, and so on.
它可以让你多次获得大多数房间奖励,例如恩赐掉落、武器附魔、生命掉落、法力掉落、金钱掉落、Boss 奖励等。
By default, the reward count is set to 3.
默认情况下,奖励计数设置为 3。
You can also set the reward count for each reward type.
您还可以为每种奖励类型设置奖励计数。
Features 特征
1. Multiple rewards. 1. 多重奖励。
2. Multiple shop items. 2. 多种商店物品。
3. Lower shop prices. 3. 降低商店价格。
4. Remove MaxGods limits.
4. 删除 MaxGods 限制。
Now with every expedition into the night, you can receive the boons of all gods, not the previous limit of four gods.
现在每次远征到黑夜中,你都可以获得所有神明的恩惠,而不是之前四神的限制。
5. Avoid replacing traits.
5. 避免替换性状。
Now you can have multiple boons of the same slot simultaneously without worrying about the previous ones being replaced.
现在,您可以同时拥有同一插槽的多个恩惠,而不必担心以前的恩惠被替换。
Automatic Installation 自动安装
Use the internal-build-of-r2modman.
使用 internal-build-of-r2modman.
Manual Installation 手动安装
1. Install the mod loader.
1. 安装模组加载器。
Place the main Hell2Modding file, called d3d12.dll, next to the game executable called Hades2.exe inside the game folder.
将名为 d3d12.dll 的 Hell2Modding 主文件放在游戏文件夹中名为 Hades2.exe 的游戏可执行文件旁边。
2. Then run the game.
2. 然后运行游戏。
The mod loader will automatically create the mod file directory in the game directory: Hades II\Ship\ReturnOfModding\plugins.
模组加载器会自动在游戏目录中创建模组文件目录:Hades II\Ship\ReturnOfModding\plugins。
If you find that this directory has already been generated, you can exit the game to proceed to the next step.
如果发现该目录已经生成,可以退出游戏进行下一步。
3. Install this mod and supporting mods.
3. 安装此模组和支持模组。
After downloading and extracting the mod, copy it to the above-generated directory: Hades II\Ship\ReturnOfModding\plugins, ensuring the following file path structure (using the manifest.json file as an example):
下载并解压 mod 后,将其复制到上面生成的目录:Hades II\Ship\ReturnOfModding\plugins,确保文件路径结构如下(以 manifest.json 文件为例):
Hades II\Ship\ReturnOfModding\plugins\Abevol-MultiReward\manifest.json
哈迪斯 II\Ship\ReturnOfModding\plugins\Abevol-MultiReward\manifest.json
Hades II\Ship\ReturnOfModding\plugins\SGG_Modding-DemonDaemon\manifest.json
哈迪斯 II\Ship\ReturnOfModding\plugins\SGG_Modding-恶魔恶魔\manifest.json
And so on, the same applies to other mods.
依此类推,这同样适用于其他模组。
Note, the structure for the mod folder name must be: 'author-modname'. Do not add version numbers or any extra characters; otherwise, it will result in an error.
请注意,mod 文件夹名称的结构必须为:“author-modname”。不要添加版本号或任何额外的字符;否则,将导致错误。
4. Now you can launch the game again, and if there are no surprises, all the mods should start to work.
4. 现在你可以再次启动游戏,如果没有意外,所有模组应该都会开始工作。
Requirements 要求
Mod loader: 模组加载器:
Hell2Modding-Hell2Modding
Dependencies: 依赖:
SGG_Modding-DemonDaemon SGG_Modding-恶魔恶魔
SGG_Modding-ModUtil
SGG_Modding-ENVY SGG_Modding-羡慕
SGG_Modding-Chalk SGG_Modding 粉笔
SGG_Modding-SJSON
SGG_Modding-ReLoad SGG_Modding-重新加载
How to configure 如何配置
You need to modify this configuration file:
您需要修改此配置文件:
Hades II\Ship\ReturnOfModding\config\Abevol-MultiReward.cfg
If you encounter a droppable item in the game that you wish to modify, you can immediately see their names highlighted in green in the console log, like this:
如果您在游戏中遇到想要修改的可掉落物品,您可以立即在控制台日志中看到它们的名称以绿色突出显示,如下所示:
[MultiReward] RewardCount: 1, RewardType: SpellDrop, LootName: nil
The 'SpellDrop' is the name of the first drop of 'Selene Boons'.
“SpellDrop”是“Selene Boons”第一滴的名称。
If you want to modify a subtype, for example:
如果要修改子类型,例如:
[MultiReward] RewardCount: 1, RewardType: Boon, LootName: AphroditeUpgrade
Then you can configure it like this:
然后你可以这样配置它:
[RewardCount.Boon]
AphroditeUpgrade = 3
Others = 1
Note that 'Others' is a special variable name, which does not correspond to any actual drop in the game. It is solely used by mods to denote 'default values'.
请注意,“其他”是一个特殊的变量名称,它不对应于游戏中的任何实际掉落。它仅由模组用来表示“默认值”。
Config Example 配置示例
Debug = false
Enabled = true
AvoidReplacingTraits = true
RemoveMaxGodsLimits = true
LowerShopPrices = true
ShopDiscountPercent = 67
[RewardCount]
HermesUpgrade = 3
MaxHealthDrop = 3
MaxManaDrop = 3
MemPointsCommonDrop = 3
MetaCurrencyDrop = 3
MixerNBossDrop = 3
MixerOBossDrop = 3
RoomMoneyDrop = 3
Shop = 1
SpellDrop = 1
StackUpgrade = 3
Story = 1
WeaponUpgrade = 3
Others = 3
[RewardCount.Boon]
AphroditeUpgrade = 3
DemeterUpgrade = 3
HephaestusUpgrade = 3
Others = 3
|
评分
-
1
查看全部评分
-
|