Sei sulla pagina 1di 3

===========================================================================

ChickenMod v1.0.5.1
http://djeyl.net/chickenmod.php
http://joe.to/chicken.html
---------------------------------------------------------------------------
CONTENTS
- ABOUT
- REQUIREMENTS
- INSTALLATION
- USAGE
- CREDITS
---------------------------------------------------------------------------
ABOUT
This server addon will allow you to turn players into chickens.
You can do it either by individual player id, or by team.
You can change chickens gravity, maxspeed and initial health.
Initial health may be < 250 if health protection is activated, no limit
otherwise (but will not be correctly printed in-game).
You can make chickens glow (automatically selects the right colour from
team : blue or red), so that players know if they may shoot them or not.
Chickens can attack other players !
Damaged chickens make some feather.
Chickens can plant the bomb, and drop their he grenade like an egg.
HE grenades and bombs from chickens have a custom model.
---------------------------------------------------------------------------
REQUIREMENTS
This is a MetaMod plugin, so you'll have to install MetaMod before using
it. As it also has an AdminMod plugin interface, it requires AdminMod to
be installed on your server.
AdminMod installs MetaMod itself, so you just have to make sure you have
it installed (please refer to http://www.adminmod.org/ for download and/or
help).
---------------------------------------------------------------------------
INSTALLATION
Unzip this file in your mod's directory ("cstrike" for example).
It will create some files in dlls, sound/misc and models directories.
You also have a "source" directory, that you can delete or move out,
since ChickenMod doesn't need its own source files to work.
You can also remove this readme file and the changelog one.
Now edit your metamod.ini (the file where metamod plugins are declared)
(there should be at least a line for AdminMod) ; add the following two
lines :
win32 dlls/chicken_mm.dll
linux dlls/chicken_mm_i386.so
(you can add only the line for your OS).
Then edit your plugin.ini (adminmod plugins declaration) and add :
- if you're under linux :
dlls/plugin_chicken_l.amx
- if you're under windows :
dlls/plugin_chicken.amx
Restart your server ; enjoy !
---------------------------------------------------------------------------
USAGE
* From server console :
* command :
c_chicken [ # id | "name" | @ "team" ]
examples :
c_chicken @ CT (this will make all CT as chicken)
c_chicken (this will make all players as chicken)
* cvars :
c_glow < 0 | 1 >
sets whether chickens glow ; default = 1
c_gravity < number >
sets chickens gravity ; default = 50
c_health < number >
sets chickens initial health ; default = 250
c_maxspeed < number >
sets chickens maxspeed, 0 to get max maxspeed ; default = 240
c_bomb < 0 | 1 >
sets whether chickens can plant the bomb
c_egg <0 | 1 >
sets whether chickens can drop their he grenade
c_alive
keeps number of alive chickens
c_chickens
keeps number of chickenized players
* From player console with AdminMod plugin ; required admin access = 8192
admin_chicken <target>: chicken-fy target
admin_unchicken <target>: unchicken-fy target
admin_chickenteam <#>: chicken-fy team (1 = Terrorists, 2 = Counter-Terr
orists)
admin_unchickenteam <#>: unchicken-fy team (1 = Terrorists, 2 = Counter-
Terrorists)
admin_unchickenall: unchicken-fy all players
admin_chicken_glow <0/1>: prints / sets chickens glowing off or on
admin_chicken_hprotect <0/1>: prints / sets chickens health protection
admin_chicken_egg <0/1>: prints / sets chickens ability to drop he grena
des as eggs
admin_chicken_bomb <0/1>: prints / sets chickens ability to plant the bo
mb
admin_chicken_health <#>: prints / sets chickens health
admin_chicken_gravity <#>: prints / sets chickens gravity (% of normal)
admin_chicken_maxspeed <#>: prints / sets chickens maxspeed (0 for max)
---------------------------------------------------------------------------
CREDITS
Original idea & coding by ConiX - http://www.joe.to/chicken.html
AdminMod Plugin additions by Whizzer & SSTUMPER@aol.com
Now coding by OLO & dJeyL
AdminMod plugin by [DsV]T(+)rget & dJeyL
Chicken Bomb Model by 'Furious George'
===========================================================================

Potrebbero piacerti anche