An UI mod for the Cities Skylines game providing a more convenient way to access the budget sliders from the economy panel.
You can find the Steam Workshop mod entry here.
If you want to contribute, fork and pull the repository. I used Visual Studio to maintain the project. You still have to add (or change the path of) some DLL references manually. The DLL files are located under your Cities Skylines installation folder: [SteamLibrary]\SteamApps\common\Cities_Skylines\Cities_Data\Managed
I selected the following DLLs:
- Assembly-CSharp.dll
- ColossalManaged.dll
- ICities.dll
- UnityEngine.dll
- UnityEngine.UI.dll
The project should already come with a post-build event which copies the created DLL to the Local AppData mod folder. You don't need to restart the game after you recompile the project. Just (re)load the savefile.
More useful info here: https://skylines.paradoxwikis.com/Advanced_Mod_Setup
To update the mod to the Workshop you can follow this tutorial: https://steamcommunity.com/sharedfiles/filedetails/?id=424748932