PlateUp!

PlateUp!

KitchenLib
Showing 71-77 of 77 entries
< 1 ... 6  7  >
Update: 12 Dec, 2022 @ 10:53am

KitchenLib Beta v0.2.9
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.9

Release Notes - API Related

Utilities

ResourceUtils

- FindModPath(Assembly assembly, AssetBundleLocation location) is now obsolete.
- Added GetModsFolder()
- Added GetWorkshopFolder()

Bugs

- Fixed a bug causing OnFrameUpdate() to not get called after joining a multiplayer session.

Release Notes - Other

UI

- Non-KitchenLib mods will now show up in the mod list when using the Workshop loader.

Update: 7 Dec, 2022 @ 3:32pm

KitchenLib Beta v0.2.8
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.8

Release Notes - Other

Bugs

- Fixed a bug causing Harmony to patch twice when trying to load into multiplayer causing a soft-lock

Update: 7 Dec, 2022 @ 9:49am

KitchenLib Beta v0.2.7
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.7

Release Notes - API Related

Utilities

MaterialUtils

- Added ApplyMaterial<T>(GameObject prefab, string path, Material[] materials) to allow for different renderer types ie. SkinnedMeshRenderer

ResourceUtils

- Added AssetBundleLocation argument to FindModPath

Update: 7 Dec, 2022 @ 1:20am

KitchenLib Beta v0.2.6
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.6

Release Notes - API Related

Base Classes

BaseMod

- Reimplemented obsolete constructors for temporary backwards compatibility.
- Changed OnFrameUpdate() and OnInitialise() from abstract to virtual for temporary backwards compatibility.

Update: 6 Dec, 2022 @ 3:13pm

KitchenLib Beta v0.2.5
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.5

Release Notes - API Related

Registration
- Removed Obsolete RegisterCustomAppliance<T>
- Removed Obsolete AddSystem<T>
- Removed Obsolete AddAppliance<T>
- Removed Obsolete AddProcess<T>

Base Classes

Fixed BaseGameDataObjectID not working for most base classes.

BaseMod

- Rewrote BaseMod to be more consistant across mod loaders.

CustomDish

- Removed Obsolete UnlocksMenuItems
- Removed Obsolete UnlocksIngredients
- Removed Obsolete PrerequisiteDishes

CustomItemGroup

- Removed Obsolete DerivedSets

CustomUnlock

- Removed Obsolete Requires
- Removed Obsolete BlockedBy

References

- Updated all reference names

Utilities

ResourceUtils

- Added string FindModPath(Assembly assembly, bool isNonWorkshop = false)

SystemUtils

- Removed Obsolete AddSystem<T>
- Removed Obsolete NewSystem<T1, T2>

CustomGDO

- Removed Obsolete GetCustomAppliance(int)
- Removed Obsolete GetCustomAppliance<T>
- Removed Obsolete GetCustomItem(int)
- Removed Obsolete GetCustomItem<T>
- Removed Obsolete GetCustomProcess(int)
- Removed Obsolete GetCustomProcess<T>
- Removed Obsolete GetGameDataObject(int)
- Removed Obsolete GetGameDataObject<T>

GDOUtils

- Removed Obsolete GetExistingAppliance(int)
- Removed Obsolete GetExistingItem(int)
- Removed Obsolete GetExistingProcess(int)
- Added GetCustomGameDataObject(int)
- Added GetCustomGameDataObject<T>

Other

- Fixed a bug causing logging to not work when using the Workshop loader.
- Fixed a bug causing the console to have an unnessary warning when registering a CustomGameDataObject.

Update: 6 Dec, 2022 @ 1:53am

KitchenLib Beta v0.2.4
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.2.4

Release Notes - API Related

References
These classes contain an int for each GDO and its relative ID.

UpdatedApplianceReference
Updated ItemReference
Updated ProcessReference
Added CompositeUnlockPackReference
Added CrateSetReference
Added DecorReference
Added DishReference
Added EffectReference
Added EffectRepresentationReference
Added GardenProfileReference
Added ItemReference
Added ItemGroupReference
Added LayourProfileReference
Added LevelUpgradeSetReference
Added ModularUnlockPackReference
Added PlayerCosmeticReference
Added ProcessReference
Added RandomUpgradeSetReference
Added ResearchReference
Added ShopReference
Added ThemeUnlockReference
Added UnlockReference
Added UnlockCardReference
Added UnlockPackReference
Added WorkshopRecipeReference

Update: 5 Dec, 2022 @ 2:39pm