安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Please keep this version around!" Both types(Level by damage dealt/level by damage taken) should exist. In the same mod. Choose which you want, or both.
[Ref 919E3B42]
at Verse.Pawn.Tick () [0x0064a] in <630e2863bc9a4a3493f2eff01e3a9556>:0
- TRANSPILER Krkr.RocketMan.Soyuz: IEnumerable`1 Soyuz.Patches.Pawn_Tick_Patch:Transpiler(IEnumerable`1 instructions, ILGenerator generator)
- POSTFIX dev.tobot.vpe-better-autocast: Void BetterAutocastVPE.Patches.Pawn_Tick_Autocast:Postfix(Pawn __instance)
- FINALIZER Krkr.RocketMan.Soyuz: Void Soyuz.Patches.Pawn_Tick_Patch:Finalizer(Pawn __instance, Exception __exception) 报错是这个,要是能修一下就好了.这个血量上限更加高一些
Please keep this version around!
(If auto-translate didn't mess up completely, I don't seem to be alone with this opinion.)
On March 16, Zaljerem has fixed all the bugs I reported. This continuation is terminated. Please go to level this by Zaljerem .
而PostPostApplyDamage这个函数正是导致只适用于玩家选项出错的罪魁祸首,它会给所有收到伤害的pawn都添加这个状态。我把他修复了之后。
我发现仅对玩家生效的选项的开启和关闭能在局内立即生效,所以我在PostPostApplyDamage函数添加了几个判断会在局内检测仅对玩家生效选项,受到攻击自动添加或移除这个状态,你说的这个bug目前我清楚,是我为了处理局内开关这个选项导致的
LevelUp.HealthLevelling.PostPostApplyDamage (DamageInfo dinfo, float totalDamageDealt)
问题:dinfo(伤害信息)或 totalDamageDealt(总伤害值)参数可能为 null,或该方法内部未正确处理某些对象的初始化。