PlateUp!

PlateUp!

KitchenLib
Zobrazeno 11–20 z 77 položek
< 1  2  3  4 ... 8 >
Aktualizace: 3. srp. 2023 v 10.41

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.

Aktualizace: 23. čvn. 2023 v 8.38

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.

Aktualizace: 23. čvn. 2023 v 8.22

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

Aktualizace: 22. čvn. 2023 v 12.57

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"

Aktualizace: 9. čvn. 2023 v 19.23

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.

Aktualizace: 9. čvn. 2023 v 19.20

Aktualizace: 9. čvn. 2023 v 18.43

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.

Aktualizace: 26. kvě. 2023 v 4.36

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

Release Notes - Other

Fixed small bugs.
Added more EntityUtils.

Aktualizace: 26. kvě. 2023 v 3.52

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

Aktualizace: 16. kvě. 2023 v 16.50

Cape Hotfix