UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch
broken avatar :(

nugget850

Posts
15
Respect
6
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
September 18, 2016, 11:58:00 pm
Posts
15 (0.005 per day)
Last Active
December 08, 2020, 05:19:35 pm

Forum Profile

Profile Link
Country
us
Local Time
April 27, 2024, 06:31:44 pm
I found this in the _zm.gsc

[code]function get_zombie_count_for_round( n_round, n_player_count )
{
   max = level.zombie_vars["zombie_max_ai"];

   multiplier = n_round / 5;
   if( multiplier < 1 )
   {
      multiplier = 1;
   }

   // After...
7 years ago
Doesn't that just change the maximum amount of zombies that can be alive at one time? I'm looking for something that will only spawn 24 zombies per round.
7 years ago
Is there a way I can change the amount of zombies that spawn per round? My map is pretty small and I would like the classic amount of zombies per round from World at War.
7 years ago
Go into the weapon file and search "tracer." That's the bullet trails. I'm pretty we only have access to smg trails at the moment, so just type "smg" for the tracer type, "smg_enemy" for enemy tracer type, and "smg_uw" for underwater tracer type.
7 years ago
This might be a dumb question to ask, but have you ticked the "ADS" option in the weapon file?
7 years ago
Loading ...