Left 4 Dead 2

Left 4 Dead 2

292 평점
Less AI Optimization [Script]
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Survivors: Survivors
Game Content: Scripts
파일 크기
게시일
업데이트일
554.000 B
2023년 11월 24일 오후 12시 25분
2023년 11월 28일 오전 6시 23분
업데이트 노트 5개 (보기)

다운로드 위해 구독하기
Less AI Optimization [Script]

설명
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
Gir 2025년 5월 9일 오전 8시 08분 
DAMN BRO 554.000 B?????
Nagant 2024년 11월 3일 오후 1시 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 2024년 10월 20일 오후 4시 54분 
Does this help game have more fps?
B1acK Wo1F 2024년 10월 15일 오전 8시 26분 
what is your computer spec im wonder?
DimTheEnderman 2024년 5월 7일 오후 8시 35분 
I now have a reason to direct-die cool my cpu
NB  [작성자] 2024년 5월 3일 오전 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 2024년 5월 3일 오전 3시 31분 
Can this be used with
left 4 bots 2?
Pyri 2023년 11월 30일 오후 8시 16분 
@Amainy
Not just common infected. It affects Commons, Specials, Survivorbots
Amainy 2023년 11월 28일 오후 6시 48분 
isn't everything starting with nb_ dedicated to commons' behaviours?
NB  [작성자] 2023년 11월 28일 오전 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.