ashleynewson / openra-map-generator

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

Support additional tilesets #10

Open ashleynewson opened 1 month ago

ashleynewson commented 1 month ago

The ones in OpenRA RA mod (in addition to TEMPERAT) are SNOW, DESERT, and INTERIOR.

SNOW and DESERT are largely reskins (perhaps with a few extras), but INTERIOR is completely different and would require modified algorithms.

For the time being, one can just manually change the tileset field in the generated yaml file. That seems largely adequate.