ashleynewson / openra-map-generator

Experimental random map generation for OpenRA
MIT License
0 stars 0 forks source link

Support roads #2

Open ashleynewson opened 1 month ago

ashleynewson commented 1 month ago

In the simplest form, these can be a point-to-point line. However, the tile set allows for junctions. Junctions and end-points could be placed down first, at suitably large distances, and then connected up. Some of the junction pieces are somewhat random shapes though, so only using a subset might be preferred.

ashleynewson commented 2 weeks ago

Road support has largely arrived. Though, it is quite basic. Junctions are not supported and are quite low priority.

I may need to adjust the ordering of how they fit into the map generation workflow.