Skip to content

Conversation

@gidi30
Copy link

@gidi30 gidi30 commented Dec 12, 2025

Description

Currently while holding the passtime ball the 3d model in the hud will use the allclass melee animations instead of the proper passtime ball animations.
This PR attempts to fix this by introducing a new weapon type for the passtime ball used for the animations.

Implementing this will also require a change to the definition of TF_WEAPON_PASSTIME_GUN in items_game.txt

  "item_name"	"#Weapon_Passtime_Gun"
  "item_slot"    "utility"
- "anim_slot"   "MELEE_ALLCLASS"
  "attach_to_hands""1"
  "hidden"	        "1"

to

  "item_name"	"#Weapon_Passtime_Gun"
  "item_slot"	"utility"
+ "anim_slot"	"PASSTIME_BALL"
  "attach_to_hands"	"1"
  "hidden"	"1"

Before:

202512121

After:

202512122

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