Speed Limit v0.1.0
Initial Commit:
– Change Speed limits on roads and highways.
– Displays speeds in kph and mph.
– You must open the tool from the hookui button (backpack) before selecting a road/highway.
Built using Cities: Skylines 2 – C# Mod template by Captain-Of-Coit Mod Template.
Requirements
– BepInEx 5.4.22 or later
Usage
Run make build
Regarding BepInEx version 5 (Stable) VS 6 (Alpha/Unstable/Nightly)
Currently, this mod template defaults to building against BepInEx version 6 (unstable pre-release). If you’d like to instead use Stable BepInEx version 5, you can run the build like this:
$ make build BEPINEX_VERSION=5
What the hell is “make build”. Another programming software?