プレートアップ!

プレートアップ!

KitchenLib
86件中 81-86 を表示
< 1 ... 7  8  >
更新: 2022年12月7日 @ 15時32分

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

更新: 2022年12月7日 @ 9時49分

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

更新: 2022年12月7日 @ 1時20分

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.

更新: 2022年12月6日 @ 15時13分

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.

更新: 2022年12月6日 @ 1時53分

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

更新: 2022年12月5日 @ 14時39分