branchrust_reboot/main/procgen7cancel
45 Commits over 0 Days - ∞cph!
Fixed forestside topology getting incorrectly flagged as roadside topology
Subtracted changeset 6468
Properly separated ocean and lake topologies
Fixed players sometimes spawning next to lakes
Fixed lighthouses sometimes spawning on lakes
Fixed lakeside decor sometimes spawning next to ocean
Refactored static decor placement (now uses noise octaves instead of shitty blob clustering)
Tweaked lake and island shape
Reduced maximum allowed path slope from 35 degrees to 30 degrees
Only generate rivers of a certain length, discard super short ones
Added cliff prototypes
Added three static decor placement types (white noise, value noise and uniform)
Fixed the cause of a metric ton of road network generation weirdness
Only generate roads of a certain length, discard super short ones
Reduced minimum distance between two rad towns
Path / bridge tweaks and fixes
Updated riverside and roadside spawn filters
Experimenting with a new rock tinting technique (for smooth biome transitions)
Made all per-object decor randomizations fully modular
Changed rock material adjustments from Start to Awake
Tweaked DecorComponent seed handling
Tweaked cliffs
Improved randomness of SeedRandom.Sign
Added refresh to tree mesh script context menu
Added offset to tree mesh
Added timings to all prefab refresh options
Unified tree mesh and decor modifiers
Added crystals to spawning
Tweaked crystal materials and prefab settings
Fixed various cases where the river mesh could overlap itself
Added more descriptive procedural component loading statuses
Fixed possible warning in tangent calculation when aligning decor
Replaced hill noise with a nicer-looking, more noisy variant
Tweaked topology dilation destination masks
Made the terrain anchor check determine the ideal object placement height from all of its anchors
Added extension method to apply decor components pre-instantiation
Greatly improvement monument spawn position finding
Removed some unused code
Improved terrain modifier generators
Updated monument scenes with the improved terrain modifier generators
More hill noise improvements
Added separate detail noise
Increased the number of dune noise octaves
Unified TerrainModifierGenerator and TerrainModifierGeneratorFade
Updated monument scenes with the improved terrain anchor generator