Garry's Mod

Garry's Mod

Terminator Nextbot
332 sonuçtan 51 ile 60 arası gösteriliyor
< 1 ... 4  5  6  7  8 ... 34 >
Güncelleme: 3 Haz @ 18:15
Güncelleyen: 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

Güncelleme: 1 Haz @ 17:30
Güncelleyen: SkullWagen

Another error...

Güncelleme: 1 Haz @ 14:20
Güncelleyen: SkullWagen

Tweaks
Compat hack
Err spam fix

Güncelleme: 30 May @ 18:21
Güncelleyen: SkullWagen

Add enemyPitchToMeAbs

Güncelleme: 30 May @ 17:58
Güncelleyen: SkullWagen

Err....

Güncelleme: 30 May @ 17:45
Güncelleyen: SkullWagen

Err stomp
+Move reallystuck_handler to priority coroutine

Güncelleme: 29 May @ 18:05
Güncelleyen: 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

Güncelleme: 24 May @ 14:23
Güncelleyen: SkullWagen

debug commands polish

Güncelleme: 23 May @ 12:51
Güncelleyen: SkullWagen

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

Güncelleme: 7 May @ 14:14
Güncelleyen: SkullWagen

reallystuck tweaks