userMaverickcancel

1,654 Commits over 639 Days - 0.11cph!

1 Year Ago
Improve croc foundation attack
1 Year Ago
Fix croc being unresponsive to player provocation when diving
1 Year Ago
Make it easier to tweak npc prevent building volume across multiple NPCs, bump from 4 to 6m radius
1 Year Ago
Prevent building on top of croc, tiger and wolf Display translated error message about which NPC is preventing building
1 Year Ago
Fix errors appearing sometimes in editor listen server when croc tries to destroy a building block (server trace hitting client entity instead of server) Fix memory leak in RaycastEntity, rename it and change signature to be consistent with other GamePhysics Traces Create new TraceRealm method that doesn't only work on entities
1 Year Ago
- Fix asserts firing in listen server mode - Increase croc range when attacking players standing on rocks etc
1 Year Ago
Fix rust editor not updating the loadout when switching to another loadout category tab
1 Year Ago
Update rust editor loadout to be more representative
1 Year Ago
Fix log spam when croc charge fails
1 Year Ago
Fix BaseAnimalNPC.TryThink and BaseAIBrain.Think NRE spam
1 Year Ago
Improve crocodile twig destruction edge cases when multiple buildings blocks are connected
1 Year Ago
First pass on crocodile breaking twig foundations
1 Year Ago
- Have crocs properly dive to reach underwater players - Increase croc acceleration when in water - Increase tracking of underwater attack to avoid disconnected hits that feel unfair
1 Year Ago
Have swimming agents like the croc, project target locations to the sea floor before pathfinding
1 Year Ago
When sampling around AI, use agent position instead of transform, as for croc agent can be on the sea floor while entity is on the surface, causing samples to fail
1 Year Ago
Update all new animals to use OnAttacked instead of Hurt to properly apply bleeding
1 Year Ago
Reduce tiger damage, but have it inflict bleed (previous commit didn't go through)
1 Year Ago
Reduce tiger damage, but have it inflict bleed
1 Year Ago
Add wake disturbance to croc
1 Year Ago
Fix croc spamming turn anim
1 Year Ago
Add some more placeholder audio to croc
1 Year Ago
Fix compile error
1 Year Ago
- Fix croc attacks reaching too far - Update AI distance checks to take into account the target player speed + our root motion to predict the position at impact - Remove distance cache, adds complexity and bug potential for too minor of a perf gain - Add inferedSpeed and inferedVelocity fields to basePlayer, less accurate than estimatedSpeed but more stable
1 Year Ago
Potential fix for anims not being cancelled properly
1 Year Ago
Fix croc struggling to ever catch up if a player runs past but never attacks them to piss them off
1 Year Ago
Add slow acceleration to croc fleeing
1 Year Ago
Temporarily remove croc swim sprint noise
1 Year Ago
- Prevent croc from fleeing back to water but charging again right after - Croc accelerates slowly when charging through water, instead of going at top speed the moment it gets in water - Have croc start swim attack from further away, looks better on hit and prevent weird misses
1 Year Ago
Further improve croc water transition
1 Year Ago
Fix height snap when croc goes in and out of water
1 Year Ago
Have croc sunbathe more
1 Year Ago
Reduce croc health slightly
1 Year Ago
Fix crocodile missing attacks a lot, but still ensure belly flop attack can be dodged
1 Year Ago
Reduce croc sight range
1 Year Ago
Have croc always use max speed if it's charging in water, as it doesn't get tired easily like on land
1 Year Ago
Reduce volume of croc swimming fast
1 Year Ago
- Tiger will only flee if aimed at precisely, incentivizing trying to spot the tiger after a growl instead of just aiming in general direction then forgetting about it - Tiger will not flee if aimed at with a melee weapon other than the spear - Tiger will only flee if aimed at from a long distance, else it'll just commit to a charge, incentivizing walking away first if tiger is too close
1 Year Ago
Prevent crocs from swimming in too shallow water / alternating too fast between swimming and not swimming
1 Year Ago
Adjust croc population to account for the fact they can only spawn in select places Slightly reduce tiger population
1 Year Ago
Tweak croc belly flop tracking, attack rhythm, turns
1 Year Ago
Fix croc letting you go in its back too easily
1 Year Ago
Fix wood barricade double not carving navmesh
1 Year Ago
Fix croc not interrupting intimidation when player is very close
1 Year Ago
Add tiger placeholder water footstep to avoid error spam
1 Year Ago
- Make croc better at pretending to flee to bait player into following it to the water - Make croc even more sluggish when it didn't take enough damage to be angry - Give croc same protection value as tiger (effectively buffs melee weapons which would be moskito bites otherwise)
1 Year Ago
Croc will now start quite slow, and get more and more aggressive the more it's shot at
1 Year Ago
Bump protocol
1 Year Ago
Add placeholder footstep audio to tiger and panther
1 Year Ago
Subtract 79093, caused shoreVectors to be generated twice, which slowed down playing in editor
1 Year Ago
Attempt to fix croc being stuck after static bite attack only on release