userJarryd Campicancel

12,007 Commits over 2,527 Days - 0.20cph!

50 Days Ago
Added a new Animator Override Updater tool to batch update overrides when replacing an animation on the base player animator Since overrides work by overriding clips (not states) replacing the clip breaks every override that was referencing that clip This automates the process of hooking them all up Replaced the stance-idle clips in the Idle/Aiming blend tree with 3p_idle_unarmed and then ran the updater, updated 141 override controllers
51 Days Ago
Fixed some spraycan regressions when reskinning redirect items
51 Days Ago
Merge from main (solved StorageAdaptorAllowCollisionGroup conflict)
51 Days Ago
Added all of the barrel skins to StorageAdaptorAllowCollisionGroup
52 Days Ago
Merge from main Cannon.cs and PlayerModel.cs conflicted, auto merged
54 Days Ago
Hacked in a simple way for one shot animations to notify a looping animation to rest, so we don't transition back to a loop half way through (mid yawn) Added property drawer support for referencing animation sub systems, renders them as a dropdown using a new subsystem name field
55 Days Ago
Refactor RandomLoopAnimSubSystem to just use two handles, release and create them on the fly as needed Much simpler state handling
55 Days Ago
"Strip LODS of selected' will no longer delete ObjectMotionVectorFix components
55 Days Ago
Colour code handles based on their sub system ownership
55 Days Ago
Track active handles at the subsystem level (not the actual component), automates all releases and should make editor tooling easier
55 Days Ago
Add support for showing sub systems
55 Days Ago
Reset the chair tester
55 Days Ago
Merge from player_model_anim_inspector
55 Days Ago
Merge from parent
55 Days Ago
Merge from main Lots of code conflicts, all resolved except for one in PlayerModel.cs, looked fine Conflicts on binocular.entity, used changes from source (presumably related to refresh?)
55 Days Ago
OneShotAnimationSubSystem can now pick from a selection of random animations Hooked up SaleSuccess, EndConvoBoughtNothing, Talk and EndConvoBoughtSomething events Plays from a selection of animations for each state
56 Days Ago
Added a priority system, allows us to specify a sub system to use Low, Medium or High priority to take ownership of the player model Hooked up an additional OneShot system to the test chair, so we're running the random idle as a base and then a one shot to react to events
56 Days Ago
Added RandomLoopAnimSubSystem, can cycle through an arbitrary amount of looping animations, randomly picking the next one to play
56 Days Ago
Fixed some pooling issues when going in and out of range of animators running sub systems Added a new ClientOnPlayerMountedWithPlayerModel callback for mountables, is called the first frame the player has a valid player model Using this bypasses the recurring issue that ClientOnPlayerMounted is called before a player model exists when coming into network range of a player Didn't make a matching dismount version as we don't have the same problem when leaving network range
56 Days Ago
Piped the in-game debugging readouts into the unity inspector for more visibility while in editor
56 Days Ago
Added an example OneShotAnimationSubSystem for handling event driven animations
56 Days Ago
Added debug.animatorsubsystemdebug convar that prints out the currently active sub systems Each system can add to the debug readout with component specific info (eg. per clip blends)
56 Days Ago
Added a TwoAnimBlend example
57 Days Ago
Add general fade in/out support
57 Days Ago
Exploring a new AnimationSubSystem class to standardise the new player model handle techniques we've been using for various one shots and other features Replaced the dedicated OnPhone state in the PlayerAnimator with a new TelephoneAnimationSubSystem
57 Days Ago
Merge from elevator_fixes_apr_26
57 Days Ago
Allow elevator cables to update while offscreen
57 Days Ago
Some new Light LOD system tests
57 Days Ago
Merge from elevator_fixes_apr_26
57 Days Ago
Fix player elevator cables sometimes appearing in the wrong place if the player was too far away from the elevator
57 Days Ago
Disable the hurt trigger on the launch site lifts when the lift is idle, will no longer kill players if they jump while underneath it
57 Days Ago
Require LOS for hurt trigger on player placed lifts, prevents killing players if there's a floor between the player and the elevator
58 Days Ago
Fixed industrial furnace not retaining it's children (storage adaptors) when reskinning with spray can
58 Days Ago
Compile fix
58 Days Ago
Added a new ToggleThrownWeapon animation event, allows us to switch on/off the grenade visuals so they don't stay in the players hands all the time throughout a throw animation Implemented on supply signal, smoke grenades, molotovs, beancans, flashbangs, bee grenades, f1 grenades and firecrackers Fixed incorrect animations on the smoke grenade and firecracker animation overrides
58 Days Ago
Fixed broken NVG sounds
58 Days Ago
New StateSync component for weapon animators Looks for a matching state on the main player model and matches the normalized time on the weapon animator to ensure the animation stays in sync Will need to be applied to each weapon individually, applied on HMLMG reload animation for now
58 Days Ago
Enable single frame parenting for AK mag drop effects
58 Days Ago
HMLMG mag drop now detaches from parent and plays in world space Fixes mag being affected by weapon position/rotation of gun and motion blur issues
59 Days Ago
Merge from main
59 Days Ago
Added new TriggerMonumentIOArea component that allows IO wiring inside the bounds even if those bounds are within a monument (still won't work if the player is build blocked)
59 Days Ago
Crude produced at a monument is locked, can only be moved via IO Stays locked once it's transferred into the car fuel tank, can only be removed at a car lift Items flagged as Locked are now blocked from moving via MoveItem RPC (might have side-effects)
59 Days Ago
Merge from ducked_splash_fix
59 Days Ago
Slight change for better LOS check
59 Days Ago
Merge from main
59 Days Ago
Merge from main, many conflicts Auto resolved all code changes except for BallistaGun, used IK handling on this branch Auto resolved all prefab changes except for salvaged_cleaver.entity, used the holster position/rotation on this branch
2 Months Ago
Merge from easter_disable_2026
2 Months Ago
Disable easter event
2 Months Ago
Merge from main
2 Months Ago
Merge from storage_adaptor_prevent_building_fix