/Cities2-Various-Mods

Collection of mods for Cities: Skylines II

Primary LanguageC#

This repository contains mods that offer minor quality-of-life improvements over the base game of Cities: Skylines II.

Disclaimer: These modifications are highly experimental. Your game may crash more frequently, and your save files could be corrupted.

Notice

  • Suggestions wanted! What additional signal phases do you think should be included in the Traffic Lights Enhancement mod? Leave your opinion in the Discussions section!

Mods

  • Traffic Lights Enhancement
    • Set traffic lights to various predefined signal modes
    • Guide available here
    • Compatible with version 1.0.14f1

Installation

  1. If you already have BepInEx 5 or BepInEx 6 installed, proceed to step 3

  2. Install BepInEx 5

    • Download BepInEx_x64_5.4.22.0.zip (or a newer version), and unzip all of its contents into the game's installation directory, typically C:/Program Files (x86)/Steam/steamapps/common/Cities Skylines II

    • The installation directory should now have the BepInEx folder, the doorstop_config.ini file, and the winhttp.dll file

  3. Run the game once, then close it. You can close it when the main menu appears

  4. Download the mod

  5. Unzip the downloaded file into the Cities Skylines II/BepInEx/plugins folder

    • Don't forget to uninstall the old version of the mod to avoid conflicts
  6. Launch the game, the mod should be loaded automatically

Thanks

PickledDragon and Rebecca for their insight on the inner workings of the lane system

Cities2Modding: Info dump / guides for Cities Skylines 2 modding

BepInEx: Unity / XNA game patcher and plugin framework

Harmony: A library for patching, replacing and decorating .NET and Mono methods during runtime