Garry's Mod
Terminator Nextbot
332件中 21-30 を表示
< 1  2  3  4  5 ... 34 >
更新:8月2日 @ 20時43分
更新者:StrawWagen

try not killing/overriding the movement coroutine

更新:8月1日 @ 16時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

更新:8月1日 @ 14時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

更新:7月31日 @ 21時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

更新:7月31日 @ 18時53分
更新者:StrawWagen

Small fix

更新:7月31日 @ 18時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

更新:7月29日 @ 14時22分
更新者:StrawWagen

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

更新:7月25日 @ 14時16分
更新者:StrawWagen

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

更新:7月24日 @ 21時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

更新:7月24日 @ 14時48分
更新者:StrawWagen

Err stomp???