Picks one player on each team the team must protect to survive. Can also be used to create a VIP on only one team, with full support for as_ maps. Requires [url=http://addons.eventscripts.com/addons/view/ezrestrict]EZRestrict[/url] for weapon restrictions and ES 2.0.0.248+
You can find [url=http://addons.eventscripts.com/addons/view/ezrestrict]EZRestrict[/url] here: [url]http://addons.eventscripts.com/addons/view/ezrestrict[/url]
Options:[syntax="es"]// DoubleVIP release 5 options
// ./addons/eventscripts/doublevip/doublevip.cfg
// http://addons.eventscripts.com/addons/view/doublevip
// Load this addon with: es_load doublevip
// To configure language settings for DoubleVIP please see doublevip_languages.ini
// This addon is compatible with VIP maps (maps designed for VIP Mod).
// This addon requires EZRestrict loaded if any weapons are restricted. EZRestrict can be found here:
// http://addons.eventscripts.com/addons/view/ezrestrict
// ***** General VIP options *****
// Starting health of VIPs
doublevip_vip_health 250
// 0 = all players have an equal chance of becoming VIP, 1 = human players will be preferred for VIP
doublevip_bot_avoid 1
// Speed of VIP bots from 0 (half speed) to 5 (full speed)
doublevip_bot_speed 4
// ***** VIP weapon options *****
// 0 = VIPs are allowed primary weapons, 1 = VIPs will be restricted from primary weapons
doublevip_vip_restrict_primary 1
// 0 = VIPs are allowed secondary weapons, 1 = VIPs will be restricted from secondary weapons
doublevip_vip_restrict_secondary 0
// 0 = VIPs are allowed grenades, 1 = VIPs will be restricted from grenades
doublevip_vip_restrict_grenades 0
// 0 = VIPs will drop restricted weapons, 1 = restrcited weapons picked up by a VIP will be removed
doublevip_vip_restrict_remove 0
// ***** VIP color options *****
// Normal color can be achieved by setting all color options to 255.
// Transparency of VIPs from 0 (invisible) to 255 (opaque/no change)
doublevip_vip_transparency 75
// Intensity of red for terrorist VIP (0-255)
doublevip_vip_color_t_red 200
// Intensity of green for terrorist VIP (0-255)
doublevip_vip_color_t_green 0
// Intensity of blue for terrorist VIP (0-255)
doublevip_vip_color_t_blue 0
// Intensity of red for counter-terrorist VIP (0-255)
doublevip_vip_color_ct_red 0
// Intensity of green for counter-terrorist VIP (0-255)
doublevip_vip_color_ct_green 0
// Intensity of blue for counter-terrorist VIP (0-255)
doublevip_vip_color_ct_blue 200
// ***** Miscellaneous option *****
// 0 = no change, 1 = map objectives will be removed (does not remove VIP escape zones)
doublevip_removeobjectives 1
// Number of seconds between checking for escaped VIPs (assassination maps only)--set to 0 to eliminate
doublevip_escapecheck 1.5
// Note: DoubleVIP must be loaded when the map starts to recognize escape zones.
// 0 = one VIP per team, 1 = only terrorists have a VIP, 2 = only counter-terrorists have a VIP
doublevip_singlevip 0
// ***** Announcement options *****
// 0 = no change, 1 = announce addon objectives to players at round start with a hud hint
doublevip_announce_hud 1
// 0 = no change, 1 = announce to players when they are picked to be a VIP in chat area, 2 = announce to team members when a player is picked to be a VIP in chat area, 3 = announce to all players when a player is picked to be a VIP in chat area
doublevip_announce_chat 0
// 0 = no change, 1 = announce to players when they are picked to be a VIP in center text, 2 = announce to team members when a player is picked to be a VIP in center text
doublevip_announce_center 1
// 0 = no change, 1 = announce to player when they are picked to be a VIP on the console, 2 = announce to team members when a player is picked to be a VIP on the console, 3 = announce to all players when a player is picked to be a VIP on the console
doublevip_announce_console 2
// ***** Event documentation *****
// The following events will fire when DoubleVIP is loaded:
// vip_escaped
// - Default Valve event, only fires for first VIP to escape
// event_var(userid) - VIP who escaped
// vip_picked
// event_var(userid) - Player picked to be a VIP
// event_var(team) - Team number of VIP
// vip_killed
// - Default Valve event
// event_var(userid) - VIP who was killed
// event_var(attacker) - Player who killed the VIP
// These events also provide event_var(es_steamid), event_var(es_username), and all the other event_vars that accompany
// event_var(userid). More information can be found here: http://www.eventscripts.com/pages/Extended_event_variables[/syntax]
Please see the forum link below for more translations or if you have a translation to add. Please also post general questions or comments.
Installation
Install with:[syntax="es"]es_install doublevip[/syntax]Load once for [b]doublevip.cfg[/b] to appear:[syntax="es"]es_load doublevip[/syntax]Configure your options in [b]doublevip.cfg[/b] and then reload the addon.
Version Notes For 5
Updated on: 2008-09-15 01:42:07 EST by SuperDave (View Zip Contents)
- Fixed an error with VIP alpha not being reset
- Removed some debug messages accidentally left in the previous release