Raised This Month: $12 Target: $400
 3% 

[TF2] Taunt 'em (v1.0.1, 06/23/2015)


Post New Thread Reply   
 
Thread Tools Display Modes
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 02-12-2022 , 07:56   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #431

Sharing these in the event somebody wants versions that don't require tf2items or tf2itemdb.

Installation instructions:
Place the tf2.tauntem.txt in your /sourcemod/gamedata/ directory.
Place the tf_tauntem.smx and tf_tauntmenu_public.smx in your /sourcemod/plugins/ directory.
change the map.

Thanks again to FlaminSarge for this great plugin!
Attached Files
File Type: sp Get Plugin or Get Source (tf_tauntem.sp - 455 views - 2.8 KB)
File Type: txt tf2.tauntem.txt (370 Bytes, 364 views)
File Type: sp Get Plugin or Get Source (tf_tauntmenu_public.sp - 424 views - 9.0 KB)
PC Gamer is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 07-19-2022 , 19:19   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #432

Quote:
Originally Posted by FlaminSarge View Post
I would heavily recommend using https://forums.alliedmods.net/showthread.php?t=293722 if you need a menu, instead of modifying this plugin.

The above plugin automatically updates the menu every time the game updates, so you won't ever need to update it.
Also check out https://forums.alliedmods.net/showthread.php?p=2685549 which may have more flexibility.
__________________
Bread EOTL GunMettle Invasion Jungle Inferno 64-bit will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline
Kamil445
Member
Join Date: Dec 2013
Old 02-13-2023 , 07:32   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #433

Quote:
AddMenuItem(menu, "31290", "The Travel Agent");
AddMenuItem(menu, "31288", "(Any) The Scaredy-cat!");
AddMenuItem(menu, "31291", "Drunk Mann's Cannon");
AddMenuItem(menu, "31286", "Texas Twirl 'Em");
AddMenuItem(menu, "31292", "Shanty Shipmate");
AddMenuItem(menu, "31320", "Russian Rubdown");
AddMenuItem(menu, "31321", "Tailored Terminal");
AddMenuItem(menu, "31322", "Roasty Toasty");
Kamil445 is offline
howtoplaymeow
Junior Member
Join Date: Feb 2023
Old 07-20-2023 , 02:21   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #434

AddMenuItem(menu, "31354", "The Killer Signature [Scout]");
AddMenuItem(menu, "31347", "Star-Spangled Strategy [Soldier]");
AddMenuItem(menu, "31352", "The Road Rager [Heavy]");
AddMenuItem(menu, "31349", "The Head Doctor [Medic]");
AddMenuItem(menu, "31351", "Tuefort Tango [Spy]");
AddMenuItem(menu, "31348", "Killer Joke");

latest version of taunt
plugin:https://github.com/HowToPlayMeow/TF2_Taunt
howtoplaymeow is offline
howtoplaymeow
Junior Member
Join Date: Feb 2023
Old 10-12-2023 , 02:53   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #435

AddMenuItem(menu, "31381", "Neck Snap [Soldier]");
AddMenuItem(menu, "31380", "Roar O'War [Demoman]");
AddMenuItem(menu, "31382", "Borrowed Bones [Medic]");
AddMenuItem(menu, "31289", "Crypt Creeper [Spy]");

latest version of taunt
plugin:https://github.com/HowToPlayMeow/TF2_Taunt
howtoplaymeow is offline
howtoplaymeow
Junior Member
Join Date: Feb 2023
Old 12-09-2023 , 01:54   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #436

AddMenuItem(menu, "31414", "Foul Play [Scout]");
AddMenuItem(menu, "31412", "Cheers!");
AddMenuItem(menu, "31413", "Mourning Mercs");

latest version of taunt
plugin:https://github.com/HowToPlayMeow/TF2_Taunt
howtoplaymeow is offline
LeChris
Junior Member
Join Date: Sep 2012
Old 12-09-2023 , 11:02   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #437

Quote:
Originally Posted by howtoplaymeow View Post
AddMenuItem(menu, "31414", "Foul Play [Scout]");
AddMenuItem(menu, "31412", "Cheers!");
AddMenuItem(menu, "31413", "Mourning Mercs");

latest version of taunt
plugin:https://github.com/HowToPlayMeow/TF2_Taunt
thanks for updating these very useful
LeChris is offline
Kamil445
Member
Join Date: Dec 2013
Old Yesterday , 12:05   Re: [TF2] Taunt 'em (v1.0.1, 06/23/2015)
Reply With Quote #438

Missing models for new taunts

Quote:
// 30842 - Dueling Banjo
PrecacheModel("models/workshop/player/items/engineer/taunt_bumpkins_banjo/taunt_bumpkins_banjo.mdl", true);

// 30844 - Soviet Strongarm
PrecacheModel("models/workshop/player/items/heavy/taunt_soviet_strongarm/taunt_soviet_strongarm.mdl", true);

// 30921- Runner's Rhythm
PrecacheModel("models/workshop/player/items/scout/taunt_runners_rhythm/taunt_runners_rhythm.mdl", true);

// 30920- The Bunnyhopper
PrecacheModel("models/workshop/player/items/medic/dec15_bunnyhoppers_ballistics_vest/dec15_bunnyhoppers_ballistics_vest.mdl", true);

// 30917 - The Trackman's Touchdown
PrecacheModel("models/workshop/player/items/scout/taunt_the_trackmans_touchdown/taunt_the_trackmans_touchdown.mdl", true);

// 30840 - Scotsmann's Stagger
PrecacheModel("models/workshop/player/items/demo/taunt_scotsmans_stagger/taunt_scotsmans_stagger.mdl", true);

// 30918 - Surgeon's Squeezebox
PrecacheModel("models/workshop/player/items/medic/taunt_surgeons_squeezebox/taunt_surgeons_squeezebox.mdl", true);

// 31160 - Texas Truckin
PrecacheModel("models/workshop/player/items/engineer/taunt_texas_truckin/taunt_texas_truckin.mdl", true);

// 31157 - Scorcher's Solo
PrecacheModel("models/workshop/player/items/pyro/taunt_scorchers_solo/taunt_scorchers_solo.mdl", true);

// 31154 - Time Out Therapy
PrecacheModel("models/workshop/player/items/medic/taunt_time_out_therapy/taunt_time_out_therapy.mdl", true);

// 31153 - The Pooped Deck
PrecacheModel("models/workshop/player/items/demo/taunt_the_pooped_deck/taunt_the_pooped_deck.mdl", true);

// 31155 - Rocket Jockey
PrecacheModel("models/workshop/player/items/soldier/taunt_rocket_jockey/taunt_rocket_jockey.mdl", true);

// 31161 - Spin-to-Win
PrecacheModel("models/workshop/player/items/scout/taunt_spintowin/taunt_spintowin.mdl", true);

// 31156 - The Boston Boarder
PrecacheModel("models/workshop/player/items/scout/taunt_the_boston_boarder/taunt_the_boston_boarder.mdl", true);

// 31239 - The Hot Wheeler
PrecacheModel("models/workshop/player/items/pyro/taunt_the_hot_wheeler/taunt_the_hot_wheeler.mdl", true);

// 31236 - Doctor's Defibrillators
PrecacheModel("models/workshop/player/items/medic/tauntdoctors_defibrillators/tauntdoctors_defibrillators.mdl", true);

// 31237 - Roasty Toasty
PrecacheModel("models/workshop/player/items/sniper/tauntshooters_stakeout/tauntshooters_stakeout.mdl", true);

// 31322 - Roasty Toasty
PrecacheModel("models/workshop/player/items/pyro/taunt_roasty_toasty/taunt_roasty_toasty.mdl", true);

// 31321 - Tailored Terminal
PrecacheModel("models/workshop/player/items/spy/tailored_terminal_model/tailored_terminal_model.mdl", true);

// 31320 - Russian Rubdown
PrecacheModel("models/workshop/player/items/heavy/tauntrussian_rubdown/tauntrussian_rubdown.mdl", true);

// 31292 - Shanty Shipmate
PrecacheModel("models/workshop/player/items/demo/taunt_shanty_shipmate/taunt_shanty_shipmate.mdl", true);

// 31286 - Texas Twirl 'Em
PrecacheModel("models/workshop/player/items/engineer/taunt_texas_twirl_em/taunt_texas_twirl_em.mdl", true);

// 31291 - Drunk Mann's Cannon
PrecacheModel("models/workshop/player/items/demo/taunt_drunk_manns_cannon/taunt_drunk_manns_cannon.mdl", true);

// 31290 - The Travel Agent
PrecacheModel("models/workshop/player/items/spy/taunt_the_travel_agent/taunt_the_travel_agent.mdl", true);

// 31347 - Star-Spangled Strategy
PrecacheModel("models/workshop/player/items/soldier/tauntstarspangled_strategy/tauntstarspangled_strategy.mdl", true);

// 31348 - Killer Joke
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_demo.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_engineer.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_heavy.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_medic.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_pyro.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_scout.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_sniper.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_soldier.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_killer_joke/taunt_killer_joke_spy.mdl", true);

// 31349 - The Head Doctor
PrecacheModel("models/workshop/player/items/medic/taunt_the_head_doctor/taunt_the_head_doctor.mdl", true);

// 31351 - Tuefort Tango
PrecacheModel("models/workshop/player/items/spy/taunt_tuefort_tango/taunt_tuefort_tango.mdl", true);

// 31352 - The Road Rager
PrecacheModel("models/workshop/player/items/heavy/road_rager/road_rager.mdl", true);

// 31354 - The Killer Signature
PrecacheModel("models/workshop/player/items/scout/taunt_the_killer_signature/taunt_the_killer_signature.mdl", true);

// 31380 - Roar O'War
PrecacheModel("models/workshop/player/items/demo/taunt_roar_owar/taunt_roar_owar.mdl", true);

// 31382 - Borrowed Bones
PrecacheModel("models/workshop/player/items/medic/taunt_borrowed_bones/taunt_borrowed_bones.mdl", true);

// 31289 - Crypt Creeper
PrecacheModel("models/workshop/player/items/spy/taunt_the_crypt_creeper/taunt_the_crypt_creeper.mdl", true);

// 31412 - Cheers!
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_demo.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_engineer.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_heavy.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_medic.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_pyro.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_scout.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_sniper.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_soldier.mdl", true);
PrecacheModel("models/workshop/player/items/all_class/taunt_cheers/taunt_cheers_spy.mdl", true);

// 31414 - Foul Play
PrecacheModel("models/workshop/player/items/scout/taunt_foul_play/taunt_foul_play.mdl", true);

Last edited by Kamil445; Yesterday at 12:06.
Kamil445 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode