From 21a6637c63c5e93531e55e271f6bfabb255a1b80 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Tue, 24 Jul 2018 00:08:55 +0200 Subject: [PATCH] Change parameters - No point reduction when you lose the round - 50 base points at the end of the round - If you lose a round, you only get 15% of that base --- lua/autorun/server/pointsaving_mapstats.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/autorun/server/pointsaving_mapstats.lua b/lua/autorun/server/pointsaving_mapstats.lua index 3802439..0d29b0c 100644 --- a/lua/autorun/server/pointsaving_mapstats.lua +++ b/lua/autorun/server/pointsaving_mapstats.lua @@ -6,9 +6,9 @@ local settings = { JackpotMax = 2500, JackpotMultiplier = 1.1, MinimumRounds = 5, - EndroundPoints = 10, -- Points to give at the end of the round (Jackpot gets added to the points the players get) - ZombiePointsFactor = 0.5, -- Factor of points zombies get of the points payout after round end - LosePointReduction = 0.85 -- Factor of points that gets taken away from players who lost + EndroundPoints = 50, -- Points to give at the end of the round (Jackpot gets added to the points the players get) + ZombiePointsFactor = 0.15, -- Factor of points zombies get of the points payout after round end + LosePointReduction = 0.0 -- Factor of points that gets taken away from players who lost } -- Grab the data from the file about the map.