



This mod allows you to easily replace grass, dirt and cliff map textures in your game.
This mod takes advantage of the fact that map textures are stored as standard unity textures, making them straightforward to read and set.
Hopefully when the full official editor releases, it will include map theming tools, but in the meantime this mod makes basic theming possible.
BepInEx/plugins and optionally download the example texture pack DesertMapTheme.zipThis mod has support to load in texture packs via zip files. This mod includes one example texture pack, a desert map theme.
The vanilla game uses 4096x4096 sized map textures by default for grass, 2048x2048 for dirt and cliff though smaller scaled textures will successfully replace. For example, the example desert map theme pack uses 1024x1024 sized textures.
To make your own pack, just compress some or all of the following filenames into a zip file
Grass_BaseColor.png
Grass_Normal.png
Dirt_BaseColor.png
Dirt_Normal.png
Cliff_BaseColor.png
Cliff_Normal.png
This mod is experimental, so things might not work as expected. No settings are saved yet, so any changes are gone when you quit the game
Thanks to the Cities Skylines 2 modding community for making modding more accessible
If you like this mod be sure to leave an upvote! Thanks