This repository contains mods that offer minor quality-of-life improvements over the base game of Cities: Skylines II.
Disclaimer: These modifications are generally small but highly experimental. Your game may crash more frequently, and your save files could be corrupted.
Improves pedestrian pathfinding so they will be less likely to cross at "unsafe" areas (IE, areas where a crosswalk was removed, requiring them to cross to the opposite side first, or maybe use a nearby bridge) (Compatible with version 1.0.14f1)
Install BepInEx 5
Download BepInEx_x64_5.4.22.0.zip
(or a newer version) and unzip all contents into the game's installation directory, typically C:/Program Files (x86)/Steam/steamapps/common/Cities Skylines II
The installation directory should now include the BepInEx
folder, doorstop_config.ini
, winhttp.dll
Download DLL files from the release page and place them in the Cities Skylines II/BepInEx/plugins
folder
Launch the game, mods should be loaded automatically.
slyh/Cities2-Various-Mods: Mod that I based this off
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