userMaverickcancel
reporust_rebootcancel

636 Commits over 153 Days - 0.17cph!

3 Days Ago
Have scientist briefly strafe and use suppressing fire before turning and sprinting to a distant cover Have them crouch and sneak instead if the cover they want to go to is very close
3 Days Ago
Merge from ai_wolf_iteration (significant optimization)
3 Days Ago
Make scientists look towards where they "think" the player is, not where the player actually is Make scientist not be able to shoot when they are sprinting
3 Days Ago
Fix compile error
3 Days Ago
▉▌▍▋█ ▉▅▉▍ ▆▌▍▌
4 Days Ago
When generating covers, automatically delete previously spawned sub monuments
5 Days Ago
-Add more profile markers to heli -Use fast broad grid check instead of precise one (heli range is 150m but cells are 32m wide, so we are not getting that much precision by using the narrow phase)
5 Days Ago
Fix heli adding player multiple time to its targets
5 Days Ago
Fix mistake than meant grid cell was queried but not used Also don't iterate at all is ignorePlayers is true, instead of skipping every entry inside the loop
5 Days Ago
Only search for targets in grid cells around heli, instead of iterating on all players on the server When adding a new target, instead of iterating over all existing targets to see if we already have it, use a lookup table (squared complexity > linear complexity) Remove invalid targets by index instead of removing them by reference (squared complexity > linear complexity)
5 Days Ago
Only search for targets in grid cells around heli, instead of iterating on all players on the server When adding a new target, instead of iterating over all existing targets to see if we already have it, use a lookup table (squared complexity > linear complexity) Remove invalid targets by index instead of removing them by reference (squared complexity > linear complexity)
6 Days Ago
Add some randomness to the scientist peek timings
9 Days Ago
Setup new scientist animation system
9 Days Ago
Fix scientist corpse prefab ID not being updated after folder move
10 Days Ago
Make scientists reposition when they realize they are flanked
10 Days Ago
Fix covers not facing the right way when converted from a prefab local space to world space
10 Days Ago
When waiting in cover, scientist face the side they think you'll come from instead of facing the wall This also helps sneaking up on them when flanking from the opposite side
10 Days Ago
Have scientist try to guess your current location based on where they saw you last
11 Days Ago
Renaming crouch to duck for consistency
11 Days Ago
First pass on scientists peeking out of tall and low cover
11 Days Ago
Use constants from BasePlayer and PlayerEyes for NPC cover generation and selection
11 Days Ago
Have scientists only crouch when their cover is low
11 Days Ago
Make scientists approach by sprinting or sneaking from cover to cover
12 Days Ago
Prevent scientists from shooting when they are sprinting After they sprint, if their target is not directly in front of them, they will need some time to aim at their target again
12 Days Ago
Make killscientists command also kill new scientists
12 Days Ago
Fix scientist appearing on server but not client (had to redo DoPrepare and rebuild manifests after changing folder)
12 Days Ago
Update spawns in desert mil base dwellings
12 Days Ago
Bake covers for mil desert base
13 Days Ago
Bake covers inside prefabs in the prefab's local space, so that they can be retransformed in world space when the prefab is placed (baked covers are not gameobjects, just structs in a list, so they are not automatically parented)
13 Days Ago
Make the cover tool faster by only generating the helper navmesh on tiny planes that perfectly fit the bounds of each monument sub-prefabs
13 Days Ago
Tool to load all sub-prefabs of a monument, automatically add scientist covers nodes to them, then save the covers in each prefabs This way we can still bake covers in editor even though monuments are procedural Also optimize the tool to take less than 1s for basic monuments like desert military base
13 Days Ago
Clean up folders
13 Days Ago
Prevent scientists from magically knowing where you are and homing on you They now have to use their senses, guess and search methodically Allowing them to be surprised, baited and flanked Fix scientists seeing through opaque tarp
15 Days Ago
Fix wolves not fleeing when damaged when their target is inside a safe zone
15 Days Ago
▉█▌▉▅ █▅█▄ ▉▉▉▅
15 Days Ago
If a scientist loses sight of you and you pop from another angle they don't expect, they'll take more time to flick their crosshair to you If you reappear in the exact same spot though, they won't need to move their crosshair so they'll just shoot based on the average human reaction time
15 Days Ago
Clean up aim code
15 Days Ago
Fix invis NRE when invis player is killed
17 Days Ago
Scientist accuracy now depends on what the player is doing not only distance
17 Days Ago
Clean up burst logic
18 Days Ago
Modify sight checks to use bounding box top instead of bottom
18 Days Ago
Make bursts feel more natural
18 Days Ago
First pass on making scientist aiming feel fairer
18 Days Ago
Fix NRE caused by new scientist missing a component that wolves have
18 Days Ago
▇▉▋▇▇ ▄▊▇█ ▊▌_▍▉█▌_▄▄▉▉▇█▇▅▆
18 Days Ago
▅▍▇▋▍ ▉▇▆▍ ▅▄▉▆
18 Days Ago
Remove redundant allies vislog
18 Days Ago
Use convars directly in debug aiarena script when ppossible instead of running commands
18 Days Ago
Add vislog to confirm that fallback roam EQS works correctly
19 Days Ago
Fix compile errors