PlateUp!
KitchenLib
Hiển thị 11-20 trong 77 mục
< 1  2  3  4 ... 8 >
Cập nhật: 3 Thg08, 2023 @ 10:41am

Release Notes v0.7.9
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.7.9

Utilities

+ Added `GameObject MaterialUtils.AssignMaterialByNames(GameObject gameObject)` for easier Material assignment.
+ Added `Component GameObjectUtils.CopyComponent(Component original, GameObject destination)` for easier cloning of components.
+ Added `TMP_FontAsset FontUtils.GetExistingTMPFont(string font)` to get existing `TMP_FontAsset`s.
+ Added `Font FontUtils.GetExistingFont(string font)` to get existing `Font`s.

GameDataObjects

CustomAppliance

+ Added `bool AutoGenerateNavMeshObject = true` to automatically generate NavMeshObsticles on GameObjects.
+ Added `List<MenuPhase> RequiresPhaseForShop`

CustomDish

+ Added `bool BlockAllOtherFood`
+ Added `List<Unlock> AllowedFoods`
+ Added `RestaurantSetting ForceFranchiseSetting`

CustomItem

+ Added `Item.ItemProcess AutomaticItemProcess`
+ Added `bool IsConsumedByCustomer`
+ Added `int AlwaysOrderAdditionalItem`
+ Added `bool AutoSatisfied`

CustomThemeUnlock

+ Added `bool BlockAllOtherFood`
+ Added `List<Unlock> AllowedFoods`
+ Added `RestaurantSetting ForceFranchiseSetting`

CustomUnlockCard

+ Added `bool BlockAllOtherFood`
+ Added `List<Unlock> AllowedFoods`
+ Added `RestaurantSetting ForceFranchiseSetting`

CustomLayoutProfile

+ Added `List<NodeConnection> NodeConnections` to allow for easier graph building.

References

* Updated References to 1.1.6
* Updated References to include enums.
`_ApplianceReferences hob = _ApplianceReferences.Hob;` - `_` indicates `enum`.

Logging

+ Added hidden `isDebug` option in the preferences file allowing for detailed registration logging.
+ Added log message to indicate KitchanLib usage.
* Fixed a bug preventing beta versions from displaying their registered version.
* Fixed a bug displaying a '*' on internal logging.

Bugs

* Fixed a bug causing various Sides to not display corretly - Thanks @Yariazen
* Fixes with details.json - Thanks @Yariazen

Other

* Adjustments to logging - Thanks @Yariazen
- Removed Capes.
- Removes Prank Related Systems (`GenerateCustomers` & `PlayerSpeedOverride`).
* Adjusted dynamic KitchenLib indicator to be a static ! .
* Updated References in the Debug Menu.
* Updated to reflect GDO Changes above.
+ Added warning on Main Menu when using KitchenLib Beta.
- Removed multiplayer outfit fix. ( Implemented into base-game as of v1.1.6 )
- Removed `PlayerInfoManager_Patch` as it's been implemented in the base-game.
+ Added a KitchenLib Beta option in preferences.

Cập nhật: 23 Thg06, 2023 @ 8:38am

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

Release Notes
Bug Fixes
Fixed a log spam issue related to the Cape removal.

Cập nhật: 23 Thg06, 2023 @ 8:22am

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

Release Notes
Bug Fixes
Fixed a log spam issue related to the "Prank Menu" removal.

Other
Removed Data Collection.
Removed April Fools
Removed Capes Equip Menu
Removed 21 Balloons

Cập nhật: 22 Thg06, 2023 @ 12:57pm

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

Release Notes
Bug Fixes
Fixed localisation issues related to Easter Event mod.
Added a null check and prefab replacement for AddPossibleSide().

API
Updated References.

Other
Removed "Prank Menu"

Cập nhật: 9 Thg06, 2023 @ 7:23pm

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

Release Notes
Bugs
Fixed a bug causing the game to change resolution on launch.
Fixed a bug causing outfits to change upon joining multiplayer.

Cập nhật: 9 Thg06, 2023 @ 7:20pm

Cập nhật: 9 Thg06, 2023 @ 6:43pm

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

Release Notes
Features
Updated "Mod Sync" menu
Menu no longer lists mods that will be installed, rather a number.
Menu is now much more responsive.
Menu is more streamlined.

API
Bugs
Fixed a bug causing logs to be spammed with "Failed to find KitchenData.ItemGroup with ID X".
Fixed a bug causing logs to be spammed by KL "KitchenData.ApplianceInfo must be instantiated using the ScriptableObject.CreateInstance method instead of new ApplianceInfo.".
Fixed a bug causing logs to be spammed by KL "KitchenData.ProcessInfo must be instantiated using the ScriptableObject.CreateInstance method instead of new ProcessInfo.".
Please Note - The above three logs may still appear in the logs due to other mods doing this incorrectly, they no-longer originate from KitchenLib.*

Internal
Adjusted how Capes are handled.
Adjusted how Data Collection is handled.

Cập nhật: 26 Thg05, 2023 @ 4:36am

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

Release Notes - Other

Fixed small bugs.
Added more EntityUtils.

Cập nhật: 26 Thg05, 2023 @ 3:52am

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

Release Notes - Other

Added a cleanup system to remove old CUpgrades for Modded Dishes

Cập nhật: 16 Thg05, 2023 @ 4:50pm

Cape Hotfix