Project Zomboid

Project Zomboid

Craft Helper Continued
Showing 11-20 of 23 entries
< 1  2  3 >
Update: Mar 5, 2023 @ 11:52am

1.7

New features:
  • Added option for delayed search (Need to press Enter to perform search) (by default OFF)
  • Added amounts of items in each category to category selector
  • Added paste function to search bar (Right click)

Improvements:
  • Optimized rendering and improved overall performance
  • Removed vanilla recipes that require Anvil nearby
  • Added Traditional Chinese translation (thanks to TW_Billy)
  • Types and categories are now filtered along with search query
  • Changed event used to load all recipes (OnGameStart -> OnLoad)

Bugfixes:
  • Fixed incorrect crafting when Proximity Inventory active (extra loot tab not accounted for)
  • Fixed recipe type amounts (valid/invalid) not updating properly
  • Fixed logic in CHC_main.common.isRecipeValid
  • Fixed logical errors with types/categories
  • Various UI fixes
  • Use RecipeManager.getSourceItemsAll for each source instead of getAvailableItemsAll when collecting available items (incorrect counts otherwise)

New options:
  • Option for delayed search (Need to press Enter to perform search) (by default OFF)

New controls:
  • Right click on search bar to paste text from clipboard

Update: Feb 23, 2023 @ 12:52pm

1.6.6

New features:
  • Support for evolved recipes
  • Current amounts of items/recipes added to tab name

Improvements:
  • Added text to 'One of:' block showing available/total ingredients
  • Added item tags to attributes
  • Ensure CraftHelper loaded last in OnGameStart event to catch all lua changes to recipes/items/etc
  • Integration with Crafting Enhanced Core (buildable tables are shown in items/recipes/as required equipment)
  • Hydrocraft and Crafting Enhanced tables now shows what are they used for

Bugfixes:
  • Fixed item attributes not loading in some cases
  • Fixed incorrect ingredients search
  • Fixed inability to exclude ingredients when searching

Update: Feb 10, 2023 @ 9:29am

1.6.5.1

Bugfixes:
  • Fixed pinned/blacklisted attributes not loading properly

Update: Feb 8, 2023 @ 12:23pm

1.6.5

New features:
  • New attributes table on item details screen
  • New search mode for items ($) - search by attributes
  • Ability to pin/blacklist item attributes

Improvements:
  • Inline search with comparison operators ("damage>20", "ranged=true")
  • Limited max length of search query (by default 1000)
  • Tooltips to various context menus
  • Changed context menu option text from "Craft Helper 41" to "Craft Helper"

Bugfixes:
  • Various UI fixes

New options:
  • Show all item attributes (by default OFF)

New controls:
  • Shift + RMB on item in inventory to find this item in Craft Helper
  • RMB on item attribute to pin/blacklist, copy attribute name/value
  • Shift + RMB on item attribute to unpin/unblacklist all
  • Shift + RMB on item/recipe to copy name/type/category/mod
  • Shift + RMB (debug only) on item/recipe to add item to player inventory

Update: Jan 20, 2023 @ 4:26am

1.6.4
Improvements:
  • Updated TH translation (thanks to rikoprushka[github.com])

Update: Jun 28, 2022 @ 12:31pm

1.6.3
Improvements:
  • Interactive panels ("Required X" in recipe details)
  • Updated string shown when favoriting item from inventory
  • Minor UI improvements
  • Fixed compatibility with Customizable Containers (recipes without result now ignored)

Update: May 2, 2022 @ 7:55am

1.6.1
New features:
  • Show status of items in recipe details (K - keep, D - destroy, nothing - consumed)
  • Item favorites
  • Show favorite items in inventory

Improvements:
  • Added Korean translation (thanks to 척현)
  • Added Brazilian Portuguese translation (thanks to Não é o Gui)
  • Changed name saved in recipesByItem and recipesForItem (name -> fulltype)
  • Added onCreate, onTest, onCanPerform, onGiveXP processing (actual parsing is WIP)
  • Added caching of lua functions
  • Changed default subview when clicking on "Open in new tab" to Craft
  • Ability to favorite items from recipe ingredients

Bugfixes:
  • Fixed type/category filters synchronization for items
  • Fixed Water (Base.WaterDrop) having no recipes

New options:
  • Option to show favorite items in inventories (by default OFF)
  • Option to enable editable category selector (by default OFF)
  • Context menu option to toggle favorite status of item

New controls:
  • Shift + RMB on item in inventory to show context option to toggle item favorite status

Update: Apr 23, 2022 @ 11:59am

1.6.0.1
Hotfix
  • Added compatibility with ExtraSauce QoL mod (was caused by json.lua)

Update: Apr 23, 2022 @ 7:51am

1.6
New features:
  • Craft screen, shows how to craft selected item
  • New layer of tabs above Uses and Craft, will display all opened items
  • Favorites tab, showing all favorited recipes and items(WIP)
  • Search tab, showing all recipes and items
  • Special search for items (! - type, @ - mod, # - Display category)
  • Mouse controls for some elements ('New controls')
  • New special search character (&) - searches by mod name of recipe
  • New token modifier in search (~) - negates this token

Improvements:
  • Now you can search for hydrocraft furniture (and other crafting equipment) in #ingredients
  • Added trim to search bar token parser (removes whitespaces around token)
  • Refactored config (from txt to json, will reset all settings)
  • Set "Show icons" and "Show recipe module" to true by default
  • Counts in type filter updates when changing category and vice versa
  • Removed obsolete items
  • Fixed recipes in favorite screen not removed on unfavoriting

New options:
  • Option to close all item tabs on window close (by default OFF)
  • Option to change font size in recipe list (by default 'Large')
  • Options to select modifier keys (shift, ctrl) while selecting recipes, categories and tabs (by default all 'None')
  • Option to show mod name of recipe (if not 'Base', by default ON)

New controls:
  • Right click on recipe result icon (Details column) to open context menu
  • Right click on item in 'Required items' (Details column) to open context menu
  • Middle click on item (Recipe column) to open new tab with clicked item in background
  • Right click on item (Recipe column) to open context menu
  • Right click on item icon (Details column) to open context menu
  • Shift + Right click on some elements will display additional options
  • Keybind to toggle Craft Helper window
  • Keybind to toggle between sub-tabs (uses/craft and items/recipes)
  • Keybinds to change active tab (left, right)
  • Keybind to focus search bar (unfocus on ESC)

Update: Apr 10, 2022 @ 7:28am

1.5
New features:
  • Keybinds for moving through recipes/categories, crafting and favoriting. All keys (except window closing (ESC)) are not assigned by default, you need to install ModOptions to assign them (Key Bindings -> Craft Helper).
  • Support for Hydrocraft furniture (shown in "Required Crafting Equipment")
  • Special search modes (click on magnifier left of search bar; configurable with ModOptions, by default ON)
  • Icons of recipe results in recipe list (configurable with ModOptions, by default OFF)
  • Option to show hidden recipes (configurable with ModOptions, by default ON)
  • Thai translation (thanks to radiusgreenhill[github.com])

Improvements:
  • Number of recipes of each type in type filter menu
  • Reduced startup time (when starting game) from 3s to 1s
  • Optimized rendering for large recipes (less lag)
  • Favorite icon now always shows for favorited recipes