No Crit Pumpkins

No Crit Pumpkins 2.1

  • Hey you! Yes, you! Add images to your downloads, it's free! Use the orange "Manage Download Image" button in the top right.

No Crit Pumpkins 2.1

No Crumpkins VScript

You might also be interested in Crumpkin Model Replacer

Tired of the crit-granting pumpkin bags which drop from dead players during Halloween?

This script deletes Crit Pumpkins (aka Crumpkins) immediately as they spawn before anyone can pick them up!

To make it work on your Halloween map, put this script into scripts/vscripts/ folder and create a logic_script entity with Entity Script set to no_crumpkins.nut

To make it work on your Community Server, put the script file into scripts/vscripts/ folder and add the line script_execute no_crumpkins.nut to tf/cfg/server.cfg.

And don't forget to pack the script into your map!

1725530783821.png
License
Free to use and modify. Credit is appreciated but not required.
Author
LizardOfOz
Downloads
292
Views
1,095
First release
Last update
Category
VScript

More downloads from LizardOfOz

Latest updates

  1. Halloween check

    The script will turn itself off if it's not Halloween and we're playing on a non-Halloween map.
  2. Rewrite

    The new implementation listens to player_death event (while still being fully compatible with any other script) instead of looking over every dropped ammo pack every single tick like it used to. The old method also had a single tick window...
  3. Bugfix

    Apparently if a crumpkin spawns right next to a player, it can get picked up before the script has a chance to get executed within the same tick. To address this, we not remove the TF_COND_CRITBOOSTED_PUMPKIN condition from players every tick in...