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

[TF2] tBeTheHHH 0.0.4 (2011-03-19)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Thrawn2
Veteran Member
Join Date: Apr 2009
Plugin ID:
2246
Plugin Version:
0.0.4
Plugin Category:
Fun Stuff
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Attaches the Headless Horseless Hatman Model to players
    Unapprover:
    Reason for Unapproving:
    Author request -> requires non-functional attachables ext. Use: https://forums.alliedmods.net/showthread.php?t=166819
    Old 02-26-2011 , 09:00   [TF2] tBeTheHHH 0.0.4 (2011-03-19)
    Reply With Quote #1

    With this plugin you can attach the HHH model to any player. It's only visual, no special abilities come with this.

    Requirements:
    • This plugin requires the attachables extension to run and the include to compile.
    • You will need the EquipmentManager gamedata for this to work. Latest should be this one.


    Command:
    sm_bethehorseman [target]
    If the command is called without an argument it toggles HHH on yourself, otherwise it attaches the model to the targeted players.
    By default players require the Cheat Flag to use this. Feel free to override sm_bethehhh with any flag.

    Cvars:
    • sm_tbethehhh_enable, Enables/Disables the plugin
    • sm_tbethehhh_disableondeath, If enabled you'll stop having the HHH model when you die.
    • sm_tbethehhh_effects_sound, Play sound when someone becomes the HHH.
    • sm_tbethehhh_effects_particle, Show particle effects when someone becomes the HHH.

    Changelog: here

    Todo:
    • Provide forwards (OnModelAttached etc) so it would be possible to add effects (like the original plugins boo) without having to mess with this plugin.
    • Add the command to the admin menu.
    Attached Files
    File Type: sp Get Plugin or Get Source (tBeTheHHH.sp - 518 views - 12.8 KB)
    File Type: smx tBeTheHHH.smx (9.8 KB, 729 views)
    __________________
    einmal mit profis arbeiten. einmal.

    Last edited by Thrawn2; 03-19-2011 at 07:09. Reason: updated to v0.0.4, block obs+dead players
    Thrawn2 is offline
    FoxMulder
    Senior Member
    Join Date: Jan 2009
    Location: Orlando, FL
    Old 02-26-2011 , 11:20   Re: [TF2] tBeTheHHH 0.0.2 (2011-02-26)
    Reply With Quote #2

    Very nice. Thanks a lot
    __________________

    Last edited by FoxMulder; 02-26-2011 at 13:23.
    FoxMulder is offline
    FoxMulder
    Senior Member
    Join Date: Jan 2009
    Location: Orlando, FL
    Old 02-26-2011 , 18:14   Re: [TF2] tBeTheHHH 0.0.2 (2011-02-26)
    Reply With Quote #3

    Hmm, maybe it's the attachables extension but my player just freezes (can't move) when I try this on our Linux server. Works fine on Windows.

    edit: nvm forgot to upload latest gamedata
    __________________

    Last edited by FoxMulder; 02-26-2011 at 20:10.
    FoxMulder is offline
    Ginxeng
    Senior Member
    Join Date: Nov 2009
    Location: Timber Doodle
    Old 02-26-2011 , 21:34   Re: [TF2] tBeTheHHH 0.0.2 (2011-02-26)
    Reply With Quote #4

    Did this always require attachbles? I dont recall the original one you gave me needed it just the EquipmentManager gamedata.
    __________________
    Ginxeng is offline
    Send a message via AIM to Ginxeng Send a message via MSN to Ginxeng Send a message via Skype™ to Ginxeng
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 02-27-2011 , 02:58   Re: [TF2] tBeTheHHH 0.0.2 (2011-02-26)
    Reply With Quote #5

    Quote:
    Originally Posted by Ginxeng View Post
    Did this always require attachbles?
    short answer: yes.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Ginxeng
    Senior Member
    Join Date: Nov 2009
    Location: Timber Doodle
    Old 02-27-2011 , 06:13   Re: [TF2] tBeTheHHH 0.0.2 (2011-02-26)
    Reply With Quote #6

    Can you seperate the effects to there own Cvars? I want to keep the particle effect but loose the sounds.
    __________________
    Ginxeng is offline
    Send a message via AIM to Ginxeng Send a message via MSN to Ginxeng Send a message via Skype™ to Ginxeng
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 02-27-2011 , 11:17   Re: [TF2] tBeTheHHH 0.0.3 (2011-02-27)
    Reply With Quote #7

    done.

    updated to v0.0.3
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Ginxeng
    Senior Member
    Join Date: Nov 2009
    Location: Timber Doodle
    Old 02-27-2011 , 15:11   Re: [TF2] tBeTheHHH 0.0.3 (2011-02-27)
    Reply With Quote #8

    Perfect, thanks.
    __________________
    Ginxeng is offline
    Send a message via AIM to Ginxeng Send a message via MSN to Ginxeng Send a message via Skype™ to Ginxeng
    Drixevel
    AlliedModders Donor
    Join Date: Sep 2009
    Location: Somewhere headbangin'
    Old 03-09-2011 , 21:57   Re: [TF2] tBeTheHHH 0.0.3 (2011-02-27)
    Reply With Quote #9

    This plugin is awesome, although kind of buggy since i had to modify it to use RegAdminCmd instead of RegConsoleCmd to stop players from using it and people could use the horseman while in spectator on other players multiple times without any lag but i disabled the sounds/effects and added RegAdminCmd.
    Drixevel is offline
    Snaggle
    AlliedModders Donor
    Join Date: Jul 2010
    Location: England
    Old 03-10-2011 , 07:14   Re: [TF2] tBeTheHHH 0.0.3 (2011-02-27)
    Reply With Quote #10

    Quote:
    Originally Posted by r3dw3r3w0lf View Post
    This plugin is awesome, although kind of buggy since i had to modify it to use RegAdminCmd instead of RegConsoleCmd to stop players from using it and people could use the horseman while in spectator on other players multiple times without any lag but i disabled the sounds/effects and added RegAdminCmd.
    Could you share that version please?
    Snaggle 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 17:48.


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