You are viewing a potentially older version of this package. View all versions.
Modding_Imps-Cooking_Station_Tweaks-0.6.0 icon

Cooking Station Tweaks

Lets you add adjust cooking time, add more slots, cause cooked items to auto pop when cooked and prevent over-cooking of items. Works for cooking stations and ovens. I am not the orginal mod author. All credit goes to aedenthorn.

Date uploaded 7 months ago
Version 0.6.0
Download link Modding_Imps-Cooking_Station_Tweaks-0.6.0.zip
Downloads 4189
Dependency string Modding_Imps-Cooking_Station_Tweaks-0.6.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2105 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2105

README

Crafting Station Tweeks - Update

By aedenthorn

This mod provides some simple tweaks for cooking stations.

You can set the following:

  • PreventBurning (default true)
  • AutoPop (default true)
  • SlotMultiplier (default 2.5)
  • CookTimeMultiplier (default 1)

Slot multiplier rounds to the nearest integer. 2.5 means the ordinary cooking station will have 5 slots instead of 2 and the oven will have 10 slots instead of 4.

Slots are added between existing slots.

Adding slots doesn't change the cooking station model.

Config

A config file BepInEx/config/aedenthorn.CookingStationTweaks.cfg is created after running the game once with this mod).

You can adjust the config values by editing this file using a text editor or in-game using the Config Manager.

To reload the config from the config file, type cookingstationtweaks reset into the game's console (F5).

Technical

To install this mod, the easiest way is to just use Vortex, the Nexus Mods mod manager. It should take care of all dependencies.

To install manually, place the dll file in the BepInEx/plugins folder. You will need BepInEx.

Code is at https://github.com/aedenthorn/ValheimMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.

I am not the original mod creator, all credit goes to aedenthorn I just happened to notice that aeenthorn updated the mod on nexusmods and decided to port it over here.

CHANGELOG

-Version 0.6.0 Fix for update

  • Version 0.5.0 Fix for 0.217.14
  • Version 0.4.1 Removed debug logs
  • Version 0.4.0 Fix for oven Added cooking time multiplier
  • Version 0.3.0 Fix for new update
  • Version 0.2.0 Better slot ordering