branchrust_reboot/main/save199cancel
22 Commits over 0 Days - ∞cph!
Fixed roads sometimes going crazy (underwater, over cliffs, through monuments) at monument start / end points
Trainyard terrain anchor tweaks (fixes occasional steep cliff in front of road access point, which would cause weird roads)
Allow 1 out of the 4 corners of a monument to slightly reach into a neighboring tier when finding spawn locations for them
Power lines can end at ring road (massively speeds up power line layout generation on large maps)
Fixed edge case that was causing duplicate road connections on a single monument road connection point
Monument scene updates (smoother road connections, some additional trail connections)
Added push field support to path finder
Secondary road connections are pushed away from the monument they originate from (prefer connections to other monuments)
Fixed fishing villages still sometimes spawning on islands
Added support for secondary / redundant road connections to the road layout generation
Ensure all monument road connection points are connected to a road if at all possible, leading to a larger and more continuous road network
Fixed that the first monument that was placed (usually a harbor) would nearly never be connected to the road network
Trails use same costmap resolution as roads (allows them to find paths from much further away)
Prioritize terrain texture adjustments from larger roads over those from smaller roads or trails
Fixed trails being too thin and jagged on sand (looks bad)
Disabled mip maps on terrain normal map to preserve detail (test)
Disabled mip maps on terrain splat maps so they look less awful in the distance and on low graphics qualities
Added trail connection points to various small monuments that didn't have proper road connection points before
Added trail road type, generated after both ring road and side roads have been created
Better mainland topology generation (fixes some things that looked like islands being considered mainland)
Keep at least 50m distance to any monuments when selecting a beach spawn point