Evie Addon Details

Watch - Add Favorite

CheapEmote - Version 2

posted on 2008-03-27 03:07:29
by SuperDave
14
w00ts
w00t!
Requires: Tags: chat css emote entity fun icon

Description

Provides chat triggers to display emote icons above player heads. Requires only ES 2.0.0.248+

Options:
// CheapEmote release 2 options
// ./addons/eventscripts/cheapemote/cheapemote.cfg
// http://addons.eventscripts.com/addons/view/cheapemote
 
// Load this addon with: es_load cheapemote
 
// Thanks to Einlanzers, Mattie, Venjax, and Wonder for their work on the original script!
 
// All models included with CheapEmote are by Venjax. The original Emote can be found here:
// http://addons.eventscripts.com/addons/view/emote
 
 
// ***** Delay option *****
 
// Number of seconds to show emote icon
cheapemote_expiredelay 5
 
 
// ***** Sound options *****
 
// Number of seconds after triggering a sound a player must wait to trigger another sound
cheapemote_sound_delay 5
 
// Volume to play sounds (0.0 = no sound, 1.0 = full volume)
cheapemote_sound_volume 1
 
// Attenuation to use when playing sounds (0.0 = entire map, 1.0 = single player)
cheapemote_sound_attenuation 0
 
 
// ***** Icon/trigger options *****
 
// Use the following server command to add emote icons/triggers:
 
// cheapemote_addicon -"trigger"- -"icon path"- ["sound relative to ./sound/"]
 
// Each icon requires:
// ./materials/models/extras/-icon path-/speech_info.vmt
// ./materials/models/extras/-icon path-/speech_info.vtf
// ./models/extras/-icon path-/info_speech.dx80.vtx
// ./models/extras/-icon path-/info_speech.dx90.vtx
// ./models/extras/-icon path-/info_speech.mdl
// ./models/extras/-icon path-/info_speech.phy
// ./models/extras/-icon path-/info_speech.sw.vtx
// ./models/extras/-icon path-/info_speech.vvd
 
 
// Place your cheapemote_addicon commands below:
 
 
// Uncomment the following default options if you wish to use them:
 
// cheapemote_addicon "m!" "mbang"
// cheapemote_addicon ":)" "smile"
// cheapemote_addicon ":(" "frown"
// cheapemote_addicon "lol" "grin"
// cheapemote_addicon ":o" "ooh"
// cheapemote_addicon ":P" "ras"
 
 
// The following server command can be used to remove emote triggers:
 
// cheapemote_removeicon -"trigger"-
 
// Due to the fact emote icons/triggers can be added and removed above, this command will not be used by most users.


Please see the forum link below if you have questions or comments.

Installation

Install with:
es_install cheapemote
Load once for cheapemote.cfg to appear:
es_load cheapemote
Configure your options in cheapemote.cfg and then reload the addon.

Version Notes For 2 (Announce this update)

Updated on: 2008-08-13 17:07:43 EST by SuperDave
- Updated to cfglib
- Fixed Linux-compatibility issues(?)
( Previous Versions )