速速上菜!

速速上菜!

KitchenLib (Beta)
正在显示第 21 - 30 项,共 87 项条目
< 1  2  3  4  5 ... 9 >
更新于:2024 年 4 月 8 日 下午 11:23
作者:KitchenLib

Release Notes

Preferences

- Reverted Preferences back to /UserData/
- Removed the ability to sync Preferences to Steam Cloud

Error Handling

- Added a new error message for when the game fails to register a new GDO

Menus

- Complete rewrite of the Mods menu, removing Untested Mods
- Complete rewrite of the Mod Sync menu to display more information.
- Added `void CreateModLabels(Vector2 startingPosition, List<string> modNames, float columnWidth, float rowHeight, int modsPerColumn)`
- Added `Option<int> CreatePageSelector(Dictionary<int, PageDetails> pages)`
- Added `ControlRebindElement GetRebindElement()`

GameDataObjects

- Localisation should now fallback to English if a translation is missing and if English is available

更新于:2024 年 3 月 30 日 上午 8:59
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug with `DummyItemGroupView` setting `ComponentGroups` to a new instance when it shouldn't.
- Disabled `LogSaveDetails`.

GameDataObjects

CustomItemGroup

- Replaced default view to be `ItemGroupView` rather than `DummyItemGroupView`.

更新于:2024 年 3 月 5 日 下午 2:12
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug causing crashing when entering the lobby.

更新于:2024 年 2 月 3 日 下午 4:23
作者:KitchenLib

Release Notes

Preferences
- Preferences have been moved from `/UserData/` to `/ModData/`
- Added experimental cloud syncing `Mod Preferences > KitchenLib > User Options`


CustomGameDataObjects

CustomAppliance
- Reenabled `SetupPrefab()`

CustomDish
- Reenabled `SetupIconPrefab()`
- Reenabled `SetupDisplayPrefab()`

CustomItem
- Reenabled `SetupPrefab()`

更新于:2024 年 1 月 30 日 下午 5:33
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug causing componentHistory to fail when encountering an interface derived from `IComponentData`.

Misc
- Disabled feature flags.
- Adjusted how `details.json` is generated.

Debug
- Added an insane amount of debug logging (seriously a lot).
- Auto enables debug logging when local mods are installed. (Thanks @propstg)

更新于:2023 年 12 月 18 日 下午 4:37
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug causing `componentHistory.json` to duplicate its entries each time the game is loaded.

更新于:2023 年 12 月 16 日 上午 12:22
作者:KitchenLib

Release Notes

References
- Updated References to include JingleJam cosmetics

CustomGameDataObjects

CustomPlayerCosmetic
- Added `float HeadSize`
-
CustomDish
- Changed how `RequiredNoDishItem` and `RequiredDishItem` are handled internally.
- When `RequiredNoDishItem` is `true` OR `RequiredDishItem` is assigned, you won't be provided plates for this dish.
- When `RequiredDishItem` is assigned it is now simply added to `MinimumIngredients`.

更新于:2023 年 11 月 20 日 上午 7:35
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug causing certain mods to fail when registering GDOs.

Registering
- Added `IRegisterGDO` to automatically register a GDO (Attach to GDO class)
- Added `IDontRegister` to prevent a GDO from registering automatically (Attach to GDO class)
- Added `IAutoRegisterALl` to automatically register all GDOs (Attach to main class)

更新于:2023 年 11 月 20 日 上午 1:31
作者:KitchenLib

Release Notes

Bugs
- Fixed a bug causing ModUpdateManager to fail.

Debug
- Changed how the debug menu is designed.
- Removed unused feature flags button.
- Changed how Data Dump works.

Materials
- Changed how the materials creator is designed.
- Added new shaders to the material creator:
- Block Out Background
- Circular Timer
- Lake Surface
- Mirror
- Mirror Surface
- Mirror Backing
- Newspaper
- Ping
- PreviewFloor
- Simple Flat Player

更新于:2023 年 11 月 17 日 上午 5:18
作者:KitchenLib

Release Notes

ViewUtils
- Added `void RegisterView(ViewType viewType, Type singleston, Type component)`
- Added `void RegisterView(string viewType, Type singleston, Type component)`

VFXUtils
- Added `VisualEffectAsset GetExistingVFX(string name)`
- Added `GameObject AssignVFXByNames(this GameObject gameObjet)`