141,556 Commits over 4,505 Days - 1.31cph!

16 Minutes Ago
Add the "automatically start cooking" code from the apartment stove to the BaseOven and enable it for the composter (so the composter automatically "cooks" items added into it)
30 Minutes Ago
Added decay to monument blockers Has an initial grace period where no decay will occur (DecayGracePeriodMinutes on prefab, default 12 hours), after that will apply DecayPerMinuteTick (1) damage per minute Added debug.addmonumentblockergrace to process artificial time to the grace period for testing and debug.printmonumentblocker to print the current blocker results Time is saved through server restarts and scaled by timescale but will not take into account time spent offline Also fixed a sneaky bug that restored blocker health to full on every server restart
30 Minutes Ago
Add prefab variant for composter loot panel (so we can remove / change the background icons for the composter inputs)
31 Minutes Ago
Change the composter prefab
31 Minutes Ago
Rewrite the hackweek composter UI to merge all of the composter code into normal cooking code - move ItemModCookable -> CookableItemInfo so we can create a "cooking compost" component at runtime - turn ItemModCompostable into an ItemMod - convert Composter class from StorageContainre -> BaseOven
1 Hour Ago
Update: pull prefab originals if prefab variants were assigned to dynamic bundle Pulls just 1 prefab, but worth to do anyway. Still chasing why engine fails to load prefabs in bundle mode. Tests: built new bundles, checked manifest and loaded in editor
1 Hour Ago
fix empty mags dropping twice in third person
1 Hour Ago
Add support for Rust+ to kick players from our team (or yourself to leave the team) Also fixes a couple unrelated bugs
1 Hour Ago
Merge from main
1 Hour Ago
Merge from deepsea_terrain_everywhere
1 Hour Ago
Fix foliage not loading when DeepSea.terrain_everywhere is enabled
1 Hour Ago
Merge from main
1 Hour Ago
Fix navmesh generated on divesites, not generated in some doorways, some monument rooms not having navmesh, and scientist corpse colliders on wrong layer
1 Hour Ago
Merge from main
1 Hour Ago
three more asset optimsations that were over the vertex cap AshtrayB1_LOD0 1028 > 983 verts matrix_display_tools_LOD1 1019 > 998 verts emptybarrel_LOD1 1164 > 876 verts ashtray now batches on its whole chain (LOD0-2) tools display and empty barrel batch from LOD1 down
3 Hours Ago
optimised bed - LOD1 now under the batching vertex cap LOD1 998 verts, was over 1000 so it never batched now batches 30 to a draw call in the LOD1 band also fixed lod issue where the fold in the bed cover would disappear on LOD1 and reappear on LOD2
3 Hours Ago
Fix navmesh building on dive sites
3 Hours Ago
merge from hqm_ore_random_spawner
3 Hours Ago
Update: gather assets into dynamic UI bundle as a first step, to capture all deps (40MB -> 0.6GB) - mode ui/menu2 assets from props-other assetscene to prefabs (otherwise no idea how it used to work before) - also add a bit earlier error checking when loading from bundle Tests: editor in bundle mode - able to see all but 2 icons, but prefabs are not loading
3 Hours Ago
Added ore_hqm_spawner.prefab (with doubled min/max respawn delay) Updated manifest
3 Hours Ago
optimised large wooden box LOD0 999 verts, was over 1000 previously so it never batched at close range it can now batch around 30 to a draw call inside the 0-10m LOD0 band tris LOD0 1,552 > 1,346, LOD1 474 > 366, LOD2 100 > 84
Today
Apply 10+ loop deep error to PrePlayerDraw Fix the typo in "unlosed" file find handles error Resolve a bunch of double curtime bugs * Pretty much only relates to NPCs Add a null check in CalcDamageForceVector
4 Hours Ago
merge from hqm_ore_random_spawner
4 Hours Ago
Added HQM ore to ore_random_spawner.prefab (weight 5)
4 Hours Ago
merge from HAB_armour_damage
4 Hours Ago
Enable RW on HAB armor gibs HAB armor now plays an effect when equipped, placeholder sound for now Switch HAB door to chainlink door sounds instead of metal Now need to hold E for 3 seconds to put on the armor instead of instant, prevents misclicks
5 Hours Ago
Mixing table LOD optimisation Merged Glass01-08 + Water into the Table_LOD0/1/2 glass submesh draw calls 10 > 2, FBX meshes 12 > 3, LOD components 10 > 1 much more simplified. also fixed opacity on the water in the bucket being completely transparent for years
5 Hours Ago
Make the code for "cooking items" in furnaces work on both compostable items and normal cookable items
5 Hours Ago
Remove huge debug cube from water pipe access point
5 Hours Ago
optimisations to the mixing table - need to figure one thing out first
6 Hours Ago
Added Windows Terminal compatibility to the windows server console Fixes the server console from glitching and being unusable, backward compatible with Windows Console Host Before: https://files.facepunch.com/raul/2026/August/26_21-10-YellowEider.mp4 After: https://files.facepunch.com/raul/2026/August/26_21-08-NegligibleBarasingha.mp4
Rin
6 Hours Ago
merge from hqm_ore
6 Hours Ago
set better speed values and improved animation blending (not enough tho) movement looks more natural but needs more work fixed critters hovering above ground instead of being on surface
Rin
6 Hours Ago
HQM Collectable 8 > 5 HQM Node 30 > 20 More common in jungle than other biomes
Today
Merge from boat_deploy_error_fix
Today
Fix the incorrect "Can't be deployed on boats" deploy message when something is just badly placed.
Today
Merge from playerboat_decay_fix
Today
Persist timeSinceLastUsed for playerboats. Fixes no decay bug on daily restart servers.
Today
Added calf texture variations. set up with material variants.
Today
Merge from workbench_upgrade_rug_deploy_fix - Rugs no longer block installation of workbench upgrades
Today
merge from Monument_Blocker_Balance
Today
S2P mil tuns, silo, large oil
Today
Changed TerrainFootprint's default MaxTiltDegrees to 35 after finding a tiny rock gap that was not resolved by the footprint terrain modifications because the rock was at 26 degrees, 1 degree over the existing MaxTiltDegrees
Today
More fixes
Today
Merge from hab_armour_damage
Today
Merge from main
Today
merge from main -> Hackweek_CompostUI
Today
merge from fix_hotbar_swap_overstack -> main
Today
Merge from main
Today
Removed mipmaps from the default unity spotlight cookie texture to fix light leaking issues