Raised This Month: $12 Target: $400
 3% 

[L4D2] Survivor Bot AI Improver


Post New Thread Reply   
 
Thread Tools Display Modes
liquidplasma
Junior Member
Join Date: May 2023
Old 05-25-2023 , 17:01   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #11

any way to make bots less of insta-death aimbot killing machines?

Last edited by liquidplasma; 05-25-2023 at 17:02.
liquidplasma is offline
Mystik Spiral
Senior Member
Join Date: Oct 2020
Location: Orlando, FL
Old 05-25-2023 , 20:45   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #12

Quote:
Originally Posted by liquidplasma View Post
any way to make bots less of insta-death aimbot killing machines?
Use this to adjust how long it takes the bots to react/notice an enemy:

// The time required for bots to notice enemy target is multiplied to this value.
// -
// Default: "1.0"
// Minimum: "0.000000"
// Maximum: "4.000000"
l4d2_improvedbots_vision_noticetimescale "1.0"

Use this to to give the bots less compute time (helps performance too):

// Bots' data computing time delay (infected count, nearby friends, etc). Increasing the value might help increasing the game performance, but slow down bots.
// -
// Default: "0.1"
// Minimum: "0.033000"
l4d2_improvedbots_process_time "0.1"

I have been using this plugin for some time and love it! The bots are not totally useless now, and depending on how you configure them, they can survive a campaign almost as well as a typical expert player.
Mystik Spiral is offline
Franco20
Member
Join Date: Nov 2022
Old 05-26-2023 , 12:19   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #13

Quote:
Originally Posted by Emana202 View Post
It's compatible, but you have to adjust some settings from either this plugin or the mod in order for them to work without any conflicts.
What configurations are you referring to so that there is no conflict?
Franco20 is offline
Emana202
Junior Member
Join Date: Apr 2019
Location: Naryn, Kyrgyzstan
Old 05-26-2023 , 13:13   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #14

Quote:
Originally Posted by Franco20 View Post
What configurations are you referring to so that there is no conflict?
Set those variables in the addon's settings.txt file:
Code:
throw_molotov = 0
throw_pipe_bomb = 0
throw_vomitjar = 0
spit_block_nav = 0
pickup_medkit = 0
pickup_molotov = 0
pickup_pills_adrenaline = 0
pickup_pipe_bomb = 0
pickup_vomitjar = 0
dodge_charger = 0
deploy_upgrades = 0
Emana202 is offline
f1993062317
New Member
Join Date: Oct 2020
Old 05-28-2023 , 13:32   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #15

sorry for my poor english
After l4d2 server crash,i get the Accelerator - Crash Reporting

https://crash.limetech.org/7h6bxp7q5fy4
https://crash.limetech.org/tzznp7joweqc

The following message is displayed in some information of the stack page, so I speculate that this plugin may cause the crash

PHP Code:
11sourcepawn.jit.x86.dll!sp::ScriptedInvoker::Invoke(int *) [ scripted-invoker.cpp:290 0x21 ]
      
https://github.com/alliedmodders/sourcepawn/blob/9cf9f31d4560fe7e76c6be75a2245088d03a3937/vm/scripted-invoker.cpp#L290
      
eip0x7c2a3925  esp0x0073d260  ebp0x0073d74c  

      0073d260  a5 01 00 00 c8 d6 73 00  c4 d7 73 00 3c 2c 23 00  
......s...s.<,#.
      
0073d270  fc 6c 34 64 32 5f 73 62  5f 61 69 5f 69 6d 70 72    l4d2_sb_ai_impr
      0073d280  6f 76 65 72 2e 73 6d 78  3a 3a 4f 6e 50 6c 61 79  over
.smx::OnPlay
      0073d290  65 72 52 75 6e 43 6d 64  00 e9 ba 29 00 fe 4e 2c  erRunCmd
...)..N,
      
0073d2a0  c7 38 2a 7c 70 09 23 0f  d0 fe 4e 2c d0 fe 4e 2c  .8*|p.#...N,..N,
      
0073d2b0  c4 d7 73 00 08 ff 4e 2c  70 d2 73 00 0b 00 00 00  ..s...N,p.s.....
      
0073d2c0  a0 9c 4c 2c 4e 5e d1 01  83 ef 04 b8 00 00 00 00  ..L,N^..........
      
0073d2d0  89 47 fc 83 ef 04 b8 00  01 00 00 89 47 fc 83 ef  .G..........G...
      
0073d2e0  04 b8 98 26 00 00 89 47  01 00 00 00 01 bc 26 00  ...&...G......&.
      
0073d2f0  bc e8 22 00 dc e8 ba 29  e4 f9 44 07 01 00 00 00  .."....)..D.... 

Last edited by f1993062317; 05-28-2023 at 13:33.
f1993062317 is offline
noto3
Member
Join Date: Jan 2021
Old 05-29-2023 , 20:47   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #16

Lastest l4dhooks

L 05/30/2023 - 02:42:49: [SM] Blaming: l4d2_sb_ai_improver.smx
L 05/30/2023 - 02:42:49: [SM] Call stack trace:
L 05/30/2023 - 02:42:49: [SM] [0] __action_setlistener
L 05/30/2023 - 02:42:49: [SM] [1] Line 901, actions_processors::BehaviorActionListeners.O nUpdatePost.set
L 05/30/2023 - 02:42:49: [SM] [2] Line 5736, F:\Games\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ sb_ai_improver.sp::OnActionCreated
noto3 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-30-2023 , 05:17   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #17

Quote:
Originally Posted by noto3 View Post
Lastest l4dhooks

L 05/30/2023 - 02:42:49: [SM] Blaming: l4d2_sb_ai_improver.smx
L 05/30/2023 - 02:42:49: [SM] Call stack trace:
L 05/30/2023 - 02:42:49: [SM] [0] __action_setlistener
L 05/30/2023 - 02:42:49: [SM] [1] Line 901, actions_processors::BehaviorActionListeners.O nUpdatePost.set
L 05/30/2023 - 02:42:49: [SM] [2] Line 5736, F:\Games\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ sb_ai_improver.sp::OnActionCreated
You're missing the first part of the error message: "Exception reported" line
__________________
Silvers is offline
noto3
Member
Join Date: Jan 2021
Old 05-30-2023 , 19:44   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #18

05/31/2023 - 01:44:28: [SM] Exception reported: Native is not bound
noto3 is offline
Kanashimi
Junior Member
Join Date: Jan 2023
Old 06-01-2023 , 01:14   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #19

Quote:
Originally Posted by noto3 View Post
Lastest l4dhooks

L 05/30/2023 - 02:42:49: [SM] Blaming: l4d2_sb_ai_improver.smx
L 05/30/2023 - 02:42:49: [SM] Call stack trace:
L 05/30/2023 - 02:42:49: [SM] [0] __action_setlistener
L 05/30/2023 - 02:42:49: [SM] [1] Line 901, actions_processors::BehaviorActionListeners.O nUpdatePost.set
L 05/30/2023 - 02:42:49: [SM] [2] Line 5736, F:\Games\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ sb_ai_improver.sp::OnActionCreated
I figured out the problem, You need to download Actions. It's practically a requirement despite OP saying it's optional. Or, if you do have it downloaded, DL it again and replace. Otherwise, the game will continue stutter every 5 seconds when it spams that error code.
Kanashimi is offline
valedar
Member
Join Date: May 2022
Location: Russian
Old 06-04-2023 , 14:15   Re: [L4D2] Survivor Bot AI Improver
Reply With Quote #20

PHP Code:
L 06/04/2023 21:32:37SourceMod error session started
L 06
/04/2023 21:32:37Info (map "c1m3_mall") (file "/game/left4dead2/addons/sourcemod/logs/errors_20230604.log")
L 06/04/2023 21:32:37: [SMException reportedEntity 448 (448is invalid
L 06
/04/2023 21:32:37: [SMBlamingl4d2_sb_ai_improver.smx
L 06
/04/2023 21:32:37: [SMCall stack trace:
L 06/04/2023 21:32:37: [SM]   [0GetEntProp
L 06
/04/2023 21:32:37: [SM]   [1Line 2216C:\compilation\l4d2_sb_ai_improver.sp::SurvivorBotThink
L 06
/04/2023 21:32:37: [SM]   [2Line 1399C:\compilation\l4d2_sb_ai_improver.sp::OnPlayerRunCmd
L 06
/04/2023 21:32:37: [SMException reportedProperty "m_nUpgradedPrimaryAmmoLoaded" not found (entity 77/weapon_spawn)
L 06/04/2023 21:32:37: [SMBlamingl4d2_sb_ai_improver.smx
L 06
/04/2023 21:32:37: [SMCall stack trace:
L 06/04/2023 21:32:37: [SM]   [0GetEntProp
L 06
/04/2023 21:32:37: [SM]   [1Line 2216C:\compilation\l4d2_sb_ai_improver.sp::SurvivorBotThink
L 06
/04/2023 21:32:37: [SM]   [2Line 1399C:\compilation\l4d2_sb_ai_improver.sp::OnPlayerRunCmd
L 06
/04/2023 21:38:54Error log file session closed

Last edited by valedar; 06-04-2023 at 14:15.
valedar is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode