Evie Addon Details

Watch - Add Favorite

awesomeTracer - Version 1.00

posted on 2008-07-06 01:42:55
by deathx9
11
w00ts
w00t!
Requires: Tags: bullet colors css tracers weapon weapons

Description

awesomeTracer is a weapon/bullet tracer addon written in EventScripts Python.

It can be set to have team-coloured tracers (ie. Terrorist tracers will be red, CT tracers will be blue), or user-selected tracers.
If user-selected, a player can type !tracer or !laser in chat to change their tracer colour to one of seven different colours ([default]red,green,blue,yellow,purple,white and orange).

Installation

Extract the zip into your mod directory [eg. /cstrike] and add the following line to your /cfg/autoexec.cfg file ::
es_load atracer


If you wish, you can edit the options by opening the atracer.py file and editing the top part ::
#############################
#####- EDIT BELOW HERE -#####
 
## How long the tracers will stay (in seconds) | DEFAULT = 0.7 ##
at_duration = 0.7
 
## Set to one to make team coloured tracers, set to 0 for user-defined | DEFAULT = 0 [not team colours] ##
at_team_colours = 0
 
###- BUT NOT BELOW HERE! -###
#############################

Version Notes For 1.00

Updated on: 2008-07-06 01:42:55 EST
Released to public.
( Previous Versions )