userMaverickcancel
branchrust_reboot/main/ai_wolf_iterationcancel

379 Commits over 153 Days - 0.10cph!

1 Year Ago
Fix compile error
1 Year Ago
Fix wolves not fleeing when damaged when their target is inside a safe zone
1 Year Ago
Remove redundant allies vislog
1 Year Ago
Use convars directly in debug aiarena script when ppossible instead of running commands
1 Year Ago
Add vislog to confirm that fallback roam EQS works correctly
1 Year Ago
Fix compile errors
1 Year Ago
Reduce the amount of topology and water checks we have to do, by only checking top scored points and doing a early out as soon as one of them passes This has the potential to cut the number of water checks (the most expensive checks) by 8 when roaming
1 Year Ago
Remove wolf hat effect on wolves, as it's one of the most common hats it would affect wolves all the time
1 Year Ago
Add bark and footstep audio to new jump anim
1 Year Ago
Implement wolf headress effect on wolves
1 Year Ago
In unlikely case of ground projection spherecast starting inside geo, handle failure gracefully and keep the point unprojected
1 Year Ago
Handle sphere traces that start inside geo returning Vector3.zero as their impact point
1 Year Ago
Reduce wolf circle speed by 25%, make it so that the wolves uses multiple different speeds when closing the gap instead of zigzaging at full speed
1 Year Ago
Make wolves react more predictably to allies being hit, making packs of 3 more manageable with a bow
1 Year Ago
Prevent wolf from jumping inside geo if the player is tip toeing on a platform/cliff edge
1 Year Ago
Reduce wolf vision range at night
1 Year Ago
Fix serialization error
1 Year Ago
Correctly return state failure when pathfinding failed
1 Year Ago
Prevent wolf from charging for too long
1 Year Ago
Fix wolf sometimes getting stuck in charge Add log when state finishes but has no end transition
1 Year Ago
Fix wolf standing still when circling into a wall
1 Year Ago
Fix wolf mesh staying below powerline platforms, even though their actual body is on top
1 Year Ago
Make wolves give up even faster if you are mounted
1 Year Ago
Fix compile errors
1 Year Ago
Makes it easier to sneak on wolves when they are eating Clean up sight code Add better sight vislogs so we can debug exactly which cone caused the sighting
1 Year Ago
Fix wolves slowing down as they flee
1 Year Ago
Revert switch to unity's async pathfinding, it causes more bugs than it solves
1 Year Ago
Fix wolf jumping into cars
1 Year Ago
Fix wolves jumping into cars
1 Year Ago
Fix wolves jumping into cars
1 Year Ago
Fix wolves leaping too far
1 Year Ago
Fix wolf thinking the player is reachable when they are not, because of unity async paths returning "complete" instead of "partial" even when they are partial, potentially because of the hidden large projection they do
1 Year Ago
Hook last version of jump anim, and re-annotate the motion warping timings Apply out of navmesh root motion when not in the air
1 Year Ago
Tweak the wolf dynamic vision range: Reduce base wolf vision by 5m Player crouching = 50% range Player sprinting = 130% range (no change) Crouching now allows getting in melee range if you approach a wolf from behind
1 Year Ago
Polish jump trajectory and weightiness
1 Year Ago
Improve the fidelity of the wolf high jump using a bespoke animation Add a telegraph before jumping Make it dodgeable with enough space by running before the wolf lands Give more time to hit the wolf before it jumps back
1 Year Ago
Fix anim montage generation not properly ignoring locomotion anims
1 Year Ago
Add debug commands for visualizing NPC acceleration, deceleration and gait
1 Year Ago
Fix wolves suddenly stoppinng when fleeing
1 Year Ago
Fix wolves that keep eating or chilling while their pack members are fighting nearby
1 Year Ago
Remove unecessary includes
1 Year Ago
Fix wolves facing the wrong way when moving, and sometimes spinning when they start to move (new issues highlighted by async pathfinding) Fix wolves hovering slightly above ground
1 Year Ago
Fix entity cluster spawn logic being biased towards the smallest possible cluster size when respawning entities
1 Year Ago
Wolves will not respond to a howl from a wolf that doesn't belong to their pack This will prevent wolf packs from merging too often, reducing cases where players have to face more than 4 wolves
1 Year Ago
When using SetPath, don't update the path if it didn't change
1 Year Ago
Number of wolves per square km decreased from 3 to 2, max pack size increased from 3 to 4
1 Year Ago
Fix client compile issues
1 Year Ago
Remove allocs in async pathfinding Make sure querying allies nearby doesn't return null or dead allies
1 Year Ago
Fix wolves leaping at players that didn't climb on anything, or dying suddenly for no apparent reason Add better failed path vislogs
1 Year Ago
Have wolves give up stalking after a while if not dealt damage, and give up a lot faster if they see fire