Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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