Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound and Music block, Hide Weapons and Hats #17

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Sound and Music block, Hide Weapons and Hats #17

merged 1 commit into from
Oct 1, 2023

Conversation

Joaquel
Copy link
Contributor

@Joaquel Joaquel commented Sep 30, 2023

These changes were originally made by foolishservers(all credits to all of them), but all the forks got affected by the DMCA.

This includes 4 new parameters that should fix #16:

  • "existing_sound_block"
  • "existing_music_block"
  • "hide_weapon"
  • "hide_hat"

Here is an example with the Hat Kid Smug Dance (i can't add these to the Repo wiki rip):

		"models/player/scout.mdl"
		{
			"model"		"models/emotes/smug/hatkid.mdl" // Model Path
			"index"		"1157"                                              // Taunt index (Kazotsky Kick)
			"existing_sound_block"		"1"                            // NEW: Blocks all taunt sounds** (not music)
			"existing_music_block"		"1"                            // NEW: Blocks the taunt music
			"hide_weapon"		"1"                                    // NEW: Hides weapons and weapons wearables (still needs fix for Contracker, Demo Shield, etc etc...)
			"hide_hat"		"1"                                           // NEW: Hides player cosmetics
			"sound"		"misc/bailes/hatkid_taunt.wav"       // Custom music sound
		}

These changes were originally made by foolishservers (all credits to all of them), but all forks got affected by DMCA.
@Batfoxkid Batfoxkid merged commit cdb0541 into Batfoxkid:master Oct 1, 2023
1 check passed
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.

Can't Replace Kazotsky Kick Sound
2 participants