-
Notifications
You must be signed in to change notification settings - Fork 36
Torch Relay
thomas edited this page Sep 15, 2016
·
6 revisions
This plugin allows players to vote and warden to set next round to torch relay.
On Round start after 10 sec (default) one random player gets burned. he got more speed but lose hp. The torch must knife an other player to burn him & extinguish himself. The old torch is immune to be torch against until an other player war the torch. Round end when a player dies as torch.
Commands
sm_torch - Allows players to vote for a torch
sm_settorch - Allows the Admin or warden to set torch as next round
set your own custom command. take a look at "sm_torch_cmds_***"
ConVars
sm_torch_version - Shows the version of the SourceMod plugin MyJailbreak - torch
sm_torch_enable: 0 - disabled, 1 - enable the torch plugin. Default 1
sm_torch_setw: 0 - disabled, 1 - allow warden to set next round torch. Default 1
sm_torch_seta: 0 - disabled, 1 - allow Admin to set next round torch round. Default 1
sm_torch_flag: Set flag for admin/vip to set this Event Day. Default g
sm_torch_vote: 0 - disabled, 1 - allow player to vote for torch. Default 1
sm_torch_spawn: 0 - teleport Ts to CT and freeze, 1 - open cell doors an get weapons. Default 0
sm_torch_rounds: Rounds to play in a row
sm_torch_roundtime - Roundtime for a single torch round in minutes. Default 5
sm_torch_trucetime - Time in seconds damage is disbaled. Default 15
sm_torch_cooldown_start - Rounds until event can be start after mapchange. Default 3
sm_torch_cooldown_day - Rounds until event can be started again. Default 3
sm_torch_cooldown_admin: 0 - disabled, 1 - ignore the cooldown when admin/vip set torch round
sm_torch_overlays_enable: 0 - disabled, 1 - enable overlays. Default 1
sm_torch_overlays_start: Path to the start Overlay DONT TYPE .vmt or .vft. Default "overlays/MyJailbreak/start"
sm_torch_trucetime: Time in seconds players can't deal damage. Default 10
sm_torch_wallhack - 0 - disabled, 1 - enable wallhack for the torch to find enemeys
sm_torch_stayoverlay: 0 - overlays will removed after 3sec. , 1 - overlays will stay until untorch. Default 1
sm_torch_sounds_enable: 0 - disabled, 1 - enable sounds. Default 1
sm_torch_sounds_start: Path to the soundfile which should be played for a start. Default "music/MyJailbreak/burn.mp3"
sm_torch_sounds_torch: Path to the soundfile which should be played on torch. Default "music/MyJailbreak/fire.mp3"
sm_torch_sounds_untorch: Path to the soundfile which should be played on untorch. Default "music/MyJailbreak/water.mp3"
sm_torch_sprint_enable: 0 - disabled, 1 - enable ShortSprint. Default 1
sm_torch_sprint_button: 0 - disabled, 1 - enable +use button support. Default 1
sm_torch_sprint_cooldown: Time in seconds the player must wait for the next sprint. Default 10
sm_torch_sprint_speed: Ratio for how fast the player will sprint. Default 1.25
sm_torch_sprint_time: Time in seconds the player will sprint. Default 3.0
sm_torch_cmds_vote - Set your custom chat command for Event voting(!torch (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)) Default tor
sm_torch_cmds_set - Set your custom chat command for set Event(!settorch (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)) Default stor storch
Files
/addons/sourcemod/plugins/MyJailbreak/torch.smx
/addons/sourcemod/scripting/MyJailbreak/torch.sp
/addons/sourcemod/translation/MyJailbreak.Torch.phrases.txt
coded with free software