Huntardys-HearthandHomeOldFoodStats icon

HearthandHomeOldFoodStats

Restore food stats to their pre-Hearth & Home values, and adjust new Hearth & Home foods to maintain a balanced gameplay experience. Customize the stats of all food items to your preference. This mod ensures seamless integration of future food additions

Last updated 2 months ago
Total downloads 17016
Total rating 2 
Categories Mods Tweaks Utility
Dependency string Huntardys-HearthandHomeOldFoodStats-3.0.0
Dependants 25 other packages depend on this package

This mod requires the following mods to function

ValheimModding-Jotunn-2.16.2 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.16.2
denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
Azumatt-Official_BepInEx_ConfigurationManager-18.2.0 icon
Azumatt-Official_BepInEx_ConfigurationManager

Mod to assist with configuration of BepInEx mods

Preferred version: 18.2.0

README

Mod to Revert Hearth and Home Food Changes and Balance

Reverted Stats

Information:

  • Reversion of Food Stats to Pre-Hearth & Home Update:
    All food stats that were modified by the Hearth & Home update have been reverted back to their original values.

  • Rebalanced Hearth & Home Foods:
    To address the issue of new Hearth & Home foods being impractical, they have been rebalanced to offer similar utility as existing foods, allowing for a diverse food selection.

  • Toggle the New Fork Icon:
    You now have the option to disable the fork icons introduced in the Hearth & Home update for food items through the configuration settings.

  • Customize Your Own Stats:
    If the default values don't suit your preferences, customize the stats of each food item using the provided configuration files. Simply modify the .json files located in your BepInEx/config folder.

  • Automated Food Configuration:
    Implemented a robust code section that automatically scans the game for all consumable items & adding them to the configuration, including those added by other mods. This ensures that any new food items introduced in future updates will be seamlessly integrated into the configuration files.

  • Dynamic Food Configuration Management:
    Unused food items, whether removed from the game or from uninstalled mods, are automatically removed from the primary JSON configuration file "Huntard.OldFoodStats.json". To retain specific food items permanently, utilize the "Huntard.OldFoodStatsCustom.json" file, where items will remain unaffected by removal operations.

  • Enhanced Code Quality and Performance:
    Significant improvements have been made to the codebase, resulting in enhanced performance and reliability.

Utilize the Configuration Manager mod to toggle the fork icon on food items. A "Save" button is available to apply changes to the .json files while in-game. Json configurations are stored in the "Huntard.OldFoodStats.json" file in your BepInEx/config folder, offering granular control over food item stats.

Example Config for SerpentStew.

{
  "FoodPrefabName" : "SerpentStew",
  "Health": 80,
  "Stamina"  : 80,
  "Duration" : 2400,
  "HealthRegen" : 4,
  "FoodEitr"       : 0
}
  • Json configuration available in a new json file called "Huntard.OldFoodStatsCustom.json" in your "BepInEx/config" folder, which can be used to customize other mods foods values

Example Config for rk_bacon.

{
  "FoodPrefabName" : "rk_bacon",
  "Health": 50,
  "Stamina"  : 50,
  "Duration" : 2400,
  "HealthRegen" : 4,
  "FoodEitr"      : 0
}

Change Log:

Check nexus for all the changelogs for this mod:

https://www.nexusmods.com/valheim/mods/1482

Credits:

  • Big thanks to mlimg and his mod Valheim No Food Timer Text (H n H) for giving me permission to use his code to remove the fork icon from food.

Installation:

  • Make sure you have installed all other requirement mods.
  • Drag the .dll into your \Valheim\BepInEx\plugins folder.

Support:

If you like what I do and want to support me.

Github:

Feel free to submit bug reports or pull requests here.

https://github.com/swolewizard/OldFoodStats

Media:

  • Every piece of food changed and configurable.

Orignal Food HH Food

  • Edited using the mods config.