Every 5 rounds, after the boss wave, there is a difficulty increment. Initial difficulty has an impact on ZED’s special abilities for the first waves, but eventually they’ll get all of them. Starting from wave 6 and further, each wave gets a chance to turn into either “Outbreak” or “Special” wave.

What’s the maximum wave count in endless mode?

Due to Unreal Engine’s byte data type limitations, which is used to store wave count, the maximum possible wave in the Endless is actually 255. Should the players made it to this wave the game will be finished much like normal survival.

How are Zeds determined in endless mode Killing Floor 2?

Whether this wave will contain ZEDs of only one type or not depend on two random variables. First one rolls the dice at the beginning of each wave (odds above in “Chances for next wave to be a “Special” wave” table). If first value matches the RNG, there happening another, more complicated evaluation.

When do you roll the dice in endless mode?

First one rolls the dice at the beginning of each wave (odds above in “Chances for next wave to be a “Special” wave” table). If first value matches the RNG, there happening another, more complicated evaluation. Firstly game picks proper list (see below) of the ZEDs that can be deployed during this particular wave.

Every 5 rounds, after the boss wave, there is a difficulty increment. Initial difficulty has an impact on ZED’s special abilities for the first waves, but eventually they’ll get all of them. Starting from wave 6 and further, each wave gets a chance to turn into either “Outbreak” or “Special” wave.

Due to Unreal Engine’s byte data type limitations, which is used to store wave count, the maximum possible wave in the Endless is actually 255. Should the players made it to this wave the game will be finished much like normal survival.

Whether this wave will contain ZEDs of only one type or not depend on two random variables. First one rolls the dice at the beginning of each wave (odds above in “Chances for next wave to be a “Special” wave” table). If first value matches the RNG, there happening another, more complicated evaluation.

First one rolls the dice at the beginning of each wave (odds above in “Chances for next wave to be a “Special” wave” table). If first value matches the RNG, there happening another, more complicated evaluation. Firstly game picks proper list (see below) of the ZEDs that can be deployed during this particular wave.