CommonAPI
FOR PLUGIN MAKERS - General purpose library to make modding certain aspects of the game easier. Custom save data, phone apps, interactables and more!
CHANGELOG
1.3.1
- Fix a bug where phone buttons would erroneusly press seemingly at random.
1.3.0
- Fix bugs when emptying ScrollViews.
- Now writes backups for save files.
- When a save fails to load CommonAPI will try to load a backup. If the backup fails to load as well, the save will start clean.
1.2.3
- Fix crashes with empty ScrollViews.
1.2.2
- Fix save data loading too late.
1.2.1
- Quick fix for absolute custom save data location not working as intended.
1.2.0
- Removing buttons from a phone scrollview now always destroys their GameObjects fully.
- Can now pick location for custom save data - By default it now saves to the users Documents folder under "Documents/Bomb Rush Cyberfunk Modding" rather than in the BepInEx config. This can be set to any location.
- Fixed phone-related crash.
1.1.0
- Initial public release.