userJarryd Campicancel
reporust_rebootcancel

13,515 Commits over 2,435 Days - 0.23cph!

12 Months Ago
Merge from codelocked_crate_lod_fix
12 Months Ago
Reset the vine position to it's origin when loading a save
12 Months Ago
Merge from jungle_update
12 Months Ago
Adjust proc gen settings for vine trees Decrease topology range around tree for more jungle foliage
12 Months Ago
Vines swings now need to be greater than 7m
12 Months Ago
Fixed codelocked hackable create visuals not marked as dynamic, causes LODs to misbehave
12 Months Ago
Merge from easter_event_2025
12 Months Ago
Event bags will now attempt to spawn loot into the belt bar if the main inventory is full, will still drop in the world if both are full
12 Months Ago
FIxed flamethrower displaying "shield compatible" in it's information panel (it isn't, just a UI issue)
12 Months Ago
Fixed name label missing on small hunting trophy
12 Months Ago
▋▍▍▉▍▊ ▉▆▊▍▆ ▇▇▆▌ ▅▆ █▆▊▄▇▅ ▉▆█▄ ▍▆█▉█▊██ ▅▆▉▅█ █▊ ▄▆▆█▊▍▆▍ ▋▍▋ ▇▅█▋█ ▆▉▊ ▉▄▆█▌▊▍▋ ▋▍▊▆ ▋▆ ▇▆▌▆▌ ▋▅ ▋▇▊▉▊▇▆▍▇
12 Months Ago
Fixed item condition bar on item icons not always updating correctly when moving items
12 Months Ago
Merge from main
12 Months Ago
Fix not being able to see clothing with GameObjectLOD in the player preview (ox and tiger mask)
12 Months Ago
▌▅▋▇▇▆ ▇▄▇▇▄▆▊▉ █▋▋▉▊ ▉█▍▌▇ ▇▉▉▅▋▅▋▊ ▉▅ ▇█▍▉▉█ ▄▍▉ ▇▊▅▋▌▇██ █▌█▋
12 Months Ago
Switch some more colliders over to the proper collision version (cranes) S2P both harbors
12 Months Ago
Fixed condition bar on item icon not displaying correctly for items that have been repaired
12 Months Ago
Possibly fixed the read/write errors on some colliders
12 Months Ago
Added a few tooltips to the editor Added zoom modifier field to skinnable object, affects the default zoom of the camera in the workshop editor Modified bear rug as an example
12 Months Ago
Merge from main
12 Months Ago
Added server.spawnvinetrees, will skip the vine trees during proc gen unless this is enabled Needs to be set at boot, will do nothing after proc gen has processed
12 Months Ago
Fixed vine tree not getting randomised rotation
12 Months Ago
Improved initial rotation of vines, fixes camera snap the first time a player uses a vine
12 Months Ago
Unsaved
12 Months Ago
Replace the vine renderer with a super simple line renderer (keep the old one as a prefab, can be swapped out)
12 Months Ago
Rework vine spawning locations, now just spawns at a given height and radius
12 Months Ago
Added the ability for ladders to require the player to look at the vine to climb it, prevents player going into ladder climbing mode if they strafe into a vine swinging tree
12 Months Ago
Don't spawn trees in rivers
12 Months Ago
Client compile fix
12 Months Ago
Very rough looking vine extending logic
12 Months Ago
Increase max distance of vines by 10m, rework vine swing spawn location
12 Months Ago
Added forestside topology 12 units around the vine tree to stop other trees spawning too close to the vine tree and blocking movement
12 Months Ago
Merge from parent
12 Months Ago
Possible fix for string pool warnings - ensure we use lower case bone names at runtime when looking in the string pool
12 Months Ago
Reapply spawn point change Add debug.vineswinginghighlight command
12 Months Ago
Merge from vines
12 Months Ago
Add more vine spawn points around the top of the tree Adjust the vine visual length based on how far it has to reach, fixes vines being usable but not looking usable due to the vine not reaching far enough
12 Months Ago
Added debug.vineswingingreport convar, prints out info about the vines on the server
12 Months Ago
Don't cancel the current looping gesture if the player attempts another legacy gesture (eg. dropping item)
12 Months Ago
Scaled down chicken coop by 10% and raised it slightly Fixes bits of the coop sticking through the floor below, preventing ceiling placement below (and it looked bad) Added a snapping point (like the planters) When snapped to a floor/foundation piece the chicken coop is now small enough to be full enclosed by walls
12 Months Ago
Merge from softcore_update
12 Months Ago
Added ingame changelog to the softcore game mode
12 Months Ago
Added a forceUpdateIfDisabled option on AnimationFlagHandler If an animator wants to change flag but is disabled (due to lodding) this enables the animator for 2s to let it update it's state and then disables the animator Has correct handling for the case where a player crosses into the LOD distance during that 2s Applied to all rustige eggs
12 Months Ago
Merge from softcore_update
12 Months Ago
Fixed args error when attempting to invite players to a team while the team is full (use ShowToast method instead of running command)
12 Months Ago
Fixed miner hat losing applied skin when turned on/off
12 Months Ago
▋▋▄▌ ▇▅▉█▄ ▍▍▊█ ▌▅ █▍▅▄▆▆▋▅▊▋ ▅▉▄▉█▅▋▊ ▌▋▆▇▆▇▍ ▌▊▆▍█ ▊▍▊▍ ▋▄▍ ▅▆▋▄▉ ▇▅▆
12 Months Ago
New vine swinging test procedural map Fixed broken tree swinging prefab, move to autospawn folder Removed the population bsaed vine tree spawn process Set up a PlaceDecorUniform pass for jungle swinging trees
12 Months Ago
Protobuf
12 Months Ago
Merge from vines