PlateUp!

PlateUp!

KitchenLib (Beta)
Showing 51-60 of 85 entries
< 1 ... 4  5  6  7  8  9 >
Update: 16 Apr, 2023 @ 11:56pm

KitchenLib Beta v0.6.6 B1

Release Notes - API Related

- Capes no longer take the Hat Slot.
- Updated Cape slection UI.
- Each save file now has a details.json containing the currently loaded mods, and componenets in the save.
- Preferences menu now contains a Dump Details button for easier debugging
- ResourceUtils.LoadTextureFromFile(string FilePath) now caches loaded textures, and will return the cached texture if it has already been loaded.

Update: 14 Apr, 2023 @ 1:33pm

Update: 14 Apr, 2023 @ 12:22am

Update: 12 Apr, 2023 @ 10:24pm

Update: 7 Apr, 2023 @ 3:17am

Update: 14 Mar, 2023 @ 7:12am

KitchenLib Beta v0.5.6 RC6

Release Notes - API Related
Base Classes

BaseMod

- Readded `BaseMod instance` (Backwards Compatibility).

CustomUnlock

- `CustomUnlock` has been readded (Backwards Compatibility).

Update: 14 Mar, 2023 @ 6:28am

KitchenLib Beta v0.5.6 RC5

Release Notes - API Related

JSONManager

- Removed Debug Logs.

Utilities

GDOUtils

- `GetCustomGameDataObject(string modID, string name)` not checks for modName as well (Backwards Compatibility).

Base Classes

CustomLocalisedGameDataObject

- `CustomLocalisedGameDataObject<T>` has been re-added (Backwards Compatibility).

Update: 14 Mar, 2023 @ 4:38am

KitchenLib Beta v0.5.6 RC4

Release Notes - API Related

JSONManager

- Fixed Material Loading

Update: 13 Mar, 2023 @ 1:11am

KitchenLib Beta v0.5.6 RC3

Release Notes - API Related

Utilities

GameObjectUtils

- Added `Color ColorFromHex(int hex)`.
- Added `bool HasComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `T TryAddComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `GameObject GetChild(this GameObject gameObject, string childPath)`. - Thanks @ZekNikZ
- Added `int GetChildCount(this GameObject gameObject)`. - Thanks @ZekNikZ

Release Notes - Other

- Fixed internal logging. - Thanks @ZekNikZ
- Added XML documentation to some methods. - Thanks @ZekNikZ
- Other general cleanup. - Thanks @ZekNikZ
- Main Menu now contains more dish icons (including modded ones). - Thanks @propstg ( @blarglebottoms )
- Main Menu Dishes now refresh every few seconds. - Thanks @propstg ( @blarglebottoms )
- Updated version regex to support PlateUp! beta versions. - Thanks @ajvr

Update: 9 Mar, 2023 @ 6:23pm

KitchenLib Beta v0.5.6 RC2

Release Notes - API Related

Materials

- Added CBlueprintLight (Blueprint Light) Material.

JSONManager

- Fixed JSONS not loading.

Release Notes - Other

- Adjusted game version compatibility.