AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [ANY] tEmotes v1.004 (2009.12.30) (https://forums.alliedmods.net/showthread.php?t=101052)

Thrawn2 08-20-2009 10:18

[ANY] tEmotes v1.004 (2009.12.30)
 
2 Attachment(s)
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)

shustas 08-20-2009 10:55

Re: [ANY] tEmotes v1.002 (2009.08.20)
 
At last, was waiting for this long long time. Karma man

Zuko 08-20-2009 11:53

Re: [ANY] tEmotes v1.002 (2009.08.20)
 
1 Attachment(s)
This is funny addition to all servers ;)

shustas 08-20-2009 12:44

Re: [ANY] tEmotes v1.002 (2009.08.20)
 
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

dominic1 08-20-2009 13:29

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
What about those files in material & models folder? Tried it in L4D but doesn't work.

exvel 08-20-2009 13:31

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
Quote:

Originally Posted by dominic1 (Post 906935)
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.

lqhnybear 10-10-2009 10:17

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
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

shustas 10-10-2009 14:45

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
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

psychonic 10-11-2009 11:42

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
Quote:

Originally Posted by shustas (Post 957815)
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.

Thrawn2 10-11-2009 12:13

Re: [ANY] tEmotes v1.003 (2009.08.20)
 
i will look into it. sorry.


All times are GMT -4. The time now is 13:57.

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