Garry's Mod

Garry's Mod

Terminator Nextbot
332개 중 21~30개 표시 중
< 1  2  3  4  5 ... 34 >
업데이트: 2025년 8월 2일 오후 8시 43분
작성자: StrawWagen

try not killing/overriding the movement coroutine

업데이트: 2025년 8월 1일 오후 4시 44분
작성자: StrawWagen

Optimize awarness handler stuff + csoldier tweaks
Optimize awareness handler a bit, not many gains in there.
Just made like shooting explosive barrels to kill enemies faster only happen with non fodder + brainy enemies
stomp lastKnownStalkDist err

Fix soldiers potentially getting access to term fists
Fix alot of soldier "standing there" occurances
Make backthehellup a bit smarter, bail better

업데이트: 2025년 8월 1일 오후 2시 50분
작성자: StrawWagen

Fixes
Create dummy coroutine to kill thread instead of setting it to nil
Dont build varags in the TERM ERROR: ErrorNoHalt, server libraries might not expect multiple variables
Pass damage amount to FinishDying
And override dmg with FauxDamage inside FinishDying
Properly handle "corridor areas" autorefresh

업데이트: 2025년 7월 31일 오후 9시 17분
작성자: StrawWagen

Tweaks
Fix "Large" enemies crouching way too much
Kill in-progress motion stuff when we finish a task, fixes some "just standing there" behaviour

Err stomps

업데이트: 2025년 7월 31일 오후 6시 53분
작성자: StrawWagen

Small fix

업데이트: 2025년 7월 31일 오후 6시 42분
작성자: StrawWagen

Tweaks + Optimisations + Major pathfind fix

Polish JumpToPos
add ENT.Term_Leaps ent variable
True and bots will leap/jump in arcs

Make JumpToPos have collision checks before jumping, no more head bumps

Major pathfinding tweaks
Fixed A* "closing" already explored and validated areas
Was a particularly nasty issue, causing lots of junk unreachable flags

New system that makes A* follow historic, expensive paths.
Lets bots path faster, by letting their a* confidently explore historic path corridors, leading to overall faster path generation, especially with hordes of bots.
Make bots really stick to their path if they generate an expensive one.

Vastly improve comments for ENT.IsFodder, .IsStupid, .HasBrains, .CanUseStuff

Don't yield in StartTask :(

Make bot's fists actually respect FistRangeMul
_Index optimize getDamageTracker stuff

Various csoldier AI tweaks/simplifications/fixes
Use a simple cache for the GetCoverStatusOfPos func

업데이트: 2025년 7월 29일 오후 2시 22분
작성자: StrawWagen

Small tweaks
err fix in hearing system
add compatabilityhacks for mapsweepers
err stomp for soldiers

업데이트: 2025년 7월 25일 오후 2시 16분
작성자: StrawWagen

Tweaks
+ Make Paparazzis have random bodygroups & skins. ( Community contribution )

업데이트: 2025년 7월 24일 오후 9시 58분
작성자: StrawWagen

Emergency merge!
FIX ERROR SPAM AND THE KLIENER INVASION!

More optimisations
Optimize terminator hearing a bit
Optimize handling transparent enemies

Dont create a shooting timer for fodder npcs

Yield way more often in the enemy, shooting, and reallystuck handlers

업데이트: 2025년 7월 24일 오후 2시 48분
작성자: StrawWagen

Err stomp???