Minimal modding framework for Yellow Taxi Goes Vroom.
- A custom logger that can be modified via config file to change the amount of saved log files and the log level. Default history of 5 files, and only writes user relevant messages.
- In game menu modifications allowing any mod to hook into and add entries to the main and pause menus, and add their own sub menus.
- Reflection utilities.
- In game mod menu that shows all currently installed mods
For mods hoping to use this library, it can be found on nuget, and some examples using it:
- Install the latest version of BepInEx 5.
- Depending on your system,
get BepInEx_<system>_x64.zip
- Extract the contents to your game folder
- Depending on your system,
- Launch and close the game so that BepInEx can do its initial setup.
- Install the latest version of MonoMod HookGenPatcher.
- Download the
Release.zip
- From your game folder go to
/BepInEx/patchers/
and extract everything.
- Download the
- Install the latest version of Chauffeur.
- Download the
Chauffeur.dll
- From your game folder go to
/BepInEx/plugins/
and place the dll there.
- Download the