
Cities: Skylines II
You are viewing a potentially older version of this package. View Latest Version

Library and framework for mod authors to easily add their own mod UI, well integrated into the existing Game UI.

HookUI is some sort of UI framework/loader for Cities: Skylines 2 (C:S2). It replaces the default UI with a UI that provides hooks for mod-authors to inject their own UI components, makes it fit in with the existing game UI easily.
[!WARNING]
This is a early version of the loader/framework, expect dragons
The framework/loadah gives you the ability to write small little pieces of UI that you can use just as UI mods, or integrate with your own mod so you don't have to focus too much on UI code.
It consists of a few parts:
mod/)
lib/)
ui_lib/)
window properties for mods to register themselves in the UIPut another way:
HookUI directory in BepInEx\plugins directory, within your game directory