You are viewing a potentially older version of this package. View all versions.
Iskindur-ToDoList-0.2.0 icon

ToDoList

Adds a dynamic To-Do List for tracking the needed resources for crafting and building the listed recipes

Date uploaded a year ago
Version 0.2.0
Download link Iskindur-ToDoList-0.2.0.zip
Downloads 184
Dependency string Iskindur-ToDoList-0.2.0

This mod requires the following mods to function

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
ValheimModding-Jotunn-2.24.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.24.2

README

Dynamic To-Do List Mod for Valheim

Adds a dynamic To-Do List to Valheim that tracks the resources you have and still need to completed crafting or building recipes on the list.

The To-Do List shows the list of to-do recipes and what resources are required. The panel also shows how many of the each resource is needed in total, how many you have in your inventory now and if you need to collect more of them.

Shoutout to game Satisfactory for inspirations.

Features

Show/hide the To-Do List panel pressing <Home> key. Toggling the panel to visible will also force update it in case something is not in sync with your inventory and the to-do list panel.

Add the selected crafting recipe to the list from crafting panel by pressing <Insert> key or by clicking the new Add to To-Do button.

Add the building recipe to the list by pressing <Insert> key while placing a building piece.

Clear the list by pressing <Delete> key or clicking the Clear All button on the list panel.

The needed amount of resources is automatically updated when you:

  • pick an item to your inventory
  • drop an item from your inventory
  • move an item between your inventory and a container
  • complete crafting or building an recipe item on the list

Completing crafting or building an recipe item on the list will also automatically remove it from the list.

The To-Do List is stored in a file todo-list-for-{PlayerName}-in-map-v1.xml in Valheim's data folder.

Known issues

Reasons not to use this mod:

  • Does not handle equipment upgrades (item quality) costs correctly
  • Moving the to-do list panel or clicking the Clear All button is only available when inventory is open
  • Player inventory and the to-do list panel go on top of each other unless player moves the panel
  • No translations

CHANGELOG

Changelog

Version Notes
0.6.1 Fixes edit mode to-do panel overdrawing on game's own panels e.g. skills panel
0.6.0 Allow editing recipe counts when inventory is open. Makes To-Do List automatically visible when adding new crafting or build items. Fixed keypresses going to the game when typing the notes text. Columnar view of recipes and resources. More compact way to indicate an upgrade recipe.
0.5.2 Maintenance patch due Jotunn update
0.5.1 Fixes costs and output of crafting multiple items at once. Fixed upgrade costs and display.
0.5.0 Added free text notes. Resource translation fixes.
0.4.1 Fixes bug that prevented showing the To-Do List UI
0.4.0 Counts item upgrade cost correctly. Save files are now also map specific. No longer overlaps with inventory UI. More robust UI design and interaction with inventory UI.
0.3.0 Show translated item, build piece and crafting recipe names. Fixed bug of not loading to-do build pieces between session.
0.2.0 Now stores To-Do List between gaming sessions
0.1.1 Now updates To-Do List also when moving items to/from inventory
0.1.0 Initial release