Left 4 Dead 2

Left 4 Dead 2

Special Infected Synchronization (Competitive)
正在显示第 131 - 135 项,共 135 项条目
< 1 ... 12  13  14 >
更新于:2023 年 8 月 5 日 上午 5:02

Changes
  • Added more command variables which were listed in `gamemodes.txt` underneath "versus" to make the special infected function more like how they behave in Versus mode.
  • Changed the `PreferedSpecialDirection` from `SPAWN_SPECIALS_IN_FRONT_OF_SURVIVORS` to `SPAWN_SPECIALS_ANYWHERE` which could allow the special infected to spawn in different directions other than simply in front of the survivors.

更新于:2023 年 8 月 4 日 下午 4:21

Bug Fixes
  • Removed the try/catch statement as it was preventing the special infected from respawning in normal game modes if other add-ons were using `scriptedmode_addon` as well. I'll need to find a way to make it work properly in mutation mode without causing any issues in normal game modes.

更新于:2023 年 8 月 4 日 下午 12:15

Changes
  • Added a try/catch statement to determine whether a mutation is being played. This should improve support for other mutations such as `Hard Eight`.
Bug Fixes
  • Added another check to `OnGameEvent_player_death` to only remove one special infected from the array if `si_total` has been met. This should hopefully reduce the odds of the special infected being desynchronized.

更新于:2023 年 8 月 3 日 下午 11:03

Bug Fixes
  • Removed `cm_` from some of the variables in the `DirectorOptions` table. This should allow some variables like `MaxSpecials` to work correctly.
  • Removed some command variables for the Charger as it may have been causing him to not collide with walls.

更新于:2023 年 8 月 3 日 下午 2:17