This repository contains all my mods and the libraries I created that the mods use.
- Ensure you have the dotnet 4.7.2 devpack installed.
- Either Download the installer from Microsoft
- If you are using chocolatey you can install it by running
choco install netfx-4.7.2-devpack
- Set an Environmental Variable called
CS_GAME_DIRECTORY
which points to the Cities_Skylines game install folder. E.g.C:\games\steamapps\common\Cities_Skylines
This variable is used in the .csproj
files to locate the dll files provided by the game
When you build the solution the mods are automatically deployed to the %LOCALAPPDATA%\Colossal Order\Cities_Skylines\Addons\Mods
folder.