Garry's Mod

Garry's Mod

PAYDAY 2: Nextbots
Showing 11-20 of 21 entries
< 1  2  3 >
Update: 19 Feb, 2021 @ 7:59am

- Added menu about not mounted addons when trying spawn unmounted bot.

- Changed taser attack behaviour against default npcs - now used schedule SCHED_FLINCH_PHYSICS.
- NEXTBOT:CheckAttackPathBlocked now uses TraceLine instead of TraceHull.
- Changed variable `ENT.ENEMY_NOT_HUMANOID` to `ENT.ENEMY_NO_SPECIAL_ATTACK`.
- Removed `npc_dog` from `ENT.ENEMY_NO_SPECIAL_ATTACK`.
- Added `npc_manhack`, `npc_crow`, `npc_pigeon`, `npc_seagull`, `npc_rollermine` to `ENT.ENEMY_NO_SPECIAL_ATTACK`.
- Cloakers use now cooldown between charges.
- Zeal Taser can now use variant with R870 weapon.

Update: 15 Feb, 2021 @ 10:24am

- Don't using ENT:GetShootPos when trying get position look at. Using ENT:EyePos instead.
- Bots will ignore npc_turret_ceiling and npc_combinedropship, because they cannot be killed.

Update: 14 Feb, 2021 @ 6:00am

- Fixed: Winters Phalanx cannot follow owner.

Update: 14 Feb, 2021 @ 1:51am

- Use reduced distance when following leader and leader is owner.
- Always follow leader if not see him, regardless of distance.
- Do not downing weapon while reloading weapon.
- Bots now ignore shoot obstacle with class func_breakable*.

Update: 12 Feb, 2021 @ 9:54am

- Added bot's weapons to "Use as NPC weapon override" tab, but it can work improperly with default npcs.
- Added "Type" field in Class data tables. This will be used to create types of bots, that should attack bots with other types.
- Added ConVar "sb_anb_payday2_weapons". Controls weapon dropping on death.
- Added ConVar "sb_anb_payday2_policechase". Enables chasing owner if bot does not see enemies for a long time.

- Taser now can not taser if current weapon is not sb_anb_payday2_m4_taser or sb_anb_payday2_r870_taser.
- Taser can now use taser with sb_anb_payday2_r870_taser.
- Weapon scripts now use base weapon sb_anb_payday2_base to simplify editing.
- ConVar sb_anb_payday2_leader is now clientside only.
- Cloaker now can not charge when it is on fire.
- Bots now aiming to Eyes Position of enemies (bullets still flying at hitboxes). This should help Shield units when the enemy is near the bot.
- Creating muzzleflash in payday 2 weapons on clientside, because serverside seems does not work correctly.

- Fixed: Bot that spawns with shield generates a error when killed without shield.
- Fixed collision of sb_anb_payday2_mini weapon model.
- Fixed: Bulldozer don't take damage from explosion if visor is not breaked.

Update: 10 Feb, 2021 @ 12:57pm

- Ported PAYDAY 2 Weapons (for bots only): MP5, M4, C45, R870, G36, M249, Minigun, MP5 Tactical, MP9, Raging Bull, Saiga, Sniper, UMP, Benelli.
- Added shared ConVar "sb_anb_payday2_proficiency". Allows change weapon proficiency of bots.

- Default weapons of bots has been changed.
- Recreated all spawn icons.
- The brightness of Cloaker's goggles has lowered. Position has also been changed.

Update: 7 Feb, 2021 @ 7:11am

- Added CAP_MOVE_JUMP capabilities if CanJump = true. This will make the bots actually jump if they can.

- Automatically floor float numbers in ConVars.
- The default Cloaker sound now has reduced sound level. This means it will be less loud.

Update: 7 Feb, 2021 @ 2:35am

- Added ConVar "sb_anb_payday2_leader". If enabled, bot will follows player who spawned it.

- Fixed: Aggressive bots that move to some position and see enemy change their state incorrectly.
- Fixed: Shared ConVars were not sent to server (Client settings didn't work).
- Fixed: Bot's owner was not set for the bot.

Update: 7 Feb, 2021 @ 12:57am

- Decreased taser distance from 500 to 300 units.

- Fixed: Cloakers use accurate path movement when running after the enemy.
- Fixed: Zeal SWAT Shield does not drop helmet.

Update: 6 Feb, 2021 @ 3:33pm

- Added new bot classes: "Cloaker", "Bulldozer", "Zeal Cloaker", "Zeal Bulldozer", "Medic Bulldozer", "Minigun Bulldozer", "Zeal Shield".
- Added new bot groups: "Bulldozers Group", "Zeal Bulldozers Group", "Minigun Bulldozer group", "Zeal Shield Group".

- Renamed "Winters Minion" to "Winters Phalanx".

- Added hook.Run with event "SB_ANB_PAYDAY2_SetupBotClasses". Used to setup custom bot classes.
- Added hook.Run with event "SB_ANB_PAYDAY2_SetupBotGroups". Used to setup custom bot groups.
- Added hook.Run with event "SB_ANB_PAYDAY2_SetupUniqueTasks". Used to setup unique bot tasks.