Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Aportical SOLVED
Can someone please help me out. i want to know how to change the settings of the zombies (not the player) like the health for the zombies or the speed they run at or the number of zombies that spawn is at the same time. Sorry for my bad English ;)
ModmeBot:
Reply By: mathfag For health idk but here's what I have
also your english is good
ModmeBot:
Reply By: Aportical
mathfag For health idk but here's what I have //Difficulty Setup by Ardivee - Comment out if you want normal settings difficulty = 1; column = int(difficulty) + 1; zombie_utility::set_zombie_var( "zombie_spawn_delay", 1.0, true, column ); zombie_utility::set_zombie_var( "zombie_new_runner_interval", 10, false, column ); zombie_utility::set_zombie_var( "zombie_move_speed_multiplier", 18, false, column ); zombie_utility::set_zombie_var( "zombie_move_speed_multiplier_easy", 18, false, column ); zombie_utility::set_zombie_var( "zombie_max_ai", 32, false, column ); //zombie_utility::set_zombie_var( "zombie_ai_per_player", 6, false, column ); also your english is good
Thank you! you saved my map
ModmeBot:
Reply By: TheRipppa is there an explanation for the number variable's somewhere, and what is the hardest difficultly?
ModmeBot:
Reply By: mathfag
TheRipppa is there an explanation for the number variable's somewhere, and what is the hardest difficultly? //Difficulty Setup by Ardivee - Comment out if you want normal settings difficulty = 1; column = int(difficulty) + 1; zombie_utility::set_zombie_var( "zombie_spawn_delay", 1.0, true, column ); zombie_utility::set_zombie_var( "zombie_new_runner_interval", 10, false, column ); zombie_utility::set_zombie_var( "zombie_move_speed_multiplier", 18, false, column ); zombie_utility::set_zombie_var( "zombie_move_speed_multiplier_easy", 18, false, column ); zombie_utility::set_zombie_var( "zombie_max_ai", 32, false, column ); //zombie_utility::set_zombie_var( "zombie_ai_per_player", 6, false, column );