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

[ANY] tEmotes v1.004 (2009.12.30)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Thrawn2
Veteran Member
Join Date: Apr 2009
Plugin ID:
1107
Plugin Version:
1.0.0.4
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    1 
    Plugin Description:
    tEmotes shows emoticons above a players head. Triggered by chat messages.
    Unapprover:
    Reason for Unapproving:
    Author requested
    Old 08-20-2009 , 10:18   [ANY] tEmotes v1.004 (2009.12.30)
    Reply With Quote #1

    tEmotes shows emoticons above a players head. Triggered by chat messages.
    The pluginidea and models are based on this Eventscript by SuperDave.
    The models are made by Venjax.
    So, thank them, not me - i basically just ported their work to sourcemod.

    L4D:
    as long as it's not able to upload custom content to clients, l4d is not compatible with this plugin.

    Configuration:
    You can easily add your own emoticons. Two steps are needed:
    a) create the model
    Code:
    // Each icon requires: 
    //    ./materials/models/extras/<name>/speech_info.vmt 
    //    ./materials/models/extras/<name>/speech_info.vtf 
    //    ./models/extras/<name>/info_speech.dx80.vtx 
    //    ./models/extras/<name>/info_speech.dx90.vtx 
    //    ./models/extras/<name>/info_speech.mdl 
    //    ./models/extras/<name>/info_speech.phy 
    //    ./models/extras/<name>/info_speech.sw.vtx 
    //    ./models/extras/<name>/info_speech.vvd
    b) upload it to you server and edit the tEmotes.cfg to include your emoticon.
    to make the model with <name> angry be recognized by the chattrigger "cheater" (or "cHeAtEr") you would have this in your tEmotes.cfg:
    Code:
    "tEmotes"
    {
        "angry"
        {
            "code"      "cheater"
        }
    }
    CVars:
    Code:
    // Enable/Disable tEmotes
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    sm_temotes_enable "1"
    
    // Time (in seconds) an emote is visible
    // -
    // Default: "4.0"
    // Minimum: "0.000000"
    sm_temotes_duration "4.0"
    Important:
    Set the proper whitelist entries if you're going to use the emotes on a pure server!

    Changelog:
    1.004:
    - fixed precaching problems (hopefully)

    1.003:
    - fixed dead and spectating players showing emotes

    1.002:
    - added version cvar sm_temotes_version

    1.001:
    - The emoticons now rotate correctly

    1.000
    - Initial Release (in this thread)
    Attached Files
    File Type: sp Get Plugin or Get Source (tEmotes.sp - 1321 views - 6.6 KB)
    File Type: zip tEmotes.zip (713.1 KB, 777 views)

    Last edited by Thrawn2; 12-30-2009 at 12:35. Reason: update
    Thrawn2 is offline
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 08-20-2009 , 10:55   Re: [ANY] tEmotes v1.002 (2009.08.20)
    Reply With Quote #2

    At last, was waiting for this long long time. Karma man
    __________________
    shustas is offline
    Zuko
    SourceMod Donor
    Join Date: Sep 2006
    Location: Poland
    Old 08-20-2009 , 11:53   Re: [ANY] tEmotes v1.002 (2009.08.20)
    Reply With Quote #3

    This is funny addition to all servers ;)
    Attached Thumbnails
    Click image for larger version

Name:	emots.jpg
Views:	1407
Size:	47.3 KB
ID:	47953  
    __________________
    Zuko is offline
    Send a message via ICQ to Zuko
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 08-20-2009 , 12:44   Re: [ANY] tEmotes v1.002 (2009.08.20)
    Reply With Quote #4

    Right, after I recompiled on ma pc download is working, but... its about 2 mb in size just for smilies!!!???

    Plus dead and spectatin people can show smilies too. Needs to be filtered out
    __________________

    Last edited by shustas; 08-20-2009 at 13:04.
    shustas is offline
    dominic1
    Junior Member
    Join Date: Aug 2009
    Old 08-20-2009 , 13:29   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #5

    What about those files in material & models folder? Tried it in L4D but doesn't work.
    dominic1 is offline
    exvel
    SourceMod Donor
    Join Date: Jun 2006
    Location: Russia
    Old 08-20-2009 , 13:31   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #6

    Quote:
    Originally Posted by dominic1 View Post
    What about those files in material & models folder? Tried it in L4D but doesn't work.
    AFAIK you can't upload files to clients in L4D.
    __________________
    For admins: My plugins

    For developers: Colors library
    exvel is offline
    Send a message via ICQ to exvel
    lqhnybear
    Member
    Join Date: Oct 2009
    Location: Miami Beach, Fl
    Old 10-10-2009 , 10:17   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #7

    I keep getting an error anytime any one uses an emote and it crashed the server with an "Engine Error"

    Code:
    89/emote_icon - prop_dynamic: UTIL_SetModel: not precached: models/extras/smiley/info_speech.mdl

    Last edited by lqhnybear; 10-10-2009 at 10:23.
    lqhnybear is offline
    shustas
    SourceMod Donor
    Join Date: May 2007
    Location: London
    Old 10-10-2009 , 14:45   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #8

    If author is not interested in supporting his plugin, I think it should be unaprroved then. Cos at the moment it gives errors and has lots of bugs
    __________________
    shustas is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 10-11-2009 , 11:42   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #9

    Quote:
    Originally Posted by shustas View Post
    If author is not interested in supporting his plugin, I think it should be unaprroved then. Cos at the moment it gives errors and has lots of bugs
    The only error that has been brought to his attention via this thread was merely a few hours before your post. Perhaps you should give the author longer to fix before calling for unapproval.
    psychonic is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 10-11-2009 , 12:13   Re: [ANY] tEmotes v1.003 (2009.08.20)
    Reply With Quote #10

    i will look into it. sorry.
    Thrawn2 is offline
    Reply


    Thread Tools
    Display Modes

    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 08:31.


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