From 2d771b8dae97f9144ebbdb7ef65146a1e7951a54 Mon Sep 17 00:00:00 2001 From: Jackz Date: Mon, 28 Sep 2020 17:13:29 -0500 Subject: [PATCH] again, update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26b3cb..daa6d19 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ Simple plugin that prevents a player that is being vote-kicked from doing any ff ### l4d2_ff_test More of a joke plugin, it will prevent a player from picking up a m60 if their friendly fire count or damage is over a certain threshold (Hardcoded as 5 and 35 respectively) + +It also can modify the FF damage done to the victim, and redirect on a scale back to the attacker * **Convars:** * `sm_redirect_ff_scale <#.#>` - The redirected damage back to attacker. 0.0 -> OFF | 1 -> All damage. Minimum 0.0 - * `sm_victim_ff_scale <0.0-1.0>` - This is mulitplied by the damage the victim will receive. 0 -> No damage, 1 -> All damage + * `sm_victim_ff_scale <0.0-1.0>` - This is multiplied by the damage the victim will receive. 0 -> No damage, 1 -> All damage * **Commands:** * `sm_view_ff` - View the ff damage and count of all players @@ -94,7 +96,7 @@ Another joke plugin, with it configured, a victim will have a % chance their sho * `troll_shot_mode <0/1>` - 0 -> ALL Weapons, 1 -> AWP ### l4d2_avoid_minigun -Makes the bots avoid standing infront/on top of the player that is using a minigun. It checks every 2.0 seconds if they are infront, then tells them to move to behind you. There is no configuration, all automatic. +Makes the bots avoid standing in front of or on top of the player that is using a minigun. It checks every 2.0 seconds if they are in the way, then forces them to move to behind you. There is no configuration, all automatic. ### l4d2_ai_minigun Allows you to spawn a holdout type bot. This bot will spawn with a minigun, like louis in the passing. Supports all 8 characters. @@ -102,6 +104,8 @@ Technically it is louis using minigun with a model change, but it works fine. **Notes:** Sometimes bill model fails to spawn in, and is just invisible. Also, the minigun holdout bot has to internally be Louis, so it will be louis making sounds, but whatever model specified shown. This doesn't apply for normal holdout bot. +Currently not working with the Last Stand update + * **Commands:** * `sm_ai_minigun ` - Spawns an ai bot with minigun infront of wherever you are looking. Can also use numbers (0-7). * `sm_ai_holdout ` - Spawns a normal ai holdout bot (no minigun), with ak47 w/ laser sight. \ No newline at end of file