userJarryd Campicancel
branchrust_reboot/main/world_update_2cancel

105 Commits over 31 Days - 0.14cph!

22 Days Ago
Fixed LODGroup conflict on blunderbuss world model
22 Days Ago
Merge from Blunderbuster
22 Days Ago
Added "Tools/Find/Culling Volume one way connections" Fixed missing connections in cave_large_sewers_hard, cave_medium_hard, cave_small_medium, cave_large_sewers_hard
22 Days Ago
Fix NRE when attempting to repair an item and removing the item from the repair bench at the same time
22 Days Ago
Update conflicting prefab id on br_sphere prefab Manifest
22 Days Ago
Fixed mesh import settings on a bunch of divesite meshes Fixed seaweed decal not rendering (incorrect decal layer)
23 Days Ago
Added new SwapAmmoParticle class, same functionality as SwapAmmo on viewmodels but swaps a material on a particle effect Applied to 3rd person reload effect on HCR, shells dropped will now have the correct material
23 Days Ago
Further checks on waterball splash logic to prevent a splashing through foundation edge case
23 Days Ago
More culling volume fixes in cave_medium_hard
23 Days Ago
Manifest rebuild
23 Days Ago
Add harvestable layer to F1 layer tools
23 Days Ago
Batch mussel meshes
23 Days Ago
Fixed most rocks in divesite_d double rendering
23 Days Ago
Batch barnacles
23 Days Ago
Another possible fix for no collisions on the divesite plane
24 Days Ago
Enable divesite_plane_COL r/w
24 Days Ago
Blunderbuss + frontier hatchet backpack offsets
24 Days Ago
Fixed two possible cave configs that had misconfigured culling volumes that would result in seeing through into the void cave_large_hard, cave_small_medium
24 Days Ago
Only clear decals that are going to be recycled when playing back a demo shot, leave static monument decals untouched
24 Days Ago
Some prefab cleanup on divesite_d, still needs more work Fixed starfish_01 not culling Prefab replacer now selects the newly spawned prefabs
25 Days Ago
Added Tools/Find/Conflict ID Lookup tool Fixed campfire_on.static, cursedcauldron_on.static, lantern_on.static all assigned prefab id of 0 Rebuild manifest
25 Days Ago
S2P stables_b to fix missing HLOD on monument scene version
25 Days Ago
Possible fix for cave culling volumes incorrectly hiding themselves while a player is inside It appears MeshLOD may have been setting the meshfilter of some meshes to null before CullingVolume has a chance to build the volume bounds, leading to bounds that were too small Added debug.printCullingVolumeInfo to print the current volumes the camera is inside of for debugging
25 Days Ago
Fixed floating bottle in water_well_d
25 Days Ago
Fixed a culling volume setup in cave_small_medium that resulted in being able to see into the void
25 Days Ago
Speculative fix for MapMarkerCH47.SetupUIMarker NRE
25 Days Ago
Fixed floating IO wires in Radtown Fixed floating stack of license plates in Radtown S2P
25 Days Ago
Remove DontBecomeSolidWithPlayerInside component from waterball, it's deprecated and no longer used Fixed water ball spawning 1m in front of player even if they are standing in front of something solid, fixes sometimes being able to pour radioactive water though walls and killing plants Removed a useless GetComponent in FixedUpdate
29 Days Ago
Merge from world_update_2/merge_main (this brings this branch up to date with main)
29 Days Ago
Tag hill cliffs as AllowBarricadePlacement
29 Days Ago
Unsaved
29 Days Ago
Allow debug.ent_find_radius to work in live gameplay (was just demos)
29 Days Ago
Fixed NRE when looking at water if radiation water map doesn't exist
29 Days Ago
Fixed water well food cache and npc spawner marked as Client Cull while breaks spawning when used in MonumentIsland S2P affected water wells
29 Days Ago
FIxed spawn point gizmos showing a secondary, incorrect cyan circle
29 Days Ago
Added more crate spawn points and standardised all of the dive sites to spawn the same amount of crates
29 Days Ago
Add shark spawner to the spawn groups list on new divesites so it won't retire until the shark is killed (matching behaviour of old dive sites)
29 Days Ago
Added a UseCurve option to GameObjectToggleState and an accompanying curve, if the curve value is greater than 0 it will be considered on Allows us to toggle an object on and off multiple times in a single state
30 Days Ago
Fixed not being able to spray decals on half walls, low walls, doorways and windows when using the shipping container skin
30 Days Ago
Possible fix to CH47 killing it's mounted scientists twice, leading to some exceptions Also switched a string based invoke to a direct method call
30 Days Ago
Swap out spawner
30 Days Ago
More divesite E fixes
30 Days Ago
Rebuild divesite E after the directory changes in 104327 broke most of the models Added junkpile mounds to bridge the gap between the geometry and terrain
30 Days Ago
Convert junkpile_base to meshlod Add some junkpile_base meshes to divesite D and F to hide the gaps between the rock meshes and the terrain
30 Days Ago
Switch divesite D and F to JunkpileWaterSpawners for their crates, fixes crates getting orphaned when a dive site is retired or go through a save/load
30 Days Ago
MeshLod divesite d and f
30 Days Ago
Split the buoy section of divesites into a new child entity that bobs up and down on the server and uses SyncPosition Solves mismatching colliders on the client causing flyhack and raycast issues Only animates on the server if a player is within 128m Added a slight rotation over time
31 Days Ago
Fixed not being able to mount or unmount submarine at dive site D (incorrect trigger layer)
31 Days Ago
Fix Scene2Scene process running HLOD generation 3 times when generating prefabs and scenes Only run the first bake, subsequent HLODBounds generation calls will use cached mesh and materials (still runs everything else) Needs to be implemented when calling the S2P generation methods (see HLODBounds.ResetMultiBake in SceneToPrefab
31 Days Ago
Rework UnwrapBakers final asset output process to update and resave assets instead of deleting and recreating assets Fixes Scene2Scene workflow missing HLOD meshes because subsequent runs would delete the assets, losing their connection