Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 421 Bytes

File metadata and controls

18 lines (13 loc) · 421 Bytes

Build Instructions

  1. Install Node.js 20, .NET 8.0 SDK and Modding Toolchain in-game

  2. Clone the repository

git clone [email protected]:slyh/Cities2-TrafficLightsEnhancement.git
cd Cities2-TrafficLightsEnhancement
git submodule update --init --recursive
  1. Build the plugin
dotnet restore
dotnet build --configuration Release