Skip to content

Conversation

@FrozenDragon0
Copy link

@FrozenDragon0 FrozenDragon0 commented Nov 17, 2025

Fixes the Exorcism Halloween spell not working properly for Stickybomb launchers and the Ullapool Caber's explosion kills

Fixes:
ValveSoftware/Source-1-Games#7692
ValveSoftware/Source-1-Games#7380

Changed the way the Exorcism spell particle is dispatched, the previous DispatchParticleEffect has issues with Exorcism on certain weapons for whatever reason, seems to be some sort of client and server sync issues, I'm not 100% sure, but changing the code to TE_TFParticleEffect seems to fix these issues completely.

For those un-aware, the vanilla game currently, Exorcism is bugged on the stickybomb launcher and will not show the ghosts for the player who achieved the kill, however the ghosts show up for everyone else just fine, if the kill was made by firing a 9th sticky and the 1st stickybomb detonates killing someone, then the ghosts appear for the killer as expected.

As for the Ullapool Caber, it's a somewhat similar scenario, but instead the ghosts don't appear for the killer if the kill in question was done via the caber's explosion even though other players and the victim can see it. ULLAPOOL_CABER_EXPLOSION in console to know if the caber's kill was an explosion or not.

As a bonus, this also fixes weapons with taunt kills, so any taunt kills made with a weapon that has Exorcism applied It'll show the ghosts for the taunt kill aswell. This goes for numerous taunt kills, such as Demoman's decapitation taunt with the various swords, or the Engineer's Frontier Justice Guitar smash kill.

Fixed behavior with the stickybomb launcher:

stickybomb_fix.mp4

…llapool Caber's explosion kills

Fixes:
ValveSoftware/Source-1-Games#7692
ValveSoftware/Source-1-Games#7380

Changed the way the Exorcism spell particle is dispatched, the previous DispatchParticleEffect has issues with Exorcism on certain weapons for whatever reason, but changing the code to TE_TFParticleEffect seems to fix these issues completely.

As a bonus, this also fixes weapons with taunt kills, so any Exorcism taunt kill weapons will now also affect the taunt kill aswell.
@FrozenDragon0 FrozenDragon0 changed the title Fixed Exorcism not working properly for the Stickybomb launcher and Ullapool Caber's explosion kills [TF2] Fixed Exorcism not working properly for the Stickybomb launcher and Ullapool Caber's explosion kills Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant