You are viewing a potentially older version of this package. View all versions.
the_tavern-KillableSpitters-1.0.0 icon

KillableSpitters

Spitters can now be killed. Shoot them down or C-foam them. Deaths are host-authoritative and synced to all players.

Date uploaded 2 weeks ago
Version 1.0.0
Download link the_tavern-KillableSpitters-1.0.0.zip
Downloads 180
Dependency string the_tavern-KillableSpitters-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.2
Amorously-AmorLib-1.2.2 icon
Amorously-AmorLib

My cool library mod for plugin developers

Preferred version: 1.2.2

README

Killable Spitters

Makes GTFO's infection spitters killable.

  • Damage them: spitters have a health pool (default 30) drained by any damage — bullets, melee, explosives, or custom weapons — and pop with a full death explosion and gib burst when it runs out. They flash and glow hotter as they take damage.
  • C-foam them: a foamed spitter dies after a configurable freeze (default 0.7 seconds). Turn CfoamKillsSpitters off to keep C-foam as a vanilla-style freeze that never kills.
  • Synced: deaths are decided by the lobby host and replicated to every player, including late joiners. All players should install the mod; the host's settings decide the behavior.

Also includes a spitter targeting fix: spitters no longer aggro onto AI bot teammates, and lobbies with more than 4 players are handled correctly.

Configuration

Config file: BepInEx/config/the_tavern-KillableSpitters.cfg (section General)

Setting Default Description
SpitterHealth 30.0 Health pool (drained by any damage type). Only the host's value applies.
SpitterFreezeDuration 0.7 Seconds a C-foamed spitter stays frozen — before it dies (if CfoamKillsSpitters is on) or thaws (if off). Only the host's value applies.
CfoamKillsSpitters true Whether C-foam kills spitters (no infection pop). Off keeps the vanilla freeze-only behavior. Only the host's value applies.

Links

Source, issues, and changelog: https://github.com/brgmnn/gtfo-killable-spitters

CHANGELOG

Changelog

See more at https://github.com/brgmnn/gtfo-killable-spitters

v1.1.0 — July 28, 2026

New

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v1.0.0...v1.1.0

v1.0.0 — July 21, 2026

New

  • Damage extended to all damage sources
    • Includes fixing support for RecurveBow to damage spitters
  • Split config options for C-Foam freeze duration and whether C-Foam kills spitters
    • Defaults are for C-Foam to kill spitters with a freeze duration of 0.7s

Change

  • Fix: Mines do not trigger when aimed at spitters

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v0.5.0...v1.0.0

v0.5.0 — July 16, 2026

Changes

  • Fix: Remove GTFO-API from being bundled and rely on version from BepInEx

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v0.4.0...v0.5.0

v0.4.0 — July 16, 2026

Changes

  • Fix: remove bundled version of AmorLib to rely on thunderstore dependency

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v0.3.0...v0.4.0

v0.3.0 — July 16, 2026

Changes

  • Fix: Incorrect plugin version

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v0.2.0...v0.3.0

v0.2.0 — July 16, 2026

Changes

  • Fix: Icon size too large for Thunderstore

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/compare/v0.1.0...v0.2.0

v0.1.0 — July 16, 2026

Initial version of killable spitters!

Full Changelog: https://github.com/brgmnn/gtfo-killable-spitters/commits/v0.1.0