An open API service indexing awesome lists of open source software.

https://github.com/tomarus/cs-terraingen

Cities: Skylines Terrain Generator Mod using the Square Diamond algorithm.
https://github.com/tomarus/cs-terraingen

Last synced: 10 months ago
JSON representation

Cities: Skylines Terrain Generator Mod using the Square Diamond algorithm.

Awesome Lists containing this project

README

          

Cities: Skylines Terrain Generator
==================================

Quickly generate great looking terrain to be used as a base for creating your own maps!

This mod creates random fractal terrains using the diamond square algorithm.

This mod is available on the [Steam Workshop](http://steamcommunity.com/sharedfiles/filedetails/?id=453425585)

Please refer to the steam workshop page for all documentation.

Compiling
---------

This mod was created using Monodevelop. To build this mod you need to install all game dll's to your project folder, or point your references path to your steamapps folder.

Or just use the supplied Makefile to automate compiling and installing. The Makefile is tuned for OSX. If you are running Linux you should change the paths in the Makefile to point to your steamapps folder.

See [the unofficial modding documentation](http://skylines-modding-docs.readthedocs.org/en/master/modding/Getting-Started/Setting-Up-MonoDevelop.html) for hints on how to setup this project.