安裝 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