userJarryd Campicancel

12,463 Commits over 2,284 Days - 0.23cph!

10 Months Ago
Added snap sockets for the triangle planters to the triangle foundation and triangle floor piece
10 Months Ago
WIP system to track food spoilage Operates via new ItemModFoodSpoiling that stores a countdown in real time for how long an item remains unspoilt Added a new getSpoilMultiplier callback to ItemContainer that can modify the rate food spoils when items are contained within it, powered fridges reduce the rate by 90%
10 Months Ago
Fridge is now an IO entity, requires 5 power
10 Months Ago
Fixed a rounding issue when receiving scrap from trades with dynamic pricing applied
10 Months Ago
Merge from scrap_exchange_dynamic_pricing
10 Months Ago
Merge from root_label_fix
10 Months Ago
Merge from ice_sculptures
10 Months Ago
Manifest
10 Months Ago
More adjustments, can now accept either a player ID or player name
10 Months Ago
Adjusted clearUGCByPlayer convar to not require the player to be online
10 Months Ago
Merge from xmas2024
10 Months Ago
Removed a WaterVisibilityTrigger from the root xmas dungeon prefab
10 Months Ago
Move AnimationUtil to an editor only namespace
10 Months Ago
Merge from primitive/prop_offset
10 Months Ago
Merge from primitive
10 Months Ago
Applied to high caliber revolver as well
10 Months Ago
Cleanup, moved most logic into a new Facepunch.Utility.AnimationUtil class (GetClipFromFBX, GetLocalPositionFromClip, GetLocalRotationFromClip)
10 Months Ago
More progress, created a process to extract a generic animation curve from a humanoid animation to sample at any given point at edit time Involves duplicating the asset, converting it, sampling it and then deleting it so it's not fast, but at least it works and we shouldn't need to do this on many entities
10 Months Ago
Fixed fish traps not working after a server restart if they were loaded with bait before the server saves
10 Months Ago
Remove disabled boombox model in car radio store preview prefab Manifest rebuild
11 Months Ago
Fixed car radio not saving it's current radio station through a server restart or when reocnnecting to a server
11 Months Ago
Merge from main
11 Months Ago
WIP support for adjusting r_prop bone on the hands layer shield blocking state, values need to be cached per affected weapon via the new ShieldHeldEntityOffset component
11 Months Ago
Fixed a rotation calculation that was in world space instead of local space when assigning the initial node hotspot after the first hit Should fix the node hotspot sometimes jumping to the other side of the node on the second hit
11 Months Ago
Fixed incorrect hit sfx on all ores and wood piles
11 Months Ago
Added deleteEntityById convar Takes all ids provided so multiple entities can be deleted at once (eg. deleteEntityById 1143 1144 1145)
11 Months Ago
Show all asset types if no search input is provided
11 Months Ago
Added a new Create Asset tool that has a search function, should be much easier to create new custom asset types compared to browsing through the massive context menu
11 Months Ago
Adjust the gesture pack store page column layout to better fit the screen when UI scale is low
11 Months Ago
Adjust skin ids to fix conflict with ice sculpture
11 Months Ago
Show the crosshair when looking at a reskinnable entity
11 Months Ago
Fixed case where IO connections would get lost on reskin
11 Months Ago
Merge from main
11 Months Ago
Show barrel and squeeze on the debug cam info panel
11 Months Ago
Merge from root_label_fix
11 Months Ago
Codegen
11 Months Ago
Merge from main
11 Months Ago
Editor.ForceLabel will now apply the label to the root gameobject even if a non-root object is provided This would have fixed several issues over the past week with StringPool not correctly generating all of the strings and throwing exceptions during builds
11 Months Ago
Allow players to pick up any sleeping bags/beds if they are in building auth, even if they are owned by other players
11 Months Ago
Fixed asset labels on all new shields, manifest
11 Months Ago
Only apply auto turret behaviour when actively bocking with the shield
11 Months Ago
Some protection value changes If an auto turret is aiming at a person using a shield, adjust the targeting to shoot at the shield Adjusted improvised shield collider
11 Months Ago
Update attack loops on reinforced shield
11 Months Ago
One more delete
11 Months Ago
Delete animator controllers for wooden, reinforced and improvised shields There are overrides setup for each shield viewmodel variant, we should be using those
11 Months Ago
Shortened the transition between melee_atk_loop and melee_atk_end to fix the slight hold when going straight to block
11 Months Ago
Don't allow the shield to block while the held weapon is playing it's deploy animation
11 Months Ago
Merge from scrap_exchange_dynamic_pricing
11 Months Ago
Fixed the out of stock calculation not taking into account the new scrap multiplier
11 Months Ago
Merge from main