Post: Zombies Speed run code? Run more than normal Sprinters
02-09-2016, 10:23 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I can't find the code that make zombies run more fast then the normal sprint :/, anyone knows?
02-10-2016, 12:30 AM #2
BullyWiiPlaza
Climbing up the ladder
Originally posted by Guilhermex12 View Post
I can't find the code that make zombies run more fast then the normal sprint :/, anyone knows?

It's called bus-chasing Zombies:
You must login or register to view this content.
02-10-2016, 03:20 AM #3
Originally posted by BullyWiiPlaza View Post
It's called bus-chasing Zombies:
You must login or register to view this content.


I talking about and speed between ChasingBus and Sprinting zombies :P
Faster than sprint and lower then chasin bus, but do you know if i can activate the chasing bus speed in other maps?
02-10-2016, 10:56 AM #4
BullyWiiPlaza
Climbing up the ladder
Originally posted by Guilhermex12 View Post
I talking about and speed between ChasingBus and Sprinting zombies :P
Faster than sprint and lower then chasin bus, but do you know if i can activate the chasing bus speed in other maps?

    set_zombie_var( "zombie_move_speed_multiplier", 	  8,	false,	column );	//	Multiply by the round number to give the base speed value.  0-40 = walk, 41-70 = run, 71+ = sprint

    if( level.gamedifficulty == 0 ) //easy
{
level.zombie_move_speed = level.round_number * level.zombie_vars["zombie_move_speed_multiplier_easy"];
}
else //normal
{
level.zombie_move_speed = level.round_number * level.zombie_vars["zombie_move_speed_multiplier"];
}

Bus-chasing works on every Green Run map (e.g. Town and Farm included, not only TranZit). I don't know about other (DLC) maps but it could work also
02-10-2016, 06:49 PM #5
Yes i know, i trying to make it works in all maps

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo