Evie Addon Details

Watch - Add Favorite

Description

This addon is made for hosties servers, it helps a lot to manage your servers, and reduces the need for admins 24/7!

features include

  • Last Request -
      [*]Chicken Fight - Player must jump on other players head
    • Knife fight - we all know what it is
    • Deagle Toss - player has to try to toss a deagle farther than the other player
    • Shot For Shot - Self Explanatory
    • Race - Self Explanatory
    • Western Shootout - Players take 10 paces and shoot
    • Option to disable any Last Request
    • Variable to specify how little T's there must be for last request
  • Announce when a rebel is killed
  • Announce when a player becomes a rebel
  • Restrict weapons
  • Stop cts from lining up T's and killing them
  • Maximum amount of non rebel kills per round (for CTs)
  • T starting weapons
  • CT starting weapons
  • Punishments for too many non rebel kills are
      [*]Take hp
    • Kick
    • Slay
    • Strip Weapons
  • Option to allow a T to kill a CT if he/she jumps on the T's head
  • Control
      [*]All control options can be done with, or without simon says
    • Allows you to control non rebelling terrorists and they have x amount of seconds to complete the task
    • Jump
    • Rotate 180 degrees
    • Crouch
    • Crouch Jump
    • Completed players will turn a certain color, and people who don't complete will turn into rebels (Only with simon says)
    • Oral, and visual commands (A sound will be played telling the command, and it will appear in chat)

For the config, just open up hosties.py using right click open with notepad, here's the config

// The max amount of T's for people to be able to use !lr
min_players_for_lr 2
 
// Whether or not to announce when a player can use the !lr command
hosties_announce_lr_available 0
 
// Whether or not to announce when a rebel is killed
announce_rebel_killed 1
 
// The punishment for killing too many innocent hosties per round
// Options are
// stripweapons
// takehp
// slay
// kick
// maket
// ban
// The format of the command is hosties_addpunishment
hosties_addpunishment 2 takehp15
hosties_addpunishment 3 stripweapons
hosties_addpunishment 4 maket5
 
// Whether or not to announce when a player is rebelling
announce_turn_into_rebel 1
 
// How many innocent T's a player can kill before punished (in 1.5 seconds, like a CT lines up T\'s then kills them, same options as too many non rebel killed
max_innocent_kills_per_3_seconds 3
 
// Punishement, same as too many non rebels killed
too_high_kps_punishment kick
 
// Unrestricted CT weapons
unrestricted_ct_weapons m4a1,deagle,famas,aug,tmp,knife,vesthelm,vest,nvgs
 
// Unrestricted T weapons, ones that they can pick up. Not buy
unrestricted_t_weapons m4a1,deagle,famas,aug,tmp,knife,vesthelm,vest,nvgs
 
// Weapons given to t's on start
t_start_weapons deagle,knife
 
// Weapons given to ct's on start
ct_start_weapons deagle,m4a1
 
// Whether or not to beacon on last request
beacon_on_lr 1
 
// Whether or not T's can kill CT's for jumping on their heads
allow_to_kill_for_jumping_on_head 1
 
// Whether or not to strip players weapons on round end
strip_weapons_on_round_end 0
 
// The RBG color that rebels are turned into, 255,255,255,255 is default
hosties_rebel_color 255,255,255,255
 
// Add all hosties rules/descriptions of how to play here!
hosties_rule CTs can only kill rebelling Ts
hosties_rule CTs must give Ts a warning before killing
hosties_rule CTs can't give Ts guns and then kill them
hosties_rule Ts can kill CTs for jumping on their heads
hosties_rule When there's only 2 Ts left, Ts can have a LR
hosties_rule Ts can type !lr to get their last request
hosties_rule CTs cannot hurt Ts without warning
hosties_rule CTs can't ask Ts to do something that will kill them
 
// Announce when a CT hurts a t, valid options are tell = just tell the hurt player, msg = tell the whole server, 0 = tell no one
hosties_announce_ct_hurt_t 0
 
// Whether or not T's become rebel when they hurt a CT
// If it's 0, they'll become rebels when they kill a CT while not on LR
hosties_rebel_on_hurt 0
 
// Whether or not to show the rules menu to a player when he/she joins
hosties_show_rules_on_join 1
 
// Whether or not to end the round at 0:00 since some maps don't do it automatically
hosties_end_round_at_round_end_time 1
 
// Whether or not to make T's red and Ct's blue during lr
hosties_change_lr_colors 0
 
// After how many rounds the teams are swapped, 0 is disabled
hosties_round_swap_teams 0
 
// Whether or not to teleport the T and the CT during Last request to a designated map area after three seconds after initiation.
// If 1, and it's either gun toss, or s4s and there's a map point designated, they will be teled there
hosties_teleport_to_designated_areas_for_lr 1
 
// Whether or not to use the check won on the chicken fight, it's not perfect
hosties_enable_chicken_fight_won 1
 
// Enabled LR Requests
// Options are
// Race
// CF - Chicken Fight
// KF - Knife Fight
// S4S - Shot For Shot
// GT - Gun Toss
// WS - Western Shootout
hosties_enabled_lrs Race,CF,KF,S4S,GT,WS
 
// Whether or not a CT has to accept an LR with a rebel. If the T isn't a rebel, the accept LR menu won't be shown
hosties_make_ct_accept_lr_with_rebel 1
 
// Whether or not to stop a player from dropping their deagle more than once when they are chosen for GT
hosties_stop_double_drop 1
 
// Commands which players can use
hosties_commands !lr,!rules,!checkplayers,!commands,!hosties,!setpoints,!wspoint
 
// Whether or not say commands will be silent
hosties_silent_commands 1
 
// Add menu popup punishments here
// Valid options of punishment that players can chose are
// Forgive
// Slaphealth
// Burn
// Freeze
// Slay
// Syntax is hosties_add_menu_punishment
// Split all punishments with a comma
// These punishments are based on per player kills, if a player kills a specific innocent player say 5 times in a row, you can punish them
hosties_add_menu_punishment 2 Forgive,Slaphealth10
hosties_add_menu_punishment 3 Forgive,Slaphealth25,Freeze10
hosties_add_menu_punishment 4 Forgive,Slaphealth50,Freeze20,Burn
hosties_add_menu_punishment 5 Forgive,Slaphealth99,Freeze40,Burn,Slay
 
// How long a T has to obey a command given via menu by a controller
hosties_control_command_time 10
 
// The color of the controller
hosties_controller_color 255,128,0,0
 
// The color a player will turn when they complete a simon says task
hosties_simon_says_completed_color 255,0,255,0


NOTE: Only requires EST for the optional beacon, 'cause the beacon for ES kinda sucks, imo

Installation

Extract all files to cstrike/ directory
Edit the config in hosties.py to your liking
Add es_load hosties to your autoexec.cfg
Restart your server

Version Notes For 2.1 (Announce this update)

Updated on: 2008-11-17 18:44:23 EST by bonbon
Fixed the deagle laser
Fixed Western Shootout
Couldn't find any problems with sound, I even deleted C:/program files/steam/steam apps/bonbon/cstrike/sound/hosties and re downloaded the sounds, and they worked
( Previous Versions )