RandomEncounter
这个Mod会在 原有怪物的基础上,每只怪旁边随机再多刷N个怪,让你旅途上充满随机挑战
目前考虑到游戏难度及游戏性能问题,随机库只加入了小怪。(如果需要精英和Boss 去 BossRush Mod的怪物表里拿)
使用说明
默认配置了 每只怪旁边刷怪的随机概率为50%,随机数量最小值为1 最大值为1
按F1 可以开关 Mod (但是关闭Mod不会把已经刷出来的怪物销毁)
自由配置方式:
打开 Mods/RandomEncounter/Scripts/RandomEncounter.lua 文件进行修改
-- 每只怪随机刷怪的概率 50 即为 百分之50, 最大100 最小0
-- 数字 不要加引号 加了用不了
RandomEncounter.RandomRate = 50
-- 每只怪 随机刷怪的数量 Min为最小随机数 Max 为最大随机数
-- 举例 Min 为 1 Max 为 5 则 每次在 1-5个之间随机
-- 数字 不要加引号 加了用不了
RandomEncounter.RandomCount = {
Min = 1,
Max = 1
}
注意:
- 请确保使用此Mod之前,备份存档,以防万一
- 请勿把随机数量调整过大,以免出现卡顿,闪退等问题
安装
- 需先安装 ue4ss
- 将 RandomEncounter.zip 解压至黑神话的安装文件夹中 (steam的安装文件夹可以通过右键黑神话 -> 管理 -> 浏览本地文件 找到)
如有任何疑问,可加我的QQ群:668905781 @群主 询问
也可私信B站:禽兽-云轩
如果你喜欢这个mod,也可以加群,和关注我的B站,谢谢~
作者:禽兽-云轩
测试:苍天泰坦
This Mod will randomly spawn N more monsters next to each monster on the basis of the original monsters, making your journey full of random challenges.Currently, considering the game difficulty and game performance issues, only mobs are added to the random library. (If you need elites and bosses, go to the monster table in BossRush Mod to get them)
Instructions for use
The default configuration is that the random probability of spawning monsters next to each monster is 50%, the minimum value of the random number is 1, and the maximum value is 1
Press F1 to switch the Mod on and off (but turning off the Mod will not destroy the monsters that have been spawned)
Free configuration method:
Open the Mods/RandomEncounter/Scripts/RandomEncounter.lua file for modification
--The probability of each monster randomly spawning monsters is 50, which is 50%, with a maximum of 100 and a minimum of 0
-- Do not add quotation marks to numbers. If you add them, they will not be used.
RandomEncounter.RandomRate = 50
--The number of random monster spawns for each monster. Min is the minimum random number. Max is the maximum random number.
-- For example, if Min is 1 and Max is 5, then it will be randomly between 1-5 each time.
-- Do not add quotation marks to numbers. If you add them, they will not be used.
RandomEncounter.RandomCount = {
Min = 1,
Max=1
}
PS:
- Please make sure to back up your save before using this mod, just in case
- Please do not adjust the random number too large to avoid problems such as lags and crashes.
Install
- Have ue4ss installed
- unzip RandomEncounter.zip into Black Myth Wukong's game directory (you can find it from steam by right clicking -> manage -> browse local files)
Donate
If you like any mod I maked, you can donate to me:
https://www.paypal.com/paypalme/ForeverVirusWu