安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
This was simple, but always one of my favorite mods.
If you don't plan to work on it anymore, I'd like to continue this great idea by implementing your idea and assets into my own Blood Animations mod, to continue the legacy of this great mod. If you don't mind of course.
• Gun_BeamGraser weapon carried by Mech_Tesseron appropriately falls back to your Mote_BulletCasing when fired but something about it being Verb_ShootBeam seems to trigger a redtext
• This next one was interesting. Gun_ChargeBlasterTurret is a literal turret attached as a <comp> to the race/pawn defNames Mech_Centurion , Mech_Diabolus , and Mech_Warqueen . It correctly passes your if (__instance.CasterPawn != null) check but redtexts because while those pawns have equipment, the turret is not classified as a Primary and thus fails due to null reference of __instance.CasterPawn.equipment.Primary
Sadly though I had to take it out of my modlist because it conflicts with Dragons Descent, Bastyon Creatures, and Mooloh's DnD Creatures, or any creatures that rely on Vanilla Expanded Framework really. The reason for that is that their abilities try to create a bullet casing, and you get spammed relentlessly with Null Errors in the Dev Log whenever creatures use their abilities.
Would love to see this possibly reworked in the future, but unfortunately for now I have to take it out which does break my heart a bit.
Exception ticking VFES_Turret_Artillery4066814 (at (142, 0, 185)): System.NullReferenceException: Object reference not set to an instance of an object
at BulletCasingMote.TryCastNextBurstShotPatch.TryCastNextBurstShot_Postfix (Verse.Verb __instance) [0x00231] in <3100422d714141a5aa3fad9df7b3e784>:0
Hugslib currently not accepting bug reports.
Exception ticking VFES_Turret_Artillery2920351 (at (81, 0, 167)). Suppressing further errors. Exception: System.NullReferenceException: Object reference not set to an instance of an object
at BulletCasingMote.TryCastNextBurstShotPatch.TryCastNextBurstShot_Postfix (Verse.Verb __instance) [0x00231] in <fd5ba89cea2a44e9a9ce9b257772b573>:0
https://gist.github.com/81d6bc546459cf5fcaf190ffa324c607
Meditate skill, upon using this skill this section of an error pops up
at BulletCasingMote.TryCastNextBurstShotPatch.TryCastNextBurstShot_Postfix (Verse.Verb __instance) [0x00093] in <fd5ba89cea2a44e9a9ce9b257772b573>:0