Skip to content

DuckHunt

thomas edited this page Sep 15, 2016 · 11 revisions

This plugin allows players to vote and warden to set next round to duckhunt.
T are Chicken in Thirdperson. After trucetime the cells open and T got HE grenade but only secondary Attack! CT as heavy with nova .

Commands

sm_duckhunt - Allows players to vote for a duckhunt
sm_setduckhunt - Allows the Admin or warden to set duckhunt as next round
+drop (drop weapon) - toggle fly and walk for ducks when sm_duckhunt_flymode 1
  
set your own custom command. take a look at "sm_duckhunt_cmds_***"

ConVars

sm_duckhunt_version - Shows the version of the SourceMod plugin MyJailbreak - duckhunt
sm_duckhunt_cmds_vote - Set your custom chat command for Event voting(!duckhunt (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
sm_duckhunt_cmds_set - Set your custom chat command for set Event(!setduckhunt (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
sm_duckhunt_setw: 0 - disabled, 1 - allow warden to set next round ffa. Default 1
sm_duckhunt_seta: 0 - disabled, 1 - allow Admin to set next round ffa round. Default 1
sm_duckhunt_flag: Set flag for admin/vip to set this Event Day. Default g
sm_duckhunt_vote: 0 - disabled, 1 - allow player to vote for ffa. Default 1
sm_duckhunt_enable: 0 - disabled, 1 - enable the duckhunt plugin. Default 1
sm_duckhunt_rounds: Rounds to play in a row
sm_duckhunt_flymode - 0 - Low gravity (old way), 1 - 'Flymode' (like a slow noclip with clipping). Bit difficult
sm_duckhunt_allow_lr - enable, Last Request on last round
sm_duckhunt_roundtime - Roundtime for a single duckhunt round in minutes. Default 5
sm_duckhunt_beacon_time - Time in seconds until the beacon turned on (set to 0 to disable)
sm_duckhunt_trucetime - Time in seconds damage is disbaled. Default 15
sm_duckhunt_hunter_hp - HP the hunters got on Spawn
sm_duckhunt_hunter_hp_extra - HP the Hunter get additional per extra duck
sm_duckhunt_chicken_hp - HP the chicken got on Spawn
sm_duckhunt_trucetime - Time in seconds until cells open / players can't deal damage
sm_duckhunt_cooldown_start - Rounds until event can be start after mapchange. Default 3
sm_duckhunt_cooldown_day - Rounds until event can be started again. Default 3
sm_duckhunt_sounds_enable: 0 - disabled, 1 - enable sounds. Default 1
sm_duckhunt_sounds_start: Path to the soundfile which should be played on start. Default "music/MyJailbreak/start.mp3"
sm_duckhunt_overlays_enable: 0 - disabled, 1 - enable start overlay. Default 1
sm_duckhunt_overlays_start: Path to the start Overlay DONT TYPE .vmt or .vft. Default "overlays/MyJailbreak/start"

Files

/addons/sourcemod/plugins/MyJailbreak/duckhunt.smx
/addons/sourcemod/scripting/MyJailbreak/duckhunt.sp
/addons/sourcemod/translation/MyJailbreak.DuckHunt.phrases.txt

Clone this wiki locally