Left 4 Dead 2

Left 4 Dead 2

Advanced Bot AI
Showing 21-30 of 179 entries
< 1  2  3  4  5 ... 18 >
Update: 23 Jan, 2024 @ 8:43am

wait

Update: 22 Jan, 2024 @ 8:04am

wait

Update: 21 Jan, 2024 @ 8:44am

wait

Update: 19 Jan, 2024 @ 8:50am

wait

Update: 7 Jan, 2024 @ 8:12am

wait

Update: 25 Dec, 2023 @ 8:01am

wait

Update: 19 Dec, 2023 @ 8:12am

wait

Update: 12 Dec, 2023 @ 7:38am

wait

Update: 17 Jun, 2022 @ 1:23am

1. 优化Bot移动方式:
原先使用CBaseEntity::SetVelocity方法
现在为修改Bot的 m_vecBaseVelocity 数值

结果是Bot的移动更加顺滑。

2. 修改障碍物判定,具体效果需要大量测试,需要意见反馈。
3. 修复一个引起部分第三方地图特定区域下的闪退问题:
问题发生在TerrorNavArea::GetElevator
某些特殊区域在调用这个方法后会引起无任何报错的闪退问题,为引擎自身bug,需要反馈给官方。


1. Optimization Bot movement when using navigator:
previous: using CBaseEntity::SetVelocity function.
present: modify bot's "m_vecBaseVelocity" network properties.

Allow bot to move more smoothly.

2. Modify obstacle check function, need more tests.
3. Fixed a CTD problem appearing when entering certain areas while playing some unofficial maps.

Update: 23 May, 2022 @ 7:35am

1. 修复部分发生在导航器的错误。
2. 将物品搜寻改回直接拿取,但范围扩大到200in。
3. 将Bots的武器扩散回调至原版。
4. 加强Bots推开感染者的能力。

1. Fixed some bugs that occurred in navigation.
2. Modify Bot's ability to take items. Range increased by 200 inches.
3. Modify Bot's weapon accuracy back to the original version.
4. Improved Bot's shove ability.