From 226fdc44370ec34d5a60740e6849da877d0de814 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Wed, 13 Oct 2021 00:10:21 +0200 Subject: [PATCH] Updating MMM, thank you for the help, z411 --- gamemodes-server.cfg | 2 +- qcsrc/common/gamemodes/gamemode/mmm/sv_mmm.qc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 7f577325b..f2a307eab 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -583,7 +583,7 @@ set g_mmm_reward_civilian 1 "give a point to all civilian players if the round t set g_mmm_warmup 10 "how long the players will have time to run around the map before the round starts" set g_mmm_round_timelimit 180 "round time limit in seconds" set g_mmm_max_karma_points 1000 "limit of maximum number of karma points will have in the server" -set g_mmm_min_karma_points 400 "limit where number of karma points can be reached when are being decreased" +set g_mmm_min_karma_points 550 "limit where number of karma points can be reached when are being decreased" set g_mmm_karma_bankick_tool 1 "tool for strict rules when karma is low: '0' nothing does, '1' forces player to spec, '2' kicks player, '3' bans player" set g_mmm_karma_bantime 1800 "number of seconds to ban someone with very low karma" set g_mmm_karma_damageactive 1 "enable karma damage rule. If a player's karma is low, they will not do as much damage as a player who has high or full karma" diff --git a/qcsrc/common/gamemodes/gamemode/mmm/sv_mmm.qc b/qcsrc/common/gamemodes/gamemode/mmm/sv_mmm.qc index 906018211..ba391d8af 100644 --- a/qcsrc/common/gamemodes/gamemode/mmm/sv_mmm.qc +++ b/qcsrc/common/gamemodes/gamemode/mmm/sv_mmm.qc @@ -8,7 +8,7 @@ bool autocvar_g_mmm_punish_teamkill = false; bool autocvar_g_mmm_reward_civilian = true; bool autocvar_g_mmm_reward_detective = true; //detective reward if investigated corpses float autocvar_g_mmm_max_karma_points = 1000; //LegendGuard sets Karma points 21-02-2021 -float autocvar_g_mmm_min_karma_points = 500; +float autocvar_g_mmm_min_karma_points = 550; int autocvar_g_mmm_karma_bankick_tool = 1; //LegendGuard sets a ban tool for server admins 11-03-2021 float autocvar_g_mmm_karma_bantime = 1800; //karma ban seconds bool autocvar_g_mmm_karma_damageactive = true; //LegendGuard sets Karma damage setting if active 20-03-2021 -- 2.39.2