branchrust_reboot/main/terrain-improvementscancel
105 Commits over 31 Days - 0.14cph!
Refactored ProceduralComponent system to use two passes (pre pass and final pass)
Increased river vertex count
Generate river mesh in procedural final pass
Apply terrain modifiers, terrain anchors and decor components before instantiating the prefab
Removed some hacky code that's no longer required from the decor and monument placement scripts
Tweaked path side placement
Roadside / riverside tweak
Removed default normal alignment and rotation randomization from clutter scripts
Updated clutter prefabs (need to align to normal via decor components now)
Tedious resource prefab updates, fixing some minor issues in the process
River splat mapping tweak
Removed some deprecated code from SpawnFilter
Tweaked prefab mountain scale
Retired the concept of overlay splats (there are smarter ways)
Added generic versions of the rock materials (those are the ones that will be parameter-adjusted using property blocks)
Rock prefab updates and tweaks
Terrain raycast tweaks
Fixed `server.seed 111111111` resulting in seed `111111112` and various related issues
Smoothened river mesh slightly
Prefab scene placement updates
Forest splat mapping tweaks
Grassland splat mapping tweaks
Allowed resources to spawn on rocks that are part of the terrain
No longer prevent resources from spawning on decor topology
Optimized resource spawning, especially the initial spawn wave
Tweaked forest sizes
Allow full range of FOV slider to actually be applied
Verify vertex is forward-facing before adding it to the river mesh (fixes more overlap cases)
Road / bridge analysis improvements
Better lakeside / oceanside / beachside topology generation
Switched road pathfinder to von neumann neighborhood for more road wobbliness
Increased minimum river length and overall river count
Fixed that discarded rivers would block other rivers
Added padding to bridge terrain adjustment
Fixed some dedicated server compilation errors
Protocol++ (network + save)
Merge from custom-map-backend
Trying an alternative height map encoding
Removed the need for WorldSetup
Ignore spawn handler position
Silly me, doing it all complicated
Added terrain painting overlay to terrain and terrain blend shaders
Enabled trees in LegacyLevel
Switched biome paint preview to overlay
Render overlay alpha channel as white
Added refresh to spawn handler context menu
Added checksum calculation to custom maps
Moved editor size and seed from game setup to terrain generator
Disconnect on checksum mismatch