Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
GNU General Public License v3.0
16 stars 7 forks source link

Forest noise improvement and forest roads #425

Closed snipercup closed 1 month ago

snipercup commented 1 month ago

Requires #424 Fixes #421

This PR does two things:

  1. improve forest terrain generation by tweaking the noise values. My goal was to eliminate single forest maps to spawn and create more defined clusters instead
  2. Have roads move trough the forests by putting down new forest road maps. Previously, the forest map would be replaced by a field map with a road on it.

Maybe there is a way to generate a road without relying on road maps. This would remove some restrictions and create more flexibility. It would be tough to show on the overmap though.