boformer / BuildingThemes

Mod for Cities:Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=466158459
MIT License
13 stars 11 forks source link

Store the bundled "vanilla" themes in the themes.xml file or not? #9

Closed boformer closed 9 years ago

boformer commented 9 years ago

If we store the bundled themes in the xml configuration, players can modify the themes to add custom assets.

The problem is that updating the list will be harder when a game update that contains new assets is released.

bloodypenguin commented 9 years ago

Bundled assets names can be retrieved from their respective collections GameObjects like, say, 'European Collections/Europe Commercial Low`. Only GameObjects' names will need to be updated If assets are retrieved in such manner.

boformer commented 9 years ago

That's a nice idea.

bloodypenguin commented 9 years ago

Anyway, we don't need to store 'vanilla' themes in themes xml file

bloodypenguin commented 9 years ago

Implemented merging of loaded and built-in themes