Left 4 Dead 2
291 valoraciones
Less AI Optimization [Script]
   
Premiar
Favoritos
Favorito
Quitar
Survivors: Survivors
Game Content: Scripts
Tamaño
Publicado el
Actualizado el
554.000 B
24 NOV 2023 a las 12:25
28 NOV 2023 a las 6:23
5 notas sobre cambios ( ver )

Suscríbete para descargar
Less AI Optimization [Script]

Descripción
Have you ever noticed how the survivor bots sometimes become clueless and stop entirely like if they were having some flashbacks; well this is because the game has a build-in optimization system that penalizes their behavior when the game detects higher stress on the server , so this is where the scripts comes.
[Trading performance to make the AI more responsive]
•nb_update_frequency "0.08" // default "0.1"
(run bot AI stuff and NPCs more consistently on the server at the cost of higher cpu usage)
•nb_update_maxslide "0" // default "2"
(no longer skips bot AI updates to optimize performance ; less delays on AI / NPC tasks)
•nb_update_framelimit "30" // default "15"
(the game now updates AI & npc tasks at 30 fps - less interpolation , more updates)

[DISCLAIMER] This mod does not touch anything else besides this 3 cvars because i just wanted the overall actions of survivor / infected bots to be more responsive on my server.
(WORKS ONLY ON SINGLEPLAYER AND HOSTED LOCAL SERVERS)
=========================================================================

29 comentarios
Gir 9 MAY a las 8:08 
DAMN BRO 554.000 B?????
Nagant 3 NOV 2024 a las 13:01 
+88_________________+880
_+880_______________++80
_++88______________+880
_++88_____________++88
__+880___________++88
__+888_________++880
__++880_______++880
__++888_____+++880
__++8888__+++8880++88
__+++8888+++8880++8888
___++888++8888+++8888+80
___++88++8888++888888++88
___++++++888888fx888888888
____++++++8888888888888888
____++++++++00088888888888
_____+++++++00008f8888888
______+++++++00088888888
_______+++++++0888f8888
Doomgamer9000 20 OCT 2024 a las 16:54 
Does this help game have more fps?
B1acK Wo1F 15 OCT 2024 a las 8:26 
what is your computer spec im wonder?
DimTheEnderman 7 MAY 2024 a las 20:35 
I now have a reason to direct-die cool my cpu
NB  [autor] 3 MAY 2024 a las 7:22 
@Doomgamer9000 probably , like the tittle says - it will heavily impact performance BUT if you have a strong PC you can give it a try.
Doomgamer9000 3 MAY 2024 a las 3:31 
Can this be used with
left 4 bots 2?
Pyri 30 NOV 2023 a las 20:16 
@Amainy
Not just common infected. It affects Commons, Specials, Survivorbots
Amainy 28 NOV 2023 a las 18:48 
isn't everything starting with nb_ dedicated to commons' behaviours?
NB  [autor] 28 NOV 2023 a las 6:33 
@TootsyBowl the frequency value is now 0.08 to support better other script functions ; however keep in mind that left4bots has MANY functions in it and all of those are running in the background consuming resources so if your PC isnt strong enough i cant do nothing there ; but thanks for the feedback.