Hi there Guest,  
Sign in here: Login through Steam



  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Survival revival.

#5
(03-08-2018, 08:18 PM)TJ1524 Wrote:  I would rather it have the time to complete rounds scaled down a lot. Those 30 minute rounds after wave 24? Going to be 40 minutes each now with the same rarity of drops.

It's actually scaled based on player count on top of round count.

Code:
self.MaxEnemies = math.Round((self.Round * 0.75) * (math.Round(table.Count(self:GetPlayers()) * 2)));

Health too:

Code:
local mhealth =  math.max(((self.Round - 1) * 8) + (table.Count(self:GetPlayers()) * 11), 75);

Survive already supports fewer player counts, but I'm not quite sure the above formulas for scaling (been in since day 1) are good enough for lower counts.
Find
Reply



Messages In This Thread
Survival revival. - Jerk Butt - 03-08-2018, 04:57 PM
RE: Survival revival. - cheny bedeney - 03-08-2018, 06:11 PM
RE: Survival revival. - TJ1524 - 03-08-2018, 08:18 PM
RE: Survival revival. - Brassx - 03-09-2018, 01:40 AM

Forum Jump:


Users browsing this thread:
4 Guest(s)