Evie Addon Details

Watch - Add Favorite

Knife Arena - Version 2.0.0

posted on 2007-04-27 17:57:48
by [NATO]Hunter
3
w00ts
w00t!
Requires: Tags: css gameplay mod weapons

Description

Knife Arena Addon

This ScriptAddon requires Mattie's Eventscripts v2.0.0.247 or higher!

Description:
This scriptaddon will change your server into a big 1on1 KnifeArena.
Random and endless 1on1 knife fights.

Features:
* You can adjust the health that is given to fighters.
* You can give each player a limit of respawns.
* You can setup a timelimit for each knife fight.
* Does not need a keygroup that stores the teleport destinations.
* !watch and !fight commands for players.

Requirements:
* Mattie Eventscripts (2.0.0.247 +)
* awuh0's ES_Tools (0.418 +)

Installation:
* Extract the file into your folder and upload the files
* Add the config to your server.cfg:
// Is there a limit on how often a player can respawn? ( 0 = off | >0 = limit )
knife_arena_limit 0
 
// Whats the time limit of 1vs1 fights?
knife_arena_timelimit 30
 
// The start health of players in a fight
knife_arena_health 100

* Add this to your autoexec.cfg (after Auth):
es_load knife_arena

* Use the following recommended settings:
mp_freezetime 0
mp_roundtime 9
mp_startmoney 0
 
bot_quota 10
bot_quota_mode fill
bot_difficulty 3
bot_chatter off
bot_join_after_player 0
bot_knives_only

* Restart your server

Official Maplist:
kf_hall1
kf_field1
kf_airglass1

Mapping-Information:
* The teleport destinations are just info_target's and named [n]_ka_t and [n]_ka_ct. There [n] is the number of the area.
* The teleport destinations have to be counted up from 1. Do not skip a number!
* The spawn room and each area should not be reachable from any other area.
* The script does all the teleport handling itself. You just have to use the info_target's and the playerspawn-entities.
* You should use Player Clips around the areas to stop players jumping/going outside.
* You have to do the most part of the Navigation File yourself, because the areas can't be reached from spawn.
* I also recommend that you pack all the materials/textures and at least the navigation file into the map, to avoid problems if they are lost.

Videos:
* http://youtube.com/watch?v=SDy5qBHqr5U
* http://youtube.com/watch?v=XCZBIH631wU

Have Fun :)

Make a Donation (powered by PayPal)

Greets
Hunter

Version Notes For 2.0.0 (Announce this update)

Updated on: 2008-02-11 17:11:41 EST
Fixed issue with knife_arena_limit not working
( Previous Versions )