Garry's Mod

Garry's Mod

Terminator Nextbot
332개 중 51~60개 표시 중
< 1 ... 4  5  6  7  8 ... 34 >
업데이트: 2025년 6월 3일 오후 6시 15분
작성자: SkullWagen

Lots of polish!
Move corpse material copying to this repo from zambies
And hackily copy over modelscale, looks goofy ahh
Allow for npcs with delayed deaths, used by god crab
Polish random infighting, script it to only happen once every 1-4 minutes
Make MDLSCALE_LARGE a shared variable
Make MoveOffGroundTowardsVisible movement less janky with crazy top speeds ( god crab )
Add ENT:IsFalling()
Play ACT_MP_JUMP_START, anim when first jumping
Polish OnLandOnGround up
Remove stale, confusing terminator_nextbot_soldier_base faux entity
Make isTerminatorHunterBased shared
Remove PickRealVec func only used once
Simplify/polish task setup and startup
Move most all of the logic into taskoverride.lua
Replace ENT:SetupTasks hardcoding what to setup with .StartsOnInitialize bool in tasks.
Add .StartsOnInitialize = true to a task, and it will be started on bot :Initialize
Add generic ClassTask system for quickly making a task for the current nextbot class

업데이트: 2025년 6월 1일 오후 5시 30분
작성자: SkullWagen

Another error...

업데이트: 2025년 6월 1일 오후 2시 20분
작성자: SkullWagen

Tweaks
Compat hack
Err spam fix

업데이트: 2025년 5월 30일 오후 6시 21분
작성자: SkullWagen

Add enemyPitchToMeAbs

업데이트: 2025년 5월 30일 오후 5시 58분
작성자: SkullWagen

Err....

업데이트: 2025년 5월 30일 오후 5시 45분
작성자: SkullWagen

Err stomp
+Move reallystuck_handler to priority coroutine

업데이트: 2025년 5월 29일 오후 6시 05분
작성자: SkullWagen

A* UPDATE!
Handle the bulk of pathfinding with LUA in-coroutine, finally killing the last major cause of freezing

Ratelimit paths if too many bots are doing them at once
Path following tweaks
Simplify some tasks
Fix some brutal task loops
Add self:EnemyIsReachable helper
+ other small tweaks

업데이트: 2025년 5월 24일 오후 2시 23분
작성자: SkullWagen

debug commands polish

업데이트: 2025년 5월 23일 오후 12시 51분
작성자: SkullWagen

Tweaks
Improve comments
behaviour tweaks
Add soft taking cover routine when dueling
Add bot:GetCrouchingShootPos()

업데이트: 2025년 5월 7일 오후 2시 14분
작성자: SkullWagen

reallystuck tweaks