Method 1: Using Notepad, let the game compileįirst we will create a mod with the tools provided by the game.
dll file is your compiled mod (what you usually download from the Workshop).Īlternatively, your can use an external compiler like the one provided by Visual Studio (see Method 2). Cities: Skylines comes with an integrated compiler. It's very similar to Java (just better!).Īfter writing your mod in C#, you have to compile it to create machine readable code. NET applications.Ĭ# is the most common programming language that can be used to create. It's basically a set of libraries and a virtual machine that runs your. That means the same code can be used on all of these platforms. NET framework that runs on Windows, Mac and Linux. In this tutorial, we will create a basic mod in two different ways: With a simple text editor, and with the Visual Studio IDE.Ĭities: Skylines uses the Unity Engine, which is based on Mono, an open source implementation of the.