Left 4 Dead 2

Left 4 Dead 2

Special Infected Synchronization (AI+)
正在显示第 51 - 57 项,共 57 项条目
< 1  2  3  4  5  >
更新于:2023 年 8 月 20 日 上午 3:41

Additions
  • Implemented the ability for players to change the variables listed in the `settings.txt` file as well as modify or even add new command variables in the `convars.txt` file located in the `~/ems/sisync-ai+/cfg/` directory.
Changes
  • Used "DirectorOptions.*" instead of "DirectorScript.GetDirectorOptions().*" to specify the variables to modify in-game. This limits each special infected to 1 in the `DirectorOptions` table as doing so with "DirectorScript.GetDirectorOptions().*" would've caused an index error.
  • Modified the `nb_saccade_speed` and `nb_saccade_time` command variables to make the special infected aim at the survivors more accurately.

更新于:2023 年 8 月 16 日 下午 2:58

Changes
  • Modified the `tongue_dropping_to_ground_time` command variable to match the variable used in Versus mode.

更新于:2023 年 8 月 11 日 上午 9:02

Changes
  • Updated thumbnail image to make it distinct from my other add-ons.

更新于:2023 年 8 月 10 日 下午 2:12

Changes
  • Set the `SpecialInitialSpawnDelayMax` and `SpecialInitialSpawnDelayMin` in the `DirectorOptions` table to 20. This should only allow the special infected to spawn 20 seconds after the player has left the saferoom like in the `Sync Only` version.
  • Removed the `ShouldAllowSpecialsWithTank` in the `DirectorOptions` table which prevents the special infected from spawning while a Tank is active.

更新于:2023 年 8 月 10 日 下午 2:08

Bug
  • Uploaded the unsaved file instead of the correct one by accident. See the patch notes above this one instead.

更新于:2023 年 8 月 10 日 下午 1:53

Changes
  • Reduced the `MaxSpecials` variable in the `DirectorOptions` table from 4 to 3. This matches the values set in the `Sync Only` version, and the max amount of special infected in play should now be closer to the values set in Campaign mode.

更新于:2023 年 8 月 9 日 下午 2:40